
Time bar (total: 3.4s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 0 |
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 1 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 2 |
| 75% | 75% | 25% | 0% | 0% | 0% | 0% | 3 |
| 87.5% | 87.5% | 12.5% | 0% | 0% | 0% | 0% | 4 |
| 93.8% | 93.7% | 6.2% | 0% | 0% | 0% | 0% | 5 |
| 96.9% | 96.8% | 3.1% | 0% | 0% | 0% | 0% | 6 |
| 98.4% | 98.4% | 1.6% | 0% | 0% | 0% | 0% | 7 |
| 99.2% | 99.2% | 0.8% | 0% | 0% | 0% | 0% | 8 |
| 99.6% | 99.6% | 0.4% | 0% | 0% | 0% | 0% | 9 |
| 99.8% | 99.8% | 0.2% | 0% | 0% | 0% | 0% | 10 |
| 99.9% | 99.9% | 0.1% | 0% | 0% | 0% | 0% | 11 |
| 100% | 99.9% | 0% | 0% | 0% | 0% | 0% | 12 |
Compiled 10 to 8 computations (20% saved)
| 791.0ms | 2 179× | 2 | valid |
| 321.0ms | 4 260× | 0 | valid |
| 230.0ms | 623× | 3 | valid |
| 108.0ms | 1 194× | 1 | valid |
ival-cos: 978.0ms (78.7% of total)adjust: 106.0ms (8.5% of total)ival-div!: 64.0ms (5.2% of total)ival-sub!: 52.0ms (4.2% of total)ival-mult!: 42.0ms (3.4% of total)Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 25 |
| 1 | 46 | 25 |
| 2 | 112 | 25 |
| 3 | 187 | 25 |
| 4 | 405 | 24 |
| 5 | 1957 | 24 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 51.6% | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(abs x)
Compiled 12 to 12 computations (0% saved)
| Inputs |
|---|
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(-.f64 #s(literal 1 binary64) (cos.f64 x)) |
#s(literal 1 binary64) |
(cos.f64 x) |
x |
(*.f64 x x) |
| Outputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (- 1 (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | -inf | ((/ (- 1 (cos x)) (* x x)) (- 1 (cos x)) 1 (cos x) x (* x x)) |
| 1.0ms | x | @ | inf | ((/ (- 1 (cos x)) (* x x)) (- 1 (cos x)) 1 (cos x) x (* x x)) |
| 1.0ms | x | @ | 0 | ((/ (- 1 (cos x)) (* x x)) (- 1 (cos x)) 1 (cos x) x (* x x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 65 | 264 |
| 0 | 70 | 264 |
| 1 | 312 | 264 |
| 0 | 2707 | 252 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(-.f64 #s(literal 1 binary64) (cos.f64 x)) |
#s(literal 1 binary64) |
(cos.f64 x) |
x |
(*.f64 x x) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (- 1 (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
| Outputs |
|---|
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 x)) (neg.f64 x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) (neg.f64 x)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(neg.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x))) (*.f64 x x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (neg.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 (cos.f64 x) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 x) #s(literal 1 binary64))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (+.f64 (cos.f64 x) #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(-.f64 #s(literal 1 binary64) (cos.f64 x)) |
#s(literal 1 binary64) |
(*.f64 (cos.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (cos.f64 x)) |
(/.f64 (*.f64 #s(literal 2 binary64) (cos.f64 x)) #s(literal 2 binary64)) |
(sin.f64 (+.f64 (neg.f64 x) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) x)) |
(fma.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(cos.f64 (neg.f64 (neg.f64 x))) |
(cos.f64 (neg.f64 x)) |
(cos.f64 x) |
(+.f64 (*.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
x |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x x) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) x) x)) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64)) x) x)) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) |
#s(approx x x) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (- 1 (cos x)) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
#s(approx (cos x) (cos.f64 x)) |
Compiled 469 to 231 computations (50.7% saved)
15 alts after pruning (14 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 47 | 14 | 61 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 47 | 15 | 62 |
| Status | Accuracy | Program |
|---|---|---|
| 51.6% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 x x)) | |
| 51.2% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)) | |
| ▶ | 52.8% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
| 12.6% | (/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) | |
| ▶ | 12.3% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
| 51.6% | (/.f64 (-.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))))) (*.f64 x x)) | |
| ▶ | 51.6% | (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
| 51.2% | (/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) | |
| ✓ | 51.6% | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| 31.6% | (/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) | |
| 51.8% | (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) | |
| ▶ | 49.9% | #s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
| 49.6% | #s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) | |
| 49.5% | #s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) | |
| ▶ | 50.6% | #s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
Compiled 360 to 316 computations (12.2% saved)
| Inputs |
|---|
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) |
(-.f64 #s(literal 1 binary64) (cos.f64 x)) |
#s(literal 1 binary64) |
(cos.f64 x) |
x |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(literal 1/2 binary64) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
(fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) |
(-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
#s(literal 1/720 binary64) |
(*.f64 x x) |
#s(literal 1/24 binary64) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) (cos.f64 x)) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) |
(pow.f64 (cos.f64 x) #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(+.f64 (cos.f64 x) #s(literal 1 binary64)) |
| Outputs |
|---|
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 1/2)) |
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (* 1/2 x))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (* x (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (* x (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (* x (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (- (* 1/720 (* x x)) 1/24) #s(hole binary64 -1/24)) |
#s(approx (- (* 1/720 (* x x)) 1/24) #s(hole binary64 (- (* 1/720 (pow x 2)) 1/24))) |
#s(approx (* 1/720 (* x x)) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* 1/2 (pow x 4)))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* 1 (* x x)) #s(hole binary64 (pow x 2))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (pow x 2))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1/2 (pow x 2)))))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (* (pow x 2) (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2)))))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (* (pow x 2) (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2)))))) |
#s(approx (* (* x x) (* x x)) #s(hole binary64 (pow x 4))) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (* 3/2 (pow x 2)))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (* (pow x 2) (+ 3/2 (* -7/8 (pow x 2)))))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (* (pow x 2) (+ 3/2 (* (pow x 2) (- (* 61/240 (pow x 2)) 7/8)))))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (* (pow x 2) (+ 3/2 (* (pow x 2) (- (* (pow x 2) (+ 61/240 (* -547/13440 (pow x 2)))) 7/8)))))) |
#s(approx (pow (cos x) 3) #s(hole binary64 1)) |
#s(approx (pow (cos x) 3) #s(hole binary64 (+ 1 (* -3/2 (pow x 2))))) |
#s(approx (pow (cos x) 3) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 7/8 (pow x 2)) 3/2))))) |
#s(approx (pow (cos x) 3) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 7/8 (* -61/240 (pow x 2)))) 3/2))))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* 3 (pow x 2)))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 3 (* -3/2 (pow x 2)))))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 3 (* (pow x 2) (- (* 3/8 (pow x 2)) 3/2)))))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 3 (* (pow x 2) (- (* (pow x 2) (+ 3/8 (* -11/240 (pow x 2)))) 3/2)))))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 3)) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 (+ 3 (* -3/2 (pow x 2))))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 (+ 3 (* (pow x 2) (- (* 3/8 (pow x 2)) 3/2))))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 (+ 3 (* (pow x 2) (- (* (pow x 2) (+ 3/8 (* -11/240 (pow x 2)))) 3/2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 2)) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* -1/2 (pow x 2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (/ (- 1 (cos x)) x))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (- 1 (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (* 1/720 (pow x 4)))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (* (pow x 4) (- 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (* (pow x 4) (- (+ 1/720 (/ 1/2 (pow x 4))) (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (- (* 1/720 (* x x)) 1/24) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (- (* 1/720 (* x x)) 1/24) #s(hole binary64 (* (pow x 2) (- 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* (pow x 2) (- 1 (cos x))))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (* (pow x 2) (cos x)))) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 (/ (- 1 (pow (cos x) 3)) (* (pow x 2) (+ 1 (* (cos x) (+ 1 (cos x)))))))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (- 1 (pow (cos x) 3)))) |
#s(approx (pow (cos x) 3) #s(hole binary64 (pow (cos x) 3))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 1 (* (cos x) (+ 1 (cos x))))))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 (+ 1 (* (cos x) (+ 1 (cos x)))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 1 (cos x)))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | x | @ | inf | ((/ (/ (- 1 (cos x)) x) x) (/ (- 1 (cos x)) x) (- 1 (cos x)) 1 (cos x) x (/ (- 1 (cos x)) (* x x)) 1/2 (/ (- 1 (cos x)) (* x x)) (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) (- (* 1/720 (* x x)) 1/24) (* 1/720 (* x x)) 1/720 (* x x) 1/24 (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (- (* 1 (* x x)) (* (* x x) (cos x))) (* 1 (* x x)) (* (* x x) (cos x)) (* (* x x) (* x x)) (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) (- 1 (pow (cos x) 3)) (pow (cos x) 3) 3 (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) (+ (* (cos x) (+ (cos x) 1)) 1) (+ (cos x) 1)) |
| 5.0ms | x | @ | -inf | ((/ (/ (- 1 (cos x)) x) x) (/ (- 1 (cos x)) x) (- 1 (cos x)) 1 (cos x) x (/ (- 1 (cos x)) (* x x)) 1/2 (/ (- 1 (cos x)) (* x x)) (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) (- (* 1/720 (* x x)) 1/24) (* 1/720 (* x x)) 1/720 (* x x) 1/24 (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (- (* 1 (* x x)) (* (* x x) (cos x))) (* 1 (* x x)) (* (* x x) (cos x)) (* (* x x) (* x x)) (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) (- 1 (pow (cos x) 3)) (pow (cos x) 3) 3 (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) (+ (* (cos x) (+ (cos x) 1)) 1) (+ (cos x) 1)) |
| 3.0ms | x | @ | 0 | ((/ (/ (- 1 (cos x)) x) x) (/ (- 1 (cos x)) x) (- 1 (cos x)) 1 (cos x) x (/ (- 1 (cos x)) (* x x)) 1/2 (/ (- 1 (cos x)) (* x x)) (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) (- (* 1/720 (* x x)) 1/24) (* 1/720 (* x x)) 1/720 (* x x) 1/24 (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (- (* 1 (* x x)) (* (* x x) (cos x))) (* 1 (* x x)) (* (* x x) (cos x)) (* (* x x) (* x x)) (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) (- 1 (pow (cos x) 3)) (pow (cos x) 3) 3 (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) (+ (* (cos x) (+ (cos x) 1)) 1) (+ (cos x) 1)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 253 | 1839 |
| 0 | 297 | 1649 |
| 1 | 1206 | 1631 |
| 0 | 8960 | 1552 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) |
(-.f64 #s(literal 1 binary64) (cos.f64 x)) |
#s(literal 1 binary64) |
(cos.f64 x) |
x |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(literal 1/2 binary64) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
(fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) |
(-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
#s(literal 1/720 binary64) |
(*.f64 x x) |
#s(literal 1/24 binary64) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) (cos.f64 x)) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) |
(pow.f64 (cos.f64 x) #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(+.f64 (cos.f64 x) #s(literal 1 binary64)) |
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 1/2)) |
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (* 1/2 x))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (* x (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (* x (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (* x (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (- (* 1/720 (* x x)) 1/24) #s(hole binary64 -1/24)) |
#s(approx (- (* 1/720 (* x x)) 1/24) #s(hole binary64 (- (* 1/720 (pow x 2)) 1/24))) |
#s(approx (* 1/720 (* x x)) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* 1/2 (pow x 4)))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* 1 (* x x)) #s(hole binary64 (pow x 2))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (pow x 2))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1/2 (pow x 2)))))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (* (pow x 2) (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2)))))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (* (pow x 2) (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2)))))) |
#s(approx (* (* x x) (* x x)) #s(hole binary64 (pow x 4))) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (* 3/2 (pow x 2)))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (* (pow x 2) (+ 3/2 (* -7/8 (pow x 2)))))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (* (pow x 2) (+ 3/2 (* (pow x 2) (- (* 61/240 (pow x 2)) 7/8)))))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (* (pow x 2) (+ 3/2 (* (pow x 2) (- (* (pow x 2) (+ 61/240 (* -547/13440 (pow x 2)))) 7/8)))))) |
#s(approx (pow (cos x) 3) #s(hole binary64 1)) |
#s(approx (pow (cos x) 3) #s(hole binary64 (+ 1 (* -3/2 (pow x 2))))) |
#s(approx (pow (cos x) 3) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 7/8 (pow x 2)) 3/2))))) |
#s(approx (pow (cos x) 3) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 7/8 (* -61/240 (pow x 2)))) 3/2))))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* 3 (pow x 2)))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 3 (* -3/2 (pow x 2)))))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 3 (* (pow x 2) (- (* 3/8 (pow x 2)) 3/2)))))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 3 (* (pow x 2) (- (* (pow x 2) (+ 3/8 (* -11/240 (pow x 2)))) 3/2)))))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 3)) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 (+ 3 (* -3/2 (pow x 2))))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 (+ 3 (* (pow x 2) (- (* 3/8 (pow x 2)) 3/2))))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 (+ 3 (* (pow x 2) (- (* (pow x 2) (+ 3/8 (* -11/240 (pow x 2)))) 3/2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 2)) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* -1/2 (pow x 2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (/ (/ (- 1 (cos x)) x) x) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (/ (- 1 (cos x)) x) #s(hole binary64 (/ (- 1 (cos x)) x))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (- 1 (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (* 1/720 (pow x 4)))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (* (pow x 4) (- 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(hole binary64 (* (pow x 4) (- (+ 1/720 (/ 1/2 (pow x 4))) (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (- (* 1/720 (* x x)) 1/24) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (- (* 1/720 (* x x)) 1/24) #s(hole binary64 (* (pow x 2) (- 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) #s(hole binary64 (* (pow x 2) (- 1 (cos x))))) |
#s(approx (* (* x x) (cos x)) #s(hole binary64 (* (pow x 2) (cos x)))) |
#s(approx (/ (- 1 (pow (cos x) 3)) (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x))) #s(hole binary64 (/ (- 1 (pow (cos x) 3)) (* (pow x 2) (+ 1 (* (cos x) (+ 1 (cos x)))))))) |
#s(approx (- 1 (pow (cos x) 3)) #s(hole binary64 (- 1 (pow (cos x) 3)))) |
#s(approx (pow (cos x) 3) #s(hole binary64 (pow (cos x) 3))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 1 (* (cos x) (+ 1 (cos x))))))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(hole binary64 (+ 1 (* (cos x) (+ 1 (cos x)))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 1 (cos x)))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) (*.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (fma.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 x x))) (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (neg.f64 (*.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (neg.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 x x)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) x) (neg.f64 x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(neg.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(neg.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) x) x)) |
(neg.f64 (/.f64 (neg.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 x))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x)))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (fabs.f64 x) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x (*.f64 x x)) (/.f64 x (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 x x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x x) (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 (/.f64 (cos.f64 x) x) x)) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 x (*.f64 x (cos.f64 x))) (*.f64 x x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (cos.f64 x) x) (/.f64 (cos.f64 x) x))) (+.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 3 binary64)) (pow.f64 (/.f64 (cos.f64 x) x) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 (cos.f64 x) x) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x))))) |
(/.f64 (neg.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64))) (neg.f64 (neg.f64 x))) |
(/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (neg.f64 x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) |
(neg.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) x)) |
(-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (-.f64 (cos.f64 x) #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)))) #s(literal 1 binary64)) (neg.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)))) |
(-.f64 #s(literal 1 binary64) (cos.f64 x)) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64))) |
#s(literal 1 binary64) |
(*.f64 (cos.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (cos.f64 x)) |
(sin.f64 (+.f64 (neg.f64 x) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(fma.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(cos.f64 (neg.f64 (neg.f64 x))) |
(cos.f64 (neg.f64 x)) |
(cos.f64 x) |
(+.f64 (*.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
x |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(literal 1/2 binary64)) |
#s(literal 1/2 binary64) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) (fabs.f64 x)) (fabs.f64 x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) (neg.f64 x)) (neg.f64 x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) #s(literal 1 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))) #s(literal 1/2 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))) #s(literal 1/2 binary64)) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1 binary64) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))) #s(literal 1/2 binary64)) |
(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)) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x))) (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x)))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x)) x)) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))) (*.f64 x x))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) (*.f64 #s(literal 1/2 binary64) x))))) (/.f64 #s(literal 1/8 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+.f64 (/.f64 #s(literal 1/8 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64))))) (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64)))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64)) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x)) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal -1/576 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) #s(literal 1/13824 binary64))) (neg.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) #s(literal 1/17280 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) #s(literal 1/13824 binary64)) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) #s(literal 1/17280 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) (neg.f64 x)) (neg.f64 x) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) x) x #s(literal -1/24 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1/720 binary64)) #s(literal -1/24 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1/720 binary64)) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1 binary64) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) |
(fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal -1/24 binary64)) |
(fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal -1/24 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal -1/24 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) (/.f64 #s(literal 1/576 binary64) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) #s(literal 1/17280 binary64))))) (/.f64 #s(literal 1/13824 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) #s(literal 1/17280 binary64)))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal -1/24 binary64)) |
(*.f64 (*.f64 #s(literal 1/720 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 #s(literal 1/720 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 #s(literal 1/720 binary64) x) x) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1/720 binary64))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1/720 binary64))) |
(*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) #s(literal 1/720 binary64)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
(neg.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x))) |
#s(literal 1/720 binary64) |
(*.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 x (*.f64 x #s(literal 1 binary64))) |
(*.f64 x x) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(sqrt.f64 (*.f64 (*.f64 (*.f64 x x) x) x)) |
(fabs.f64 (*.f64 (neg.f64 x) x)) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) #s(literal 0 binary64))) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
#s(literal 1/24 binary64) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) (*.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (fma.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 x x))) (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (neg.f64 (*.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (neg.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 x x)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) x) (neg.f64 x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(neg.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(neg.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) x) x)) |
(neg.f64 (/.f64 (neg.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 x))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x)))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (fabs.f64 x) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x (*.f64 x x)) (/.f64 x (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 x x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x x) (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 (/.f64 (cos.f64 x) x) x)) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(*.f64 x (*.f64 x (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 x (-.f64 x (*.f64 x (cos.f64 x)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (pow.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) x) 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 (*.f64 x x) x) x)) (*.f64 (*.f64 x x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.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) x) x)))) (neg.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (fma.f64 x (*.f64 x (cos.f64 x)) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.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) x) x))) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (fma.f64 x (*.f64 x (cos.f64 x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (neg.f64 x) (neg.f64 x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 x x (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 x x (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 x x (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 x 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 (*.f64 x x) x) x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (fma.f64 x (*.f64 x (cos.f64 x)) (*.f64 x x))))) (/.f64 (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (fma.f64 x (*.f64 x (cos.f64 x)) (*.f64 x x)))))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 x) (*.f64 x (cos.f64 x)))) |
(+.f64 (*.f64 x x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) |
(*.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 x (*.f64 x #s(literal 1 binary64))) |
(*.f64 x x) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(sqrt.f64 (*.f64 (*.f64 (*.f64 x x) x) x)) |
(fabs.f64 (*.f64 (neg.f64 x) x)) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) #s(literal 0 binary64))) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (cos.f64 x) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (cos.f64 x) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (cos.f64 x) x) x) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (cos.f64 x))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (cos.f64 x))) |
(*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) (cos.f64 x)) |
(*.f64 (cos.f64 x) (*.f64 x x)) |
(*.f64 x (*.f64 x (cos.f64 x))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(*.f64 (*.f64 (*.f64 x x) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (*.f64 x x) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (fabs.f64 x) (neg.f64 x)) (*.f64 (fabs.f64 x) (neg.f64 x))) |
(*.f64 (*.f64 (fabs.f64 x) x) (*.f64 (fabs.f64 x) x)) |
(*.f64 (*.f64 (neg.f64 x) (fabs.f64 x)) (*.f64 (neg.f64 x) (fabs.f64 x))) |
(*.f64 (*.f64 x (fabs.f64 x)) (*.f64 x (fabs.f64 x))) |
(*.f64 (*.f64 (*.f64 x x) x) x) |
(*.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (*.f64 x x))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(*.f64 x (*.f64 (*.f64 x x) x)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (neg.f64 x) x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 2 binary64)) |
(pow.f64 x #s(literal 4 binary64)) |
(neg.f64 (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(fabs.f64 (*.f64 (*.f64 (*.f64 x x) x) x)) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 4 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 4 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) (*.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (fma.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 x x))) (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (neg.f64 (*.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (neg.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 x x)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) x) (neg.f64 x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(neg.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(neg.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) x) x)) |
(neg.f64 (/.f64 (neg.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 x))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x)))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (fabs.f64 x) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x (*.f64 x x)) (/.f64 x (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 x x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 x x) (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 (/.f64 (cos.f64 x) x) x)) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3/2 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3/2 binary64)))) |
(*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 6 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 9 binary64)))) (neg.f64 (+.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 6 binary64))) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 9 binary64))) (+.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 6 binary64))) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 6 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 6 binary64))) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 9 binary64)) (+.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 6 binary64))) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3/2 binary64))) (pow.f64 (cos.f64 x) #s(literal 3/2 binary64)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (cos.f64 x))) |
(+.f64 #s(literal 1 binary64) (*.f64 (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 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3/2 binary64))) (*.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3/2 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3/2 binary64))) (pow.f64 (cos.f64 x) #s(literal 3/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (cos.f64 x)) |
(*.f64 (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3/2 binary64))) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3/2 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 (cos.f64 x) #s(literal 3/2 binary64))) (fabs.f64 (pow.f64 (cos.f64 x) #s(literal 3/2 binary64)))) |
(*.f64 (pow.f64 (cos.f64 x) #s(literal 3/2 binary64)) (pow.f64 (cos.f64 x) #s(literal 3/2 binary64))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (cos.f64 x)) |
(*.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 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) |
(pow.f64 (exp.f64 (log.f64 (cos.f64 x))) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (cos.f64 x) #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) #s(literal 3/2 binary64)) |
(pow.f64 (cos.f64 x) #s(literal 3 binary64)) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 (cos.f64 x)) #s(literal 3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (cos.f64 x)) #s(literal 3 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (cos.f64 x)) #s(literal 3 binary64))) (sinh.f64 (*.f64 (log.f64 (cos.f64 x)) #s(literal 3 binary64)))) |
#s(literal 3 binary64) |
(*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) x) x) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x x) (*.f64 #s(literal 1 binary64) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) |
(*.f64 x (*.f64 x (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)))) (-.f64 (*.f64 x x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64))))) (-.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) x) x (-.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 x x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (pow.f64 (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) x) x (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64))))))) |
(fma.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x) (*.f64 x x)) |
(fma.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) (neg.f64 x)) (neg.f64 x) (*.f64 x x)) |
(fma.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) x) x (*.f64 x x)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) #s(literal 1 binary64) (*.f64 x x)) |
(fma.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 x x)) (cos.f64 x) (*.f64 x x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x))) (*.f64 x x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x))) (*.f64 x x)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) (*.f64 x x) (*.f64 x x)) |
(fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) |
(fma.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 x x)) |
(fma.f64 (*.f64 x x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) (*.f64 x x)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 (cos.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 x x)) (*.f64 x x)) |
(fma.f64 x (*.f64 x (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x))) (*.f64 x x)) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 x x (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 x x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (*.f64 x x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 (neg.f64 (cos.f64 x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (*.f64 x x))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)))) |
(+.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 x x)) |
(+.f64 (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (*.f64 x x)) |
(+.f64 (*.f64 x x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (neg.f64 (cos.f64 x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 3 binary64)) #s(literal -1 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 3 binary64)) #s(literal -1 binary64)) (+.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (cos.f64 x) #s(literal 1 binary64)) |
(fma.f64 (fabs.f64 (cos.f64 x)) (fabs.f64 (cos.f64 x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(fma.f64 (neg.f64 (cos.f64 x)) (neg.f64 (cos.f64 x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(fma.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) |
(fma.f64 (cos.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (cos.f64 x) (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(fma.f64 (cos.f64 x) #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 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)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)))) (/.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x))))) |
(-.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64))) (cos.f64 x))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(+.f64 (+.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (cos.f64 x)) |
(+.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x))))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal -1 binary64))))) (/.f64 (pow.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal -1 binary64)))))) |
(+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(+.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x)) #s(literal 1 binary64)) |
(+.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) |
(+.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)))) #s(literal 1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (neg.f64 (cos.f64 x))) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (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)))) #s(literal 1 binary64))) (neg.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) #s(literal -1 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 #s(literal 1 binary64) (cos.f64 x))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 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) (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)))) #s(literal 1 binary64)) (-.f64 (cos.f64 x) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) #s(literal -1 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 1 binary64) (cos.f64 x)))) |
(fma.f64 (cos.f64 x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (cos.f64 x) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 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 1 binary64) (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 (cos.f64 x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (cos.f64 x) #s(literal 1 binary64)))) |
(-.f64 (cos.f64 x) #s(literal -1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal 1 binary64))))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal 1 binary64)))))) |
(+.f64 (/.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 #s(literal 1 binary64) (cos.f64 x)))) (/.f64 #s(literal 1 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 1 binary64) (cos.f64 x))))) |
(+.f64 (cos.f64 x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (cos.f64 x)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(literal 1/2 binary64)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) x) (*.f64 #s(literal 1/2 binary64) x)) |
#s(approx (/ (- 1 (cos x)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) x)) |
#s(approx (/ (- 1 (cos x)) x) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) x)) |
#s(approx (/ (- 1 (cos x)) x) (*.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) x)) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) x) x)) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) x) x)) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) x) x)) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) |
#s(approx x x) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(literal 1/2 binary64)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (- (* 1/720 (* x x)) 1/24) #s(literal -1/24 binary64)) |
#s(approx (- (* 1/720 (* x x)) 1/24) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))) |
#s(approx (* 1/720 (* x x)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(literal 1/2 binary64)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) x) x) (*.f64 x x))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (* (* x x) (cos x)) (*.f64 x x)) |
#s(approx (* (* x x) (cos x)) (*.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) x) x)) |
#s(approx (* (* x x) (cos x)) (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x) x)) |
#s(approx (* (* x x) (cos x)) (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64)) x) x)) |
#s(approx (* (* x x) (* x x)) (*.f64 (*.f64 (*.f64 x x) x) x)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(literal 1/2 binary64)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (- 1 (pow (cos x) 3)) (*.f64 #s(literal 3/2 binary64) (*.f64 x x))) |
#s(approx (- 1 (pow (cos x) 3)) (*.f64 (*.f64 (fma.f64 #s(literal -7/8 binary64) (*.f64 x x) #s(literal 3/2 binary64)) x) x)) |
#s(approx (- 1 (pow (cos x) 3)) (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 61/240 binary64) (*.f64 x x)) #s(literal 7/8 binary64)) (*.f64 x x) #s(literal 3/2 binary64)) x) x)) |
#s(approx (- 1 (pow (cos x) 3)) (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -547/13440 binary64) (*.f64 x x) #s(literal 61/240 binary64)) x) x) #s(literal 7/8 binary64)) x) x #s(literal 3/2 binary64)) x) x)) |
#s(approx (pow (cos x) 3) #s(literal 1 binary64)) |
#s(approx (pow (cos x) 3) (fma.f64 #s(literal -3/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (pow (cos x) 3) (fma.f64 (-.f64 (*.f64 #s(literal 7/8 binary64) (*.f64 x x)) #s(literal 3/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (pow (cos x) 3) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -61/240 binary64) (*.f64 x x) #s(literal 7/8 binary64)) x) x) #s(literal 3/2 binary64)) x) x #s(literal 1 binary64))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) (*.f64 (*.f64 x x) #s(literal 3 binary64))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) (*.f64 (*.f64 (fma.f64 #s(literal -3/2 binary64) (*.f64 x x) #s(literal 3 binary64)) x) x)) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 x x)) #s(literal 3/2 binary64)) (*.f64 x x) #s(literal 3 binary64)) x) x)) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -11/240 binary64) (*.f64 x x) #s(literal 3/8 binary64)) x) x) #s(literal 3/2 binary64)) x) x #s(literal 3 binary64)) x) x)) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) #s(literal 3 binary64)) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) (fma.f64 #s(literal -3/2 binary64) (*.f64 x x) #s(literal 3 binary64))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) (fma.f64 (-.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 x x)) #s(literal 3/2 binary64)) (*.f64 x x) #s(literal 3 binary64))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -11/240 binary64) (*.f64 x x) #s(literal 3/8 binary64)) x) x) #s(literal 3/2 binary64)) x) x #s(literal 3 binary64))) |
#s(approx (+ (cos x) 1) #s(literal 2 binary64)) |
#s(approx (+ (cos x) 1) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 2 binary64))) |
#s(approx (+ (cos x) 1) (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 2 binary64))) |
#s(approx (+ (cos x) 1) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) x) x #s(literal 2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (/ (- 1 (cos x)) x) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) |
#s(approx (- 1 (cos x)) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
#s(approx (cos x) (cos.f64 x)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) (*.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (-.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (+ (* (- (* 1/720 (* x x)) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (+.f64 #s(literal 1/720 binary64) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (- (* 1/720 (* x x)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
#s(approx (- (* 1/720 (* x x)) 1/24) (*.f64 (*.f64 (-.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x))) x) x)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) |
#s(approx (* (* x x) (cos x)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (- 1 (pow (cos x) 3)) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) |
#s(approx (pow (cos x) 3) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) |
#s(approx (* (+ (* (cos x) (+ (cos x) 1)) 1) (* x x)) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (+ (* (cos x) (+ (cos x) 1)) 1) (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64))) |
#s(approx (+ (cos x) 1) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
Compiled 6 657 to 2 135 computations (67.9% saved)
23 alts after pruning (20 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 582 | 15 | 597 |
| Fresh | 4 | 5 | 9 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 589 | 23 | 612 |
| Status | Accuracy | Program |
|---|---|---|
| 51.1% | (/.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (cos.f64 x) x) (/.f64 (cos.f64 x) x))) (+.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x))) x) | |
| 51.5% | (/.f64 (/.f64 (-.f64 x (*.f64 x (cos.f64 x))) (*.f64 x x)) x) | |
| 51.2% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)) | |
| ✓ | 52.8% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
| 21.9% | (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) | |
| 24.3% | (/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) | |
| ▶ | 52.7% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) x) |
| 12.6% | (/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) | |
| 12.3% | (/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 x x) (*.f64 x x))) | |
| 43.4% | (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) #s(literal 3/2 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) | |
| 51.6% | (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) | |
| 51.2% | (/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) | |
| ✓ | 51.6% | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| 31.6% | (/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) | |
| ▶ | 12.3% | (/.f64 (+.f64 (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
| 12.3% | (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) | |
| 12.5% | (/.f64 #s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) x)) x)) (*.f64 (*.f64 x x) (*.f64 x x))) | |
| ▶ | 51.9% | (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 (/.f64 (cos.f64 x) x) x)) |
| 51.8% | (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) | |
| ▶ | 49.6% | #s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
| 49.9% | #s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) | |
| ▶ | 49.5% | #s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
| ✓ | 50.6% | #s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
Compiled 548 to 472 computations (13.9% saved)
| Inputs |
|---|
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) x) |
(-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
x |
(/.f64 (cos.f64 x) x) |
(cos.f64 x) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) |
(*.f64 x x) |
#s(literal -1/24 binary64) |
#s(literal 1/2 binary64) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) |
(*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) |
(fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) |
(fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) |
#s(literal -1/40320 binary64) |
#s(literal 1/720 binary64) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 (/.f64 (cos.f64 x) x) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) x) |
(/.f64 (/.f64 (cos.f64 x) x) x) |
(/.f64 (+.f64 (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x)) |
(neg.f64 (cos.f64 x)) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
| Outputs |
|---|
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 1/2)) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (* 1/2 x))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (* x (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (* x (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (* x (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* -1/2 (pow x 2))) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) x))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (+ (* (* x x) -1/24) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (* x x) -1/24) 1/2) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* -1/24 x))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* x (- (* 1/720 (pow x 2)) 1/24)))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* x (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 -1/24)) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (- (* 1/720 (pow x 2)) 1/24))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) #s(hole binary64 1/720)) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) #s(hole binary64 (+ 1/720 (* -1/40320 (pow x 2))))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 1/2)) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (/ (/ 1 x) x) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ (+ 1 (* -1/2 (pow x 2))) (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) (pow x 2)))) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* 1/2 (pow x 4)))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* -1 (pow x 2)))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* (pow x 2) (- (* 1/2 (pow x 2)) 1)))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* (pow x 2) (- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1)))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* (pow x 2) (- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1)))) |
#s(approx (neg (cos x)) #s(hole binary64 -1)) |
#s(approx (neg (cos x)) #s(hole binary64 (- (* 1/2 (pow x 2)) 1))) |
#s(approx (neg (cos x)) #s(hole binary64 (- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1))) |
#s(approx (neg (cos x)) #s(hole binary64 (- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1))) |
#s(approx (* (* x x) (* x x)) #s(hole binary64 (pow x 4))) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (/ (- 1 (cos x)) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (cos x) x))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (+ (* (* x x) -1/24) 1/2) #s(hole binary64 (* -1/24 (pow x 2)))) |
#s(approx (+ (* (* x x) -1/24) 1/2) #s(hole binary64 (* (pow x 2) (- (* 1/2 (/ 1 (pow x 2))) 1/24)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (* -1/40320 (pow x 6)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (* (pow x 6) (- (* 1/720 (/ 1 (pow x 2))) 1/40320)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (* (pow x 6) (- (* 1/720 (/ 1 (pow x 2))) (+ 1/40320 (/ 1/24 (pow x 4))))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (* (pow x 6) (- (+ (* 1/720 (/ 1 (pow x 2))) (* 1/2 (/ 1 (pow x 6)))) (+ 1/40320 (/ 1/24 (pow x 4))))))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* -1/40320 (pow x 5)))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* (pow x 5) (- (* 1/720 (/ 1 (pow x 2))) 1/40320)))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* (pow x 5) (- (* 1/720 (/ 1 (pow x 2))) (+ 1/40320 (/ 1/24 (pow x 4))))))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (* -1/40320 (pow x 4)))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (* (pow x 4) (- (* 1/720 (/ 1 (pow x 2))) 1/40320)))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (* (pow x 4) (- (* 1/720 (/ 1 (pow x 2))) (+ 1/40320 (/ 1/24 (pow x 4))))))) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) #s(hole binary64 (* -1/40320 (pow x 2)))) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) #s(hole binary64 (* (pow x 2) (- (* 1/720 (/ 1 (pow x 2))) 1/40320)))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ (cos x) (pow x 2)))) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 (/ (+ 1 (* -1 (cos x))) (pow x 2)))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (cos x)))))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* -1 (* (pow x 2) (cos x))))) |
#s(approx (neg (cos x)) #s(hole binary64 (* -1 (cos x)))) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (/ (+ 1 (* -1 (cos x))) (pow x 2)))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (/ (+ 1 (* -1 (cos x))) x))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* -1 (* (pow x 5) (- 1/40320 (* 1/720 (/ 1 (pow x 2)))))))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* -1 (* (pow x 5) (- (+ 1/40320 (/ 1/24 (pow x 4))) (* 1/720 (/ 1 (pow x 2)))))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | x | @ | -inf | ((/ (- (/ 1 x) (/ (cos x) x)) x) (- (/ 1 x) (/ (cos x) x)) (/ 1 x) 1 x (/ (cos x) x) (cos x) (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (+ (* (* x x) -1/24) 1/2) (* x x) -1/24 1/2 (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) (+ (* -1/40320 (* x x)) 1/720) -1/40320 1/720 (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (/ (/ 1 x) x) (/ (/ (cos x) x) x) (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) (+ (* x x) (* (neg (cos x)) (* x x))) (* (neg (cos x)) (* x x)) (neg (cos x)) (* (* x x) (* x x))) |
| 6.0ms | x | @ | inf | ((/ (- (/ 1 x) (/ (cos x) x)) x) (- (/ 1 x) (/ (cos x) x)) (/ 1 x) 1 x (/ (cos x) x) (cos x) (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (+ (* (* x x) -1/24) 1/2) (* x x) -1/24 1/2 (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) (+ (* -1/40320 (* x x)) 1/720) -1/40320 1/720 (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (/ (/ 1 x) x) (/ (/ (cos x) x) x) (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) (+ (* x x) (* (neg (cos x)) (* x x))) (* (neg (cos x)) (* x x)) (neg (cos x)) (* (* x x) (* x x))) |
| 2.0ms | x | @ | 0 | ((/ (- (/ 1 x) (/ (cos x) x)) x) (- (/ 1 x) (/ (cos x) x)) (/ 1 x) 1 x (/ (cos x) x) (cos x) (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (+ (* (* x x) -1/24) 1/2) (* x x) -1/24 1/2 (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) (+ (* -1/40320 (* x x)) 1/720) -1/40320 1/720 (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (/ (/ 1 x) x) (/ (/ (cos x) x) x) (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) (+ (* x x) (* (neg (cos x)) (* x x))) (* (neg (cos x)) (* x x)) (neg (cos x)) (* (* x x) (* x x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 251 | 2132 |
| 0 | 290 | 1876 |
| 1 | 1045 | 1839 |
| 0 | 8509 | 1796 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) x) |
(-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
x |
(/.f64 (cos.f64 x) x) |
(cos.f64 x) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) |
(*.f64 x x) |
#s(literal -1/24 binary64) |
#s(literal 1/2 binary64) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) |
(*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) |
(fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) |
(fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) |
#s(literal -1/40320 binary64) |
#s(literal 1/720 binary64) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 (/.f64 (cos.f64 x) x) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) x) |
(/.f64 (/.f64 (cos.f64 x) x) x) |
(/.f64 (+.f64 (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x)) |
(neg.f64 (cos.f64 x)) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 1/2)) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (* 1/2 x))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (* x (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (* x (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (* x (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* -1/2 (pow x 2))) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) x))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (+ (* (* x x) -1/24) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (* x x) -1/24) 1/2) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* -1/24 x))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* x (- (* 1/720 (pow x 2)) 1/24)))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* x (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 -1/24)) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (- (* 1/720 (pow x 2)) 1/24))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) #s(hole binary64 1/720)) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) #s(hole binary64 (+ 1/720 (* -1/40320 (pow x 2))))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 1/2)) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (/ (/ 1 x) x) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ (+ 1 (* -1/2 (pow x 2))) (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) (pow x 2)))) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* 1/2 (pow x 4)))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* -1 (pow x 2)))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* (pow x 2) (- (* 1/2 (pow x 2)) 1)))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* (pow x 2) (- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1)))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* (pow x 2) (- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1)))) |
#s(approx (neg (cos x)) #s(hole binary64 -1)) |
#s(approx (neg (cos x)) #s(hole binary64 (- (* 1/2 (pow x 2)) 1))) |
#s(approx (neg (cos x)) #s(hole binary64 (- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1))) |
#s(approx (neg (cos x)) #s(hole binary64 (- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1))) |
#s(approx (* (* x x) (* x x)) #s(hole binary64 (pow x 4))) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (/ (- 1 (cos x)) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (cos x) x))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (+ (* (* x x) -1/24) 1/2) #s(hole binary64 (* -1/24 (pow x 2)))) |
#s(approx (+ (* (* x x) -1/24) 1/2) #s(hole binary64 (* (pow x 2) (- (* 1/2 (/ 1 (pow x 2))) 1/24)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (* -1/40320 (pow x 6)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (* (pow x 6) (- (* 1/720 (/ 1 (pow x 2))) 1/40320)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (* (pow x 6) (- (* 1/720 (/ 1 (pow x 2))) (+ 1/40320 (/ 1/24 (pow x 4))))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(hole binary64 (* (pow x 6) (- (+ (* 1/720 (/ 1 (pow x 2))) (* 1/2 (/ 1 (pow x 6)))) (+ 1/40320 (/ 1/24 (pow x 4))))))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* -1/40320 (pow x 5)))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* (pow x 5) (- (* 1/720 (/ 1 (pow x 2))) 1/40320)))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* (pow x 5) (- (* 1/720 (/ 1 (pow x 2))) (+ 1/40320 (/ 1/24 (pow x 4))))))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (* -1/40320 (pow x 4)))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (* (pow x 4) (- (* 1/720 (/ 1 (pow x 2))) 1/40320)))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(hole binary64 (* (pow x 4) (- (* 1/720 (/ 1 (pow x 2))) (+ 1/40320 (/ 1/24 (pow x 4))))))) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) #s(hole binary64 (* -1/40320 (pow x 2)))) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) #s(hole binary64 (* (pow x 2) (- (* 1/720 (/ 1 (pow x 2))) 1/40320)))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (/ (/ (cos x) x) x) #s(hole binary64 (/ (cos x) (pow x 2)))) |
#s(approx (/ (+ (* x x) (* (neg (cos x)) (* x x))) (* (* x x) (* x x))) #s(hole binary64 (/ (+ 1 (* -1 (cos x))) (pow x 2)))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (cos x)))))) |
#s(approx (* (neg (cos x)) (* x x)) #s(hole binary64 (* -1 (* (pow x 2) (cos x))))) |
#s(approx (neg (cos x)) #s(hole binary64 (* -1 (cos x)))) |
#s(approx (/ (- (/ 1 x) (/ (cos x) x)) x) #s(hole binary64 (/ (+ 1 (* -1 (cos x))) (pow x 2)))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) #s(hole binary64 (/ (+ 1 (* -1 (cos x))) x))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* -1 (* (pow x 5) (- 1/40320 (* 1/720 (/ 1 (pow x 2)))))))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) #s(hole binary64 (* -1 (* (pow x 5) (- (+ 1/40320 (/ 1/24 (pow x 4))) (* 1/720 (/ 1 (pow x 2)))))))) |
| Outputs |
|---|
(*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x)) |
(*.f64 (/.f64 (*.f64 x x) x) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (*.f64 x x) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x))) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (neg.f64 x)) (neg.f64 x)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) x) x) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 x x) x)) x) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) x) (*.f64 (*.f64 x x) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) (neg.f64 x)) (neg.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) x) x) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) #s(literal -1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x)) #s(literal -1 binary64)) |
(/.f64 (+.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) 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 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x)))) (neg.f64 (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (neg.f64 x)) (*.f64 (neg.f64 x) (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) x) (*.f64 (neg.f64 x) (/.f64 (cos.f64 x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 x x)) (*.f64 (neg.f64 x) (cos.f64 x))) (*.f64 (neg.f64 x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 x)) (*.f64 (*.f64 (neg.f64 x) x) (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 (*.f64 (neg.f64 x) x) (/.f64 (cos.f64 x) x))) (*.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (neg.f64 x)) (*.f64 x (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 (cos.f64 x)) x)) (*.f64 x (*.f64 (neg.f64 x) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (*.f64 x x) (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (*.f64 x x) (neg.f64 x))) |
(/.f64 (-.f64 x (*.f64 (*.f64 x x) (/.f64 (cos.f64 x) x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 x x) (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x)))) (*.f64 (neg.f64 x) (*.f64 x x))) |
(/.f64 (fma.f64 (neg.f64 x) x (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) x)) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (neg.f64 (cos.f64 x)) x)) (neg.f64 x)) |
(/.f64 (-.f64 #s(literal -1 binary64) (neg.f64 (cos.f64 x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x))) (*.f64 (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.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) x) x))) (*.f64 (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x))) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (pow.f64 (/.f64 (cos.f64 x) x) #s(literal 3 binary64))) (*.f64 (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64))) (*.f64 (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) x) (neg.f64 x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(neg.f64 (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(neg.f64 (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) x) x)) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 (*.f64 x x) x)) #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 x x)) (/.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) x) (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) x) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (fabs.f64 x) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 x) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 x (*.f64 (*.f64 x x) x)) #s(literal 1 binary64) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 x (*.f64 x x)) (/.f64 x (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) x) (/.f64 (neg.f64 (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (fabs.f64 (/.f64 #s(literal 1 binary64) x)) (fabs.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (neg.f64 x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (fabs.f64 x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (neg.f64 x) (/.f64 (neg.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (neg.f64 (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (/.f64 (neg.f64 (cos.f64 x)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 x (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x 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 (*.f64 x x) x) x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 (pow.f64 x #s(literal -6 binary64)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) (/.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (/.f64 (cos.f64 x) x) x) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(+.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(/.f64 (/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (neg.f64 x)) (neg.f64 x)) |
(/.f64 (/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) x) x) |
(/.f64 (/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (+.f64 x (*.f64 (neg.f64 (cos.f64 x)) x)) (*.f64 x x)) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (pow.f64 (/.f64 (neg.f64 (cos.f64 x)) x) #s(literal 3 binary64))) (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x)))) (neg.f64 (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (pow.f64 (/.f64 (cos.f64 x) x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (-.f64 x (*.f64 (cos.f64 x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 x)) (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x)))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 (neg.f64 x) (cos.f64 x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 (cos.f64 x)) x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x)))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 #s(literal -1 binary64) (neg.f64 (cos.f64 x))) (neg.f64 x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x))) (-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (cos.f64 x)) x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x))) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (pow.f64 (/.f64 (cos.f64 x) x) #s(literal 3 binary64))) (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) x)) |
(/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (neg.f64 x)) |
(/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 (neg.f64 x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) #s(literal 1 binary64)) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) x)) |
(fma.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64)) (/.f64 (neg.f64 (cos.f64 x)) x)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) x)) |
(fma.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) x)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (cos.f64 x)) x)) |
(-.f64 (/.f64 x (*.f64 x x)) (/.f64 (*.f64 (cos.f64 x) x) (*.f64 x x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) 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)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) (/.f64 (pow.f64 (/.f64 (cos.f64 x) x) #s(literal 3 binary64)) (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) |
(+.f64 (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) x)) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (cos.f64 x)) x)) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal 1 binary64) x) |
(neg.f64 (/.f64 #s(literal -1 binary64) x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -1 binary64))) |
#s(literal 1 binary64) |
x |
(*.f64 #s(literal -1 binary64) (/.f64 (neg.f64 (cos.f64 x)) x)) |
(*.f64 (cos.f64 x) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (neg.f64 (cos.f64 x)) (neg.f64 x)) |
(/.f64 (cos.f64 x) (neg.f64 (neg.f64 x))) |
(/.f64 (cos.f64 x) x) |
(neg.f64 (/.f64 (neg.f64 (cos.f64 x)) x)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (cos.f64 x))) |
(*.f64 (neg.f64 (cos.f64 x)) #s(literal -1 binary64)) |
(*.f64 (cos.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (cos.f64 x)) |
(/.f64 (*.f64 #s(literal 2 binary64) (cos.f64 x)) #s(literal 2 binary64)) |
(neg.f64 (neg.f64 (cos.f64 x))) |
(sin.f64 (+.f64 (neg.f64 x) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) x)) |
(fma.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(cos.f64 (neg.f64 (neg.f64 x))) |
(cos.f64 (+.f64 (+.f64 (PI.f64) x) (PI.f64))) |
(cos.f64 (neg.f64 x)) |
(cos.f64 x) |
(+.f64 (*.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 x x) #s(literal 1/48 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal -1/4 binary64))) (neg.f64 (fma.f64 (*.f64 #s(literal -1/24 binary64) x) x #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) (neg.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64))) (neg.f64 (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (fma.f64 (*.f64 x x) #s(literal 1/48 binary64) #s(literal 1/4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal -1/24 binary64)) (fma.f64 (*.f64 #s(literal -1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal -1/4 binary64)) (fma.f64 (*.f64 #s(literal -1/24 binary64) x) x #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) |
(/.f64 (fma.f64 #s(literal -1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64)) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (fma.f64 (*.f64 x x) #s(literal 1/48 binary64) #s(literal 1/4 binary64)))) |
(/.f64 (fma.f64 #s(literal -1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal -1/24 binary64)) (fma.f64 (*.f64 #s(literal -1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1/4 binary64))) |
(fma.f64 (*.f64 #s(literal -1/24 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 #s(literal -1/24 binary64) (neg.f64 x)) (neg.f64 x) #s(literal 1/2 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 #s(literal -1/24 binary64) x) x #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal -1/24 binary64)) #s(literal 1 binary64) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal -1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) |
(fma.f64 x (*.f64 #s(literal -1/24 binary64) x) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (fma.f64 (*.f64 #s(literal -1/24 binary64) x) x #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 #s(literal -1/24 binary64) x) x #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal -1/24 binary64)) #s(literal -1/2 binary64)) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1/24 binary64))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 x) (*.f64 #s(literal -1/24 binary64) x))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (fma.f64 (*.f64 x x) #s(literal 1/48 binary64) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (fma.f64 (*.f64 x x) #s(literal 1/48 binary64) #s(literal 1/4 binary64))))) |
(+.f64 (/.f64 #s(literal 1/8 binary64) (fma.f64 (*.f64 (*.f64 x x) #s(literal -1/24 binary64)) (fma.f64 (*.f64 #s(literal -1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal -1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 (*.f64 x x) #s(literal -1/24 binary64)) (fma.f64 (*.f64 #s(literal -1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1/4 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal 1/24 binary64))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal -1/24 binary64))) |
(*.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 x x) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(sqrt.f64 (*.f64 (*.f64 (*.f64 x x) x) x)) |
(fabs.f64 (*.f64 (neg.f64 x) x)) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) #s(literal 0 binary64))) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
#s(literal -1/24 binary64) |
#s(literal 1/2 binary64) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (neg.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (neg.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) (fabs.f64 x)) (fabs.f64 x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) (neg.f64 x)) (neg.f64 x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) #s(literal 1 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 1 binary64) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 x (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal -1/2 binary64)))) |
(-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal -1/2 binary64)) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x)) x)) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64))) (*.f64 x x))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 3 binary64)) (fma.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64)))) (/.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x) #s(literal 1/2 binary64)) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x)) |
(*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) |
(*.f64 x (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/576 binary64)) x) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal -1/24 binary64))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 3 binary64)) #s(literal -1/13824 binary64)) x) (fma.f64 #s(literal -1/24 binary64) (-.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)))) |
(/.f64 (*.f64 x (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/576 binary64))) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal -1/24 binary64))) |
(/.f64 (*.f64 x (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 3 binary64)) #s(literal -1/13824 binary64))) (fma.f64 #s(literal -1/24 binary64) (-.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) x (*.f64 #s(literal -1/24 binary64) x)) |
(fma.f64 #s(literal -1/24 binary64) x (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) x)) |
(fma.f64 #s(literal -1/24 binary64) x (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x))) |
(fma.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) (*.f64 #s(literal -1/24 binary64) x)) |
(fma.f64 x #s(literal -1/24 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) x)) |
(fma.f64 x #s(literal -1/24 binary64) (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x))) |
(+.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) x) (*.f64 #s(literal -1/24 binary64) x)) |
(+.f64 (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x)) (*.f64 #s(literal -1/24 binary64) x)) |
(+.f64 (*.f64 #s(literal -1/24 binary64) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) x)) |
(+.f64 (*.f64 #s(literal -1/24 binary64) x) (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x))) |
(/.f64 (-.f64 #s(literal 1/576 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64))) (-.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/576 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal -1/24 binary64)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 3 binary64)) #s(literal -1/13824 binary64))) (neg.f64 (fma.f64 #s(literal -1/24 binary64) (-.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/576 binary64)) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal -1/24 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 3 binary64)) #s(literal -1/13824 binary64)) (+.f64 #s(literal 1/576 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) (*.f64 #s(literal -1/24 binary64) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 3 binary64)) #s(literal -1/13824 binary64)) (fma.f64 #s(literal -1/24 binary64) (-.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (fabs.f64 x)) (fabs.f64 x) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (neg.f64 x)) (neg.f64 x) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) #s(literal 1 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) (fabs.f64 x)) (fabs.f64 x) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) (neg.f64 x)) (neg.f64 x) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) x) x (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x #s(literal -1/24 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64))) #s(literal -1/24 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1/720 binary64)) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64))) #s(literal -1/24 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1/720 binary64)) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1 binary64) #s(literal -1/24 binary64)) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64))) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) #s(literal -1/24 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/720 binary64) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(fma.f64 #s(literal 1/720 binary64) (*.f64 x x) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(fma.f64 x (*.f64 x #s(literal 1/720 binary64)) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(fma.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) #s(literal -1/24 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal -1/24 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal -1/24 binary64))) (/.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal -1/24 binary64)))) |
(-.f64 #s(literal -1/24 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x)) x)) |
(-.f64 #s(literal -1/24 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64))) (*.f64 x x))) |
(-.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)))) |
(+.f64 (+.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 (*.f64 #s(literal -1/40320 binary64) (*.f64 (*.f64 x x) x)) x)) |
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 3 binary64)) (fma.f64 #s(literal -1/24 binary64) (-.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64)))) (/.f64 #s(literal -1/13824 binary64) (fma.f64 #s(literal -1/24 binary64) (-.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal -1/24 binary64)) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (fma.f64 (*.f64 #s(literal -1/40320 binary64) x) (*.f64 (*.f64 x x) x) #s(literal -1/24 binary64))) |
(+.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 1/373248000 binary64) (pow.f64 (*.f64 #s(literal 1/40320 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1/518400 binary64) (fma.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 #s(literal 1/720 binary64) (*.f64 #s(literal 1/40320 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal -1/518400 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal -1/720 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/518400 binary64) (*.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) (neg.f64 (-.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) #s(literal -1/40320 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1/65548320768000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64))) (neg.f64 (-.f64 (fma.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal 1/518400 binary64)) (*.f64 #s(literal -1/29030400 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1/65548320768000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal -1/720 binary64)) #s(literal 1/518400 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal -1/518400 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal -1/720 binary64))) |
(/.f64 (-.f64 #s(literal 1/518400 binary64) (*.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))) (-.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)))) |
(/.f64 (fma.f64 #s(literal -1/65548320768000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (-.f64 (fma.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal 1/518400 binary64)) (*.f64 #s(literal -1/29030400 binary64) (*.f64 x x)))) |
(/.f64 (fma.f64 #s(literal -1/65548320768000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal -1/720 binary64)) #s(literal 1/518400 binary64))) |
(fma.f64 (*.f64 #s(literal -1/40320 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal 1/720 binary64)) |
(fma.f64 (*.f64 #s(literal -1/40320 binary64) (neg.f64 x)) (neg.f64 x) #s(literal 1/720 binary64)) |
(fma.f64 (*.f64 #s(literal -1/40320 binary64) x) x #s(literal 1/720 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal -1/40320 binary64)) #s(literal 1/720 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal -1/40320 binary64)) #s(literal 1/720 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)) #s(literal 1 binary64) #s(literal 1/720 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) |
(fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) |
(fma.f64 x (*.f64 #s(literal -1/40320 binary64) x) #s(literal 1/720 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)) #s(literal 1/720 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal -1/720 binary64))) (/.f64 #s(literal 1/518400 binary64) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal -1/720 binary64)))) |
(-.f64 (/.f64 #s(literal 1/518400 binary64) (-.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)))) (/.f64 (*.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (-.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) #s(literal -1/40320 binary64))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)) #s(literal -1/720 binary64)) |
(-.f64 #s(literal 1/720 binary64) (*.f64 (neg.f64 (*.f64 #s(literal -1/40320 binary64) x)) x)) |
(-.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1/40320 binary64))) |
(-.f64 #s(literal 1/720 binary64) (*.f64 #s(literal 1/40320 binary64) (*.f64 x x))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/65548320768000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (-.f64 (fma.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal 1/518400 binary64)) (*.f64 #s(literal -1/29030400 binary64) (*.f64 x x)))) (/.f64 #s(literal 1/373248000 binary64) (-.f64 (fma.f64 #s(literal 1/1625702400 binary64) (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal 1/518400 binary64)) (*.f64 #s(literal -1/29030400 binary64) (*.f64 x x))))) |
(+.f64 (/.f64 #s(literal 1/373248000 binary64) (fma.f64 (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal -1/720 binary64)) #s(literal 1/518400 binary64))) (/.f64 (*.f64 #s(literal -1/65548320768000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal -1/720 binary64)) #s(literal 1/518400 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -1/40320 binary64)) #s(literal 1/720 binary64)) |
(+.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) #s(literal -1/40320 binary64))) |
#s(literal -1/40320 binary64) |
#s(literal 1/720 binary64) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x)) |
(*.f64 (/.f64 (*.f64 x x) x) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (*.f64 x x) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x))) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (neg.f64 x)) (neg.f64 x)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) x) x) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 x x) x)) x) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) x) (*.f64 (*.f64 x x) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) (neg.f64 x)) (neg.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) x) x) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) #s(literal -1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x)) #s(literal -1 binary64)) |
(/.f64 (+.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) 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 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x)))) (neg.f64 (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (neg.f64 x)) (*.f64 (neg.f64 x) (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) x) (*.f64 (neg.f64 x) (/.f64 (cos.f64 x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 x x)) (*.f64 (neg.f64 x) (cos.f64 x))) (*.f64 (neg.f64 x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 x)) (*.f64 (*.f64 (neg.f64 x) x) (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 (*.f64 (neg.f64 x) x) (/.f64 (cos.f64 x) x))) (*.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (neg.f64 x)) (*.f64 x (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 (cos.f64 x)) x)) (*.f64 x (*.f64 (neg.f64 x) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (*.f64 x x) (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (*.f64 x x) (neg.f64 x))) |
(/.f64 (-.f64 x (*.f64 (*.f64 x x) (/.f64 (cos.f64 x) x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 x x) (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x)))) (*.f64 (neg.f64 x) (*.f64 x x))) |
(/.f64 (fma.f64 (neg.f64 x) x (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) x)) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (neg.f64 (cos.f64 x)) x)) (neg.f64 x)) |
(/.f64 (-.f64 #s(literal -1 binary64) (neg.f64 (cos.f64 x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x))) (*.f64 (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.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) x) x))) (*.f64 (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x))) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (pow.f64 (/.f64 (cos.f64 x) x) #s(literal 3 binary64))) (*.f64 (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64))) (*.f64 (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) x) (neg.f64 x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(neg.f64 (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(neg.f64 (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) x) x)) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 (*.f64 x x) x)) #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 x x)) (/.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) x) (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) x) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (fabs.f64 x) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 x) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 x (*.f64 (*.f64 x x) x)) #s(literal 1 binary64) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 x (*.f64 x x)) (/.f64 x (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) x) (/.f64 (neg.f64 (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (fabs.f64 (/.f64 #s(literal 1 binary64) x)) (fabs.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (neg.f64 x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (fabs.f64 x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (neg.f64 x) (/.f64 (neg.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (neg.f64 (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (/.f64 (neg.f64 (cos.f64 x)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 x (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x 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 (*.f64 x x) x) x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 (pow.f64 x #s(literal -6 binary64)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) (/.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (/.f64 (cos.f64 x) x) x) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(+.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(*.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (fabs.f64 x) (*.f64 x x))) |
(*.f64 (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (fabs.f64 x) x)) |
(*.f64 (/.f64 (fabs.f64 x) x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 x) (*.f64 x x))) |
(*.f64 (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 x) x)) |
(*.f64 (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (/.f64 x (*.f64 (*.f64 x x) x)) #s(literal 1 binary64)) |
(*.f64 (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 x (*.f64 x x)) (/.f64 x (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (fabs.f64 (/.f64 #s(literal 1 binary64) x)) (fabs.f64 (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (fabs.f64 x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (neg.f64 x) (/.f64 (neg.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 x (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (*.f64 x x) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(pow.f64 (*.f64 x x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
(pow.f64 x #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) x) |
(/.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) |
(/.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) (neg.f64 x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (neg.f64 x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) x) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (neg.f64 x)) |
(/.f64 (*.f64 (neg.f64 x) x) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(/.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 x x))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) x) |
(/.f64 #s(literal 1 binary64) (*.f64 x x)) |
(neg.f64 (/.f64 (/.f64 #s(literal -1 binary64) x) x)) |
(neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (neg.f64 x))) |
(neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(exp.f64 (-.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 x) #s(literal 4 binary64)))) |
(exp.f64 (-.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) #s(literal -1 binary64))) |
(*.f64 (/.f64 (cos.f64 x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 (cos.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x)) |
(*.f64 (/.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (/.f64 (cos.f64 x) x) x)) |
(*.f64 (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 (cos.f64 x) x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 x (*.f64 x x)) (/.f64 (*.f64 (cos.f64 x) x) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) x)) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (*.f64 x x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(*.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x))) |
(*.f64 #s(literal -1 binary64) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) (/.f64 (cos.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (/.f64 (cos.f64 x) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) |
(*.f64 (cos.f64 x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 x (/.f64 (*.f64 (cos.f64 x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 x) x) (*.f64 (*.f64 x x) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (cos.f64 x) (*.f64 x x))) |
(/.f64 (/.f64 (neg.f64 (cos.f64 x)) #s(literal -1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (cos.f64 x) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 x x) x)) x) |
(/.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) x) (*.f64 (*.f64 x x) x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (neg.f64 (cos.f64 x))) (neg.f64 x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (cos.f64 x)) x) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (cos.f64 x) x)) x) |
(/.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal -1 binary64)) |
(/.f64 (/.f64 (neg.f64 (cos.f64 x)) x) (neg.f64 x)) |
(/.f64 (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (neg.f64 (cos.f64 x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (cos.f64 x) x) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 (cos.f64 x) x) x) |
(/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (cos.f64 x) (*.f64 x x)) |
(neg.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x)) |
(*.f64 (/.f64 (*.f64 x x) x) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (*.f64 x x) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x))) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (neg.f64 x)) (neg.f64 x)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) x) x) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 x x) x)) x) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) x) (*.f64 (*.f64 x x) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) (neg.f64 x)) (neg.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) x) x) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) #s(literal -1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x)) #s(literal -1 binary64)) |
(/.f64 (+.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) 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 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x)))) (neg.f64 (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (cos.f64 x) x) x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (neg.f64 x)) (*.f64 (neg.f64 x) (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) x) (*.f64 (neg.f64 x) (/.f64 (cos.f64 x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 x x)) (*.f64 (neg.f64 x) (cos.f64 x))) (*.f64 (neg.f64 x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 x)) (*.f64 (*.f64 (neg.f64 x) x) (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 (*.f64 (neg.f64 x) x) (/.f64 (cos.f64 x) x))) (*.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (neg.f64 x)) (*.f64 x (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (neg.f64 x) x)) (*.f64 (neg.f64 (cos.f64 x)) x)) (*.f64 x (*.f64 (neg.f64 x) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (*.f64 x x) (/.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (*.f64 x x) (neg.f64 x))) |
(/.f64 (-.f64 x (*.f64 (*.f64 x x) (/.f64 (cos.f64 x) x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 x x) (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x)))) (*.f64 (neg.f64 x) (*.f64 x x))) |
(/.f64 (fma.f64 (neg.f64 x) x (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) x)) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (neg.f64 (cos.f64 x)) x)) (neg.f64 x)) |
(/.f64 (-.f64 #s(literal -1 binary64) (neg.f64 (cos.f64 x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x))) (*.f64 (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.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) x) x))) (*.f64 (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x))) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (pow.f64 (/.f64 (cos.f64 x) x) #s(literal 3 binary64))) (*.f64 (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64))) (*.f64 (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) x) (neg.f64 x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (cos.f64 x) x) x)) (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(neg.f64 (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(neg.f64 (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) x) x)) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (cos.f64 x)) (*.f64 x x))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (neg.f64 x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 (*.f64 x x) x)) #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 x x)) (/.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 (cos.f64 x)) x) x) (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) x) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (fabs.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (fabs.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (fabs.f64 x) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (fabs.f64 x) x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (neg.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 x) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (neg.f64 x) x) (/.f64 (neg.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 x (*.f64 (*.f64 x x) x)) #s(literal 1 binary64) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 x (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 x (*.f64 x x)) (/.f64 x (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) x) (/.f64 (neg.f64 (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (fabs.f64 (/.f64 #s(literal 1 binary64) x)) (fabs.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (neg.f64 x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (fabs.f64 x) (/.f64 (fabs.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (neg.f64 x) (/.f64 (neg.f64 x) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (neg.f64 (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (/.f64 (neg.f64 (cos.f64 x)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (neg.f64 (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 x (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x 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 (*.f64 x x) x) x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 (pow.f64 x #s(literal -6 binary64)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) (/.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (/.f64 (cos.f64 x) x) x) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(+.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(*.f64 x (*.f64 x (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 x (fma.f64 (neg.f64 (cos.f64 x)) x x)) |
(*.f64 x (+.f64 x (*.f64 (neg.f64 (cos.f64 x)) x))) |
(*.f64 x (-.f64 x (*.f64 (cos.f64 x) x))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 x x)) (+.f64 (cos.f64 x) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 x x)) (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (+.f64 (cos.f64 x) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.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) x) x)) (*.f64 (*.f64 (*.f64 x x) x) x)) (-.f64 (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.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) x) x)))) (neg.f64 (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.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) x) x))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64))) (fma.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) x) x) (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (*.f64 (cos.f64 x) x) x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))) |
(fma.f64 (*.f64 (neg.f64 (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x) (*.f64 x x)) |
(fma.f64 (*.f64 (neg.f64 (cos.f64 x)) (neg.f64 x)) (neg.f64 x) (*.f64 x x)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 (cos.f64 x) x) (*.f64 x x)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (*.f64 (neg.f64 (cos.f64 x)) x) x (*.f64 x x)) |
(fma.f64 (*.f64 (neg.f64 x) x) (cos.f64 x) (*.f64 x x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (neg.f64 (cos.f64 x))) (*.f64 x x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x))) (*.f64 x x)) |
(fma.f64 (neg.f64 x) (*.f64 (cos.f64 x) x) (*.f64 x x)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) |
(fma.f64 (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) #s(literal 1 binary64) (*.f64 x x)) |
(fma.f64 (neg.f64 (cos.f64 x)) (*.f64 x x) (*.f64 x x)) |
(fma.f64 (*.f64 x x) (neg.f64 (cos.f64 x)) (*.f64 x x)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal -1 binary64) (*.f64 x x)) |
(fma.f64 (cos.f64 x) (*.f64 (neg.f64 x) x) (*.f64 x x)) |
(fma.f64 x (*.f64 (*.f64 (cos.f64 x) x) #s(literal -1 binary64)) (*.f64 x x)) |
(fma.f64 x (*.f64 (neg.f64 (cos.f64 x)) x) (*.f64 x x)) |
(fma.f64 x x (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) (*.f64 x x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x 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 (*.f64 x x) x) x)) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))) (/.f64 (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))))) |
(-.f64 (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) (*.f64 (neg.f64 x) x)) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 (*.f64 (neg.f64 (cos.f64 x)) x)) x)) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) #s(literal -1 binary64))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))))) (/.f64 (pow.f64 (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)))))) |
(+.f64 (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) (*.f64 x x)) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(*.f64 (*.f64 (neg.f64 (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (neg.f64 (cos.f64 x)) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 (cos.f64 x) x)) |
(*.f64 (*.f64 (neg.f64 (cos.f64 x)) x) x) |
(*.f64 (*.f64 (neg.f64 x) x) (cos.f64 x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (neg.f64 (cos.f64 x)))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (neg.f64 (cos.f64 x)))) |
(*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(*.f64 (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x)) #s(literal 1 binary64)) |
(*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x)) |
(*.f64 (*.f64 x x) (neg.f64 (cos.f64 x))) |
(*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal -1 binary64)) |
(*.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) |
(*.f64 x (*.f64 (*.f64 (cos.f64 x) x) #s(literal -1 binary64))) |
(*.f64 x (*.f64 (neg.f64 (cos.f64 x)) x)) |
(*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
(neg.f64 (*.f64 (*.f64 (cos.f64 x) x) x)) |
(*.f64 #s(literal -1 binary64) (cos.f64 x)) |
(*.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) |
(*.f64 (cos.f64 x) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (neg.f64 (cos.f64 x))) |
(/.f64 (*.f64 #s(literal 2 binary64) (neg.f64 (cos.f64 x))) #s(literal 2 binary64)) |
(neg.f64 (cos.f64 x)) |
(sin.f64 (neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) x))) |
(sin.f64 (+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) x) (PI.f64))) |
(sin.f64 (+.f64 (+.f64 (PI.f64) x) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (*.f64 (cos.f64 x) (cos.f64 (PI.f64))) (*.f64 (sin.f64 x) (sin.f64 (PI.f64)))) |
(cos.f64 (neg.f64 (+.f64 (PI.f64) x))) |
(cos.f64 (+.f64 (neg.f64 x) (PI.f64))) |
(cos.f64 (+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) x) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(cos.f64 (+.f64 (PI.f64) x)) |
(*.f64 (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 (*.f64 x x) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (fabs.f64 x) (neg.f64 x)) (*.f64 (fabs.f64 x) (neg.f64 x))) |
(*.f64 (*.f64 (fabs.f64 x) x) (*.f64 (fabs.f64 x) x)) |
(*.f64 (*.f64 (neg.f64 x) (fabs.f64 x)) (*.f64 (neg.f64 x) (fabs.f64 x))) |
(*.f64 (*.f64 x (fabs.f64 x)) (*.f64 x (fabs.f64 x))) |
(*.f64 (*.f64 (*.f64 x x) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (*.f64 x x) x) x) |
(*.f64 (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x)) #s(literal -1 binary64)) |
(*.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (*.f64 x x))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 x x))) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x))) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(*.f64 x (*.f64 (*.f64 x x) x)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (neg.f64 x) x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 2 binary64)) |
(pow.f64 x #s(literal 4 binary64)) |
(neg.f64 (*.f64 (*.f64 (*.f64 x x) x) (neg.f64 x))) |
(fabs.f64 (*.f64 (*.f64 (*.f64 x x) x) x)) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 4 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 4 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 4 binary64)))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(literal 1/2 binary64)) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) (*.f64 #s(literal 1/2 binary64) x)) |
#s(approx (- (/ 1 x) (/ (cos x) x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) x)) |
#s(approx (- (/ 1 x) (/ (cos x) x)) (*.f64 (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) x)) |
#s(approx (- (/ 1 x) (/ (cos x) x)) (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64)) x)) |
#s(approx (/ 1 x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx x x) |
#s(approx (/ (cos x) x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (/ (cos x) x) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (/ (cos x) x) (/.f64 (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (/ (cos x) x) (/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)) x)) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(literal 1/2 binary64)) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (+ (* (* x x) -1/24) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* (* x x) -1/24) 1/2) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (*.f64 #s(literal -1/24 binary64) x)) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (*.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) x)) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x)) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) #s(literal -1/24 binary64)) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64))) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) #s(literal 1/720 binary64)) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(literal 1/2 binary64)) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (/ 1 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
#s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
#s(approx (/ (/ (cos x) x) x) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (/ (/ (cos x) x) x) (/.f64 (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (/ (/ (cos x) x) x) (/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) #s(literal 1/2 binary64)) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) (*.f64 (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 x x))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/40320 binary64) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64)) x) (*.f64 (*.f64 x x) x))) |
#s(approx (* (neg (cos x)) (* x x)) (*.f64 (neg.f64 x) x)) |
#s(approx (* (neg (cos x)) (* x x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) x) x #s(literal -1 binary64)) x) x)) |
#s(approx (* (neg (cos x)) (* x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) x) x #s(literal -1 binary64)) x) x)) |
#s(approx (* (neg (cos x)) (* x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal -1 binary64)) x) x)) |
#s(approx (neg (cos x)) #s(literal -1 binary64)) |
#s(approx (neg (cos x)) (fma.f64 (*.f64 #s(literal 1/2 binary64) x) x #s(literal -1 binary64))) |
#s(approx (neg (cos x)) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) x) x #s(literal -1 binary64))) |
#s(approx (neg (cos x)) (fma.f64 (*.f64 (fma.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal -1 binary64))) |
#s(approx (* (* x x) (* x x)) (*.f64 (*.f64 (*.f64 x x) x) x)) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) |
#s(approx (/ (cos x) x) (/.f64 (cos.f64 x) x)) |
#s(approx (cos x) (cos.f64 x)) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (+ (* (* x x) -1/24) 1/2) (*.f64 (*.f64 x x) #s(literal -1/24 binary64))) |
#s(approx (+ (* (* x x) -1/24) 1/2) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) x) x)) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (*.f64 (*.f64 #s(literal -1/40320 binary64) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 x x) x))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/40320 binary64)) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 x x) x))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (*.f64 (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/40320 binary64)) (/.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 x x) x))) |
#s(approx (+ (* (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) x) 1/2) (*.f64 (*.f64 (-.f64 (-.f64 (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (/.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))) #s(literal 1/40320 binary64)) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 x x) x))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/40320 binary64))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/40320 binary64)))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/40320 binary64)) (/.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))))) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) (*.f64 (*.f64 #s(literal -1/40320 binary64) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/40320 binary64)) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) (*.f64 (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/40320 binary64)) (/.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))) (*.f64 (*.f64 x x) x)) x)) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) (*.f64 (*.f64 x x) #s(literal -1/40320 binary64))) |
#s(approx (+ (* -1/40320 (* x x)) 1/720) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/40320 binary64)) x) x)) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (/ (/ (cos x) x) x) (/.f64 (cos.f64 x) (*.f64 x x))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (+ (* x x) (* (neg (cos x)) (* x x))) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) |
#s(approx (* (neg (cos x)) (* x x)) (*.f64 (neg.f64 x) (*.f64 (cos.f64 x) x))) |
#s(approx (neg (cos x)) (neg.f64 (cos.f64 x))) |
#s(approx (- (/ (/ 1 x) x) (/ (/ (cos x) x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (- (/ 1 x) (/ (cos x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) (neg.f64 (-.f64 #s(literal 1/40320 binary64) (/.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) |
#s(approx (* (+ (* (+ (* -1/40320 (* x x)) 1/720) (* x x)) -1/24) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 5 binary64))) (+.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1/720 binary64) (*.f64 x x))) #s(literal 1/40320 binary64)))) |
Compiled 7 712 to 2 616 computations (66.1% saved)
28 alts after pruning (22 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 789 | 10 | 799 |
| Fresh | 3 | 12 | 15 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 3 | 3 |
| Total | 794 | 28 | 822 |
| Status | Accuracy | Program |
|---|---|---|
| 15.5% | (fma.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) | |
| ▶ | 52.4% | (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
| 51.5% | (/.f64 (/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 x x)) x) | |
| 51.2% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)) | |
| ✓ | 52.8% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
| 21.9% | (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) | |
| 24.3% | (/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) | |
| 12.1% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x))) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) | |
| 51.3% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x))) (*.f64 (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) x)) | |
| ✓ | 52.7% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) x) |
| 12.3% | (/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 x x) (*.f64 x x))) | |
| 44.2% | (/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 x x) x)) | |
| 43.4% | (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) #s(literal 3/2 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) | |
| 51.6% | (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) | |
| ▶ | 51.2% | (/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
| ✓ | 51.6% | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| ▶ | 31.6% | (/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
| 12.3% | (/.f64 (+.f64 (*.f64 x x) (*.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) (*.f64 (*.f64 x x) (*.f64 x x))) | |
| ▶ | 12.3% | (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
| 12.5% | (/.f64 #s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) x)) x)) (*.f64 (*.f64 x x) (*.f64 x x))) | |
| 51.7% | (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 (cos.f64 x) (*.f64 x x))) | |
| 31.6% | (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) | |
| 51.8% | (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) | |
| ▶ | 51.5% | (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
| ✓ | 49.6% | #s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
| 49.9% | #s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) | |
| ✓ | 49.5% | #s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
| ✓ | 50.6% | #s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
Compiled 597 to 548 computations (8.2% saved)
| Inputs |
|---|
(fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (cos.f64 x) x) |
(cos.f64 x) |
x |
(/.f64 #s(literal -1 binary64) x) |
#s(literal -1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x x)) |
#s(literal 1 binary64) |
(*.f64 x x) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (cos.f64 x)) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) |
(*.f64 (*.f64 (*.f64 x x) x) x) |
(*.f64 (*.f64 x x) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 1 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/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) |
#s(literal 1/2 binary64) |
(*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))) |
(cos.f64 (*.f64 #s(literal 2 binary64) x)) |
(*.f64 #s(literal 2 binary64) x) |
#s(literal 2 binary64) |
(*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) |
(+.f64 (cos.f64 x) #s(literal 1 binary64)) |
| Outputs |
|---|
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 1/2)) |
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* -1/2 (pow x 2))) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) x))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ -1 x) #s(hole binary64 (/ -1 x))) |
#s(approx (/ 1 (* x x)) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 1/2)) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 1/2)) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* 1/2 (pow x 4)))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* (pow x 4) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* 1/2 (pow x 3)))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* (pow x 3) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* (pow x 3) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* (pow x 3) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* (* (* x x) x) x) #s(hole binary64 (pow x 4))) |
#s(approx (* (* x x) x) #s(hole binary64 (pow x 3))) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (pow x 2))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (* (pow x 2) (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (* (pow x 2) (+ 1 (* (pow x 2) (- (* 2/45 (pow x 2)) 1/3)))))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (* (pow x 2) (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/45 (* -1/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 1)) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 (+ 1 (* -1 (pow x 2))))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/3 (pow x 2)) 1))))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/3 (* -2/45 (pow x 2)))) 1))))) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 1/2)) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 (+ 1/2 (* -1 (pow x 2))))) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/3 (pow x 2)) 1))))) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/3 (* -2/45 (pow x 2)))) 1))))) |
#s(approx (cos (* 2 x)) #s(hole binary64 1)) |
#s(approx (cos (* 2 x)) #s(hole binary64 (+ 1 (* -2 (pow x 2))))) |
#s(approx (cos (* 2 x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 2/3 (pow x 2)) 2))))) |
#s(approx (cos (* 2 x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/3 (* -4/45 (pow x 2)))) 2))))) |
#s(approx (* 2 x) #s(hole binary64 (* 2 x))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* 2 (pow x 2)))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 2 (* -1/2 (pow x 2)))))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 2 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2)))))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 2 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2)))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 2)) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* -1/2 (pow x 2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 (/ (+ 1 (* -1 (cos x))) (pow x 2)))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (cos x) x))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (- 1 (cos x)))) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* (pow x 2) (- 1 (cos x))))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* x (- 1 (cos x))))) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 (/ (- 1/2 (* 1/2 (cos (* 2 x)))) (* (pow x 2) (+ 1 (cos x)))))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (- 1/2 (* 1/2 (cos (* 2 x)))))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 (+ 1/2 (* 1/2 (cos (* 2 x)))))) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 (* 1/2 (cos (* 2 x))))) |
#s(approx (cos (* 2 x)) #s(hole binary64 (cos (* 2 x)))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 1 (cos x))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 1 (cos x)))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 10.0ms | x | @ | 0 | ((+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) (/ (cos x) x) (cos x) x (/ -1 x) -1 (/ 1 (* x x)) 1 (* x x) (/ (- 1 (cos x)) (* x x)) (- 1 (cos x)) (cos x) (* (- 1 (cos x)) (/ 1 (* x x))) (- 1 (cos x)) (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) (* (* (- 1 (cos x)) x) x) (* (- 1 (cos x)) x) (* (* (* x x) x) x) (* (* x x) x) (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (+ 1/2 (* 1/2 (cos (* 2 x)))) 1/2 (* 1/2 (cos (* 2 x))) (cos (* 2 x)) (* 2 x) 2 (* (+ (cos x) 1) (* x x)) (+ (cos x) 1)) |
| 5.0ms | x | @ | inf | ((+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) (/ (cos x) x) (cos x) x (/ -1 x) -1 (/ 1 (* x x)) 1 (* x x) (/ (- 1 (cos x)) (* x x)) (- 1 (cos x)) (cos x) (* (- 1 (cos x)) (/ 1 (* x x))) (- 1 (cos x)) (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) (* (* (- 1 (cos x)) x) x) (* (- 1 (cos x)) x) (* (* (* x x) x) x) (* (* x x) x) (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (+ 1/2 (* 1/2 (cos (* 2 x)))) 1/2 (* 1/2 (cos (* 2 x))) (cos (* 2 x)) (* 2 x) 2 (* (+ (cos x) 1) (* x x)) (+ (cos x) 1)) |
| 5.0ms | x | @ | -inf | ((+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) (/ (cos x) x) (cos x) x (/ -1 x) -1 (/ 1 (* x x)) 1 (* x x) (/ (- 1 (cos x)) (* x x)) (- 1 (cos x)) (cos x) (* (- 1 (cos x)) (/ 1 (* x x))) (- 1 (cos x)) (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) (* (* (- 1 (cos x)) x) x) (* (- 1 (cos x)) x) (* (* (* x x) x) x) (* (* x x) x) (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (+ 1/2 (* 1/2 (cos (* 2 x)))) 1/2 (* 1/2 (cos (* 2 x))) (cos (* 2 x)) (* 2 x) 2 (* (+ (cos x) 1) (* x x)) (+ (cos x) 1)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 257 | 1797 |
| 0 | 302 | 1607 |
| 1 | 1171 | 1558 |
| 0 | 8975 | 1492 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (cos.f64 x) x) |
(cos.f64 x) |
x |
(/.f64 #s(literal -1 binary64) x) |
#s(literal -1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x x)) |
#s(literal 1 binary64) |
(*.f64 x x) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (cos.f64 x)) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) |
(*.f64 (*.f64 (*.f64 x x) x) x) |
(*.f64 (*.f64 x x) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 1 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/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) |
#s(literal 1/2 binary64) |
(*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))) |
(cos.f64 (*.f64 #s(literal 2 binary64) x)) |
(*.f64 #s(literal 2 binary64) x) |
#s(literal 2 binary64) |
(*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) |
(+.f64 (cos.f64 x) #s(literal 1 binary64)) |
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 1/2)) |
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* -1/2 (pow x 2))) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) x))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) x))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ -1 x) #s(hole binary64 (/ -1 x))) |
#s(approx (/ 1 (* x x)) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 1/2)) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 1/2)) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* 1/2 (pow x 4)))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* (pow x 4) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* (pow x 4) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* 1/2 (pow x 3)))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* (pow x 3) (+ 1/2 (* -1/24 (pow x 2)))))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* (pow x 3) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* (pow x 3) (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24)))))) |
#s(approx (* (* (* x x) x) x) #s(hole binary64 (pow x 4))) |
#s(approx (* (* x x) x) #s(hole binary64 (pow x 3))) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 1/2)) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 (+ 1/2 (* -1/24 (pow x 2))))) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24))))) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/720 (* -1/40320 (pow x 2)))) 1/24))))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (pow x 2))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (* (pow x 2) (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (* (pow x 2) (+ 1 (* (pow x 2) (- (* 2/45 (pow x 2)) 1/3)))))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (* (pow x 2) (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/45 (* -1/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 1)) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 (+ 1 (* -1 (pow x 2))))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/3 (pow x 2)) 1))))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/3 (* -2/45 (pow x 2)))) 1))))) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 1/2)) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 (+ 1/2 (* -1 (pow x 2))))) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* 1/3 (pow x 2)) 1))))) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 (+ 1/2 (* (pow x 2) (- (* (pow x 2) (+ 1/3 (* -2/45 (pow x 2)))) 1))))) |
#s(approx (cos (* 2 x)) #s(hole binary64 1)) |
#s(approx (cos (* 2 x)) #s(hole binary64 (+ 1 (* -2 (pow x 2))))) |
#s(approx (cos (* 2 x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 2/3 (pow x 2)) 2))))) |
#s(approx (cos (* 2 x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/3 (* -4/45 (pow x 2)))) 2))))) |
#s(approx (* 2 x) #s(hole binary64 (* 2 x))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* 2 (pow x 2)))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 2 (* -1/2 (pow x 2)))))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 2 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2)))))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 2 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2)))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 2)) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* -1/2 (pow x 2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (+ (* (/ (cos x) x) (/ -1 x)) (/ 1 (* x x))) #s(hole binary64 (/ (+ 1 (* -1 (cos x))) (pow x 2)))) |
#s(approx (/ (cos x) x) #s(hole binary64 (/ (cos x) x))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (- 1 (cos x)) #s(hole binary64 (- 1 (cos x)))) |
#s(approx (* (- 1 (cos x)) (/ 1 (* x x))) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(hole binary64 (/ (- 1 (cos x)) (pow x 2)))) |
#s(approx (* (* (- 1 (cos x)) x) x) #s(hole binary64 (* (pow x 2) (- 1 (cos x))))) |
#s(approx (* (- 1 (cos x)) x) #s(hole binary64 (* x (- 1 (cos x))))) |
#s(approx (/ (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (* (+ (cos x) 1) (* x x))) #s(hole binary64 (/ (- 1/2 (* 1/2 (cos (* 2 x)))) (* (pow x 2) (+ 1 (cos x)))))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) #s(hole binary64 (- 1/2 (* 1/2 (cos (* 2 x)))))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(hole binary64 (+ 1/2 (* 1/2 (cos (* 2 x)))))) |
#s(approx (* 1/2 (cos (* 2 x))) #s(hole binary64 (* 1/2 (cos (* 2 x))))) |
#s(approx (cos (* 2 x)) #s(hole binary64 (cos (* 2 x)))) |
#s(approx (* (+ (cos x) 1) (* x x)) #s(hole binary64 (* (pow x 2) (+ 1 (cos x))))) |
#s(approx (+ (cos x) 1) #s(hole binary64 (+ 1 (cos x)))) |
| Outputs |
|---|
(*.f64 (/.f64 (sin.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x)) (/.f64 (sin.f64 x) x)) |
(*.f64 (/.f64 (sin.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (/.f64 (sin.f64 x) (*.f64 x x))) |
(*.f64 (/.f64 (sin.f64 x) (*.f64 x x)) (/.f64 (sin.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 x)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) (*.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) (*.f64 (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (fma.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (fma.f64 (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))))) |
(/.f64 (+.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) |
(/.f64 (fma.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) x)) x) |
(/.f64 (fma.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x))) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64))) x) |
(/.f64 (neg.f64 (-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) (neg.f64 (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal -6 binary64)))) (neg.f64 (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) (neg.f64 x)) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 x x))) (neg.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) (*.f64 x x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) (*.f64 (neg.f64 x) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 x (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 (neg.f64 x) x) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 x (cos.f64 x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (*.f64 (*.f64 (neg.f64 x) x) (cos.f64 x))) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (fma.f64 (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)) x (*.f64 x (/.f64 #s(literal 1 binary64) x))) (*.f64 x x)) |
(/.f64 (fma.f64 (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)) (*.f64 x x) (*.f64 x #s(literal 1 binary64))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)) (*.f64 (neg.f64 x) x) (*.f64 x #s(literal -1 binary64))) (*.f64 x (*.f64 (neg.f64 x) x))) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) x (*.f64 x (/.f64 #s(literal 1 binary64) x))) (*.f64 x x)) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) (*.f64 x x) (*.f64 x #s(literal 1 binary64))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) (*.f64 (neg.f64 x) x) (*.f64 x #s(literal -1 binary64))) (*.f64 x (*.f64 (neg.f64 x) x))) |
(/.f64 (fma.f64 (neg.f64 (cos.f64 x)) x (*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (neg.f64 (cos.f64 x)) (*.f64 x x) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (fma.f64 (neg.f64 (cos.f64 x)) (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) x)) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) x (*.f64 x (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)))) (*.f64 x x)) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) x (*.f64 x (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)))) (*.f64 x x)) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x) (*.f64 x (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (*.f64 x x) (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (*.f64 x x) (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 x x (*.f64 (*.f64 x x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)))) (*.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (fma.f64 (neg.f64 x) x (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(/.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 x x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(/.f64 (-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal -6 binary64))) (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) |
(/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x))) |
(/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(neg.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(neg.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x)))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) (neg.f64 x)) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (neg.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(-.f64 (/.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (neg.f64 (/.f64 (cos.f64 x) x)) (/.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(+.f64 (/.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64)) (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) (/.f64 (pow.f64 x #s(literal -6 binary64)) (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))))))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(+.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(/.f64 (neg.f64 (cos.f64 x)) (neg.f64 x)) |
(/.f64 (cos.f64 x) (neg.f64 (neg.f64 x))) |
(/.f64 (cos.f64 x) x) |
(neg.f64 (/.f64 (neg.f64 (cos.f64 x)) x)) |
(neg.f64 (/.f64 (cos.f64 x) (neg.f64 x))) |
(*.f64 (cos.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (cos.f64 x)) |
(neg.f64 (neg.f64 (cos.f64 x))) |
(sin.f64 (+.f64 (neg.f64 x) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(fma.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(cos.f64 (neg.f64 (neg.f64 x))) |
(cos.f64 (neg.f64 x)) |
(cos.f64 x) |
(+.f64 (*.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
x |
(pow.f64 (neg.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (neg.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal -1 binary64) x) |
(neg.f64 (/.f64 #s(literal 1 binary64) x)) |
#s(literal -1 binary64) |
(*.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x)) |
(pow.f64 (*.f64 x x) #s(literal -1 binary64)) |
(pow.f64 x #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) x) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) (*.f64 x x)) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x))) |
(exp.f64 (-.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -2 binary64))) |
#s(literal 1 binary64) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) x) x) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 x (*.f64 x #s(literal 1 binary64))) |
(*.f64 x x) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) #s(literal 0 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(approx (cos x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(approx (cos x) #s(literal 1 binary64)) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(approx (cos x) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 #s(approx (cos x) #s(literal 1 binary64)) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (fma.f64 (/.f64 #s(approx (cos x) #s(literal 1 binary64)) (*.f64 x x)) (/.f64 #s(approx (cos x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(approx (cos x) #s(literal 1 binary64)) (*.f64 x x)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) x)) (neg.f64 x)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 x #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (*.f64 (*.f64 (neg.f64 x) x) #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) x) x) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (neg.f64 x) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(neg.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 x x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(approx (cos x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64))) #s(approx (cos x) #s(literal 1 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64))) #s(approx (cos x) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64)))) (/.f64 (*.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64))))) (/.f64 (*.f64 (*.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64))) #s(approx (cos x) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64)) #s(approx (cos x) #s(literal 1 binary64)))))) |
(-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
(neg.f64 (*.f64 #s(literal -1 binary64) #s(approx (cos x) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (sin.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x)) (/.f64 (sin.f64 x) x)) |
(*.f64 (/.f64 (sin.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (/.f64 (sin.f64 x) (*.f64 x x))) |
(*.f64 (/.f64 (sin.f64 x) (*.f64 x x)) (/.f64 (sin.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 x)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) (*.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) (*.f64 (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (fma.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (fma.f64 (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))))) |
(/.f64 (+.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) |
(/.f64 (fma.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) x)) x) |
(/.f64 (fma.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x))) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64))) x) |
(/.f64 (neg.f64 (-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) (neg.f64 (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal -6 binary64)))) (neg.f64 (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) (neg.f64 x)) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 x x))) (neg.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) (*.f64 x x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) (*.f64 (neg.f64 x) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 x (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 (neg.f64 x) x) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 x (cos.f64 x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (*.f64 (*.f64 (neg.f64 x) x) (cos.f64 x))) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (fma.f64 (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)) x (*.f64 x (/.f64 #s(literal 1 binary64) x))) (*.f64 x x)) |
(/.f64 (fma.f64 (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)) (*.f64 x x) (*.f64 x #s(literal 1 binary64))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)) (*.f64 (neg.f64 x) x) (*.f64 x #s(literal -1 binary64))) (*.f64 x (*.f64 (neg.f64 x) x))) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) x (*.f64 x (/.f64 #s(literal 1 binary64) x))) (*.f64 x x)) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) (*.f64 x x) (*.f64 x #s(literal 1 binary64))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) (*.f64 (neg.f64 x) x) (*.f64 x #s(literal -1 binary64))) (*.f64 x (*.f64 (neg.f64 x) x))) |
(/.f64 (fma.f64 (neg.f64 (cos.f64 x)) x (*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (neg.f64 (cos.f64 x)) (*.f64 x x) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (fma.f64 (neg.f64 (cos.f64 x)) (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) x)) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) x (*.f64 x (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)))) (*.f64 x x)) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) x (*.f64 x (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)))) (*.f64 x x)) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x) (*.f64 x (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (*.f64 x x) (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (*.f64 x x) (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 x x (*.f64 (*.f64 x x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)))) (*.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (fma.f64 (neg.f64 x) x (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(/.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 x x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(/.f64 (-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal -6 binary64))) (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) |
(/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x))) |
(/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(neg.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(neg.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x)))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) (neg.f64 x)) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (neg.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(-.f64 (/.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (neg.f64 (/.f64 (cos.f64 x) x)) (/.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(+.f64 (/.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64)) (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) (/.f64 (pow.f64 x #s(literal -6 binary64)) (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))))))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(+.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 (+.f64 (pow.f64 (neg.f64 (cos.f64 x)) #s(literal 3 binary64)) #s(literal 1 binary64)) (+.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal 2 binary64)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64))))) |
(/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal -1 binary64))) |
(neg.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64))) |
(fma.f64 (cos.f64 x) #s(literal -1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (cos.f64 x) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64))))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(-.f64 (neg.f64 (cos.f64 x)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 1 binary64) (cos.f64 x)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64))))) (/.f64 (pow.f64 (neg.f64 (cos.f64 x)) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(+.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64))) |
(+.f64 #s(literal 1 binary64) (neg.f64 (cos.f64 x))) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) |
(*.f64 (/.f64 (*.f64 x x) (*.f64 x x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 x x) x)) |
(*.f64 (/.f64 (*.f64 x x) x) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (/.f64 x (*.f64 (*.f64 x x) x))) |
(*.f64 (/.f64 x (*.f64 (*.f64 x x) x)) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) |
(*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (*.f64 x x)) (/.f64 x (*.f64 x x))) |
(*.f64 (/.f64 x (*.f64 x x)) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (*.f64 x x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 (*.f64 x x) (*.f64 (*.f64 x x) x))) |
(*.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) #s(literal 1 binary64))) |
(*.f64 x (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 x (*.f64 (*.f64 (*.f64 x x) x) x)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (*.f64 x x)) #s(literal 1 binary64))) (neg.f64 x)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (*.f64 x x)) #s(literal 1 binary64)) x) |
(/.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(neg.f64 (/.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x)))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(*.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(*.f64 x (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) |
(*.f64 x (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(*.f64 (*.f64 (*.f64 x x) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (*.f64 x x) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 x (pow.f64 x #s(literal 3/2 binary64))) (pow.f64 x #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 (fabs.f64 x) (neg.f64 x)) (*.f64 (fabs.f64 x) (neg.f64 x))) |
(*.f64 (*.f64 (fabs.f64 x) x) (*.f64 (fabs.f64 x) x)) |
(*.f64 (*.f64 (neg.f64 x) (fabs.f64 x)) (*.f64 (neg.f64 x) (fabs.f64 x))) |
(*.f64 (*.f64 x (fabs.f64 x)) (*.f64 x (fabs.f64 x))) |
(*.f64 (fabs.f64 (*.f64 (neg.f64 x) x)) (fabs.f64 (*.f64 (neg.f64 x) x))) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 (pow.f64 x #s(literal 3/2 binary64)) x)) |
(*.f64 (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x)) #s(literal -1 binary64)) |
(*.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (*.f64 x x))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 x x) x) x) |
(*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x))) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(*.f64 x (*.f64 (*.f64 x x) x)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (neg.f64 x) x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 2 binary64)) |
(pow.f64 x #s(literal 4 binary64)) |
(neg.f64 (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 4 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 4 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 4 binary64)))) |
(*.f64 (*.f64 x (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (neg.f64 (pow.f64 x #s(literal 3/2 binary64))) (neg.f64 (pow.f64 x #s(literal 3/2 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 x #s(literal 3/2 binary64))) (fabs.f64 (pow.f64 x #s(literal 3/2 binary64)))) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (neg.f64 x) x) (neg.f64 x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) x)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 x (*.f64 x x)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 3/2 binary64)) |
(pow.f64 x #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (sin.f64 x) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x)) (/.f64 (sin.f64 x) x)) |
(*.f64 (/.f64 (sin.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) (/.f64 (sin.f64 x) (*.f64 x x))) |
(*.f64 (/.f64 (sin.f64 x) (*.f64 x x)) (/.f64 (sin.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 x)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) (*.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) (*.f64 (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (fma.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (fma.f64 (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (fma.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))))) |
(/.f64 (+.f64 (pow.f64 x #s(literal -6 binary64)) (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) |
(/.f64 (fma.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) x)) x) |
(/.f64 (fma.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x))) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64))) x) |
(/.f64 (neg.f64 (-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)))) (neg.f64 (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal -6 binary64)))) (neg.f64 (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) (neg.f64 x)) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 x x))) (neg.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) (*.f64 x x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) (*.f64 (neg.f64 x) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 x (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 (neg.f64 x) x) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 x (cos.f64 x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) x) (*.f64 (*.f64 (neg.f64 x) x) (cos.f64 x))) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (fma.f64 (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)) x (*.f64 x (/.f64 #s(literal 1 binary64) x))) (*.f64 x x)) |
(/.f64 (fma.f64 (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)) (*.f64 x x) (*.f64 x #s(literal 1 binary64))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)) (*.f64 (neg.f64 x) x) (*.f64 x #s(literal -1 binary64))) (*.f64 x (*.f64 (neg.f64 x) x))) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) x (*.f64 x (/.f64 #s(literal 1 binary64) x))) (*.f64 x x)) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) (*.f64 x x) (*.f64 x #s(literal 1 binary64))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) (*.f64 (neg.f64 x) x) (*.f64 x #s(literal -1 binary64))) (*.f64 x (*.f64 (neg.f64 x) x))) |
(/.f64 (fma.f64 (neg.f64 (cos.f64 x)) x (*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 (neg.f64 (cos.f64 x)) (*.f64 x x) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (fma.f64 (neg.f64 (cos.f64 x)) (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 x) x)) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) x (*.f64 x (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)))) (*.f64 x x)) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) x (*.f64 x (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)))) (*.f64 x x)) |
(/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x) (*.f64 x (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (*.f64 x x) (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (*.f64 x x) (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)))) (*.f64 (*.f64 x x) x)) |
(/.f64 (fma.f64 x x (*.f64 (*.f64 x x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (cos.f64 x) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)))) (*.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (fma.f64 (neg.f64 x) x (*.f64 (*.f64 (neg.f64 x) x) (neg.f64 (cos.f64 x)))) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 x x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(/.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 x x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(/.f64 (-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x))) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal -6 binary64))) (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) |
(/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x))) |
(/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(neg.f64 (/.f64 (-.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(neg.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) (neg.f64 x)))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) (neg.f64 x)) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (neg.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (cos.f64 x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(-.f64 (/.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64)) (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (neg.f64 (/.f64 (cos.f64 x) x)) (/.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(+.f64 (/.f64 (pow.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) #s(literal 3 binary64)) (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)))))) (/.f64 (pow.f64 x #s(literal -6 binary64)) (+.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))))))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) (/.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x))) |
(+.f64 (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) |
(*.f64 (neg.f64 (sin.f64 x)) (neg.f64 (sin.f64 x))) |
(*.f64 (fabs.f64 (sin.f64 x)) (fabs.f64 (sin.f64 x))) |
(*.f64 (cos.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64)))) (cos.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(*.f64 (sin.f64 (neg.f64 x)) (sin.f64 (neg.f64 x))) |
(*.f64 (sin.f64 x) (sin.f64 x)) |
(*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(pow.f64 (sin.f64 x) #s(literal 2 binary64)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64)))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (cos.f64 (-.f64 x x)) (cos.f64 (+.f64 x x))) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) #s(literal 1 binary64))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (/.f64 (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) (/.f64 (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/8 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))))) (/.f64 (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) #s(literal 1 binary64))))) (/.f64 (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) #s(literal 1 binary64)))))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (cos.f64 (+.f64 x x))) #s(literal 1/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 (cos.f64 x) (neg.f64 (cos.f64 x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) (cos.f64 x))) |
(*.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (neg.f64 (cos.f64 x)) (cos.f64 x)) #s(literal -1 binary64)) |
(*.f64 (*.f64 (neg.f64 (cos.f64 x)) #s(literal -1 binary64)) (cos.f64 x)) |
(*.f64 (fabs.f64 (cos.f64 x)) (fabs.f64 (cos.f64 x))) |
(*.f64 (fabs.f64 (neg.f64 (cos.f64 x))) (fabs.f64 (neg.f64 (cos.f64 x)))) |
(*.f64 (neg.f64 (cos.f64 x)) (neg.f64 (cos.f64 x))) |
(*.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (cos.f64 x) (*.f64 #s(literal -1 binary64) (neg.f64 (cos.f64 x)))) |
(*.f64 (cos.f64 x) (cos.f64 x)) |
(*.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 (cos.f64 x) (neg.f64 (cos.f64 x)))) |
(pow.f64 (neg.f64 (cos.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (cos.f64 x) #s(literal 2 binary64)) |
(/.f64 (-.f64 (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (+.f64 (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) |
(/.f64 (fma.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (cos.f64 (+.f64 x x)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64)))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (sin.f64 (-.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64))) (neg.f64 x))) (sin.f64 (+.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64))) (neg.f64 x)))) #s(literal 2 binary64)) |
(/.f64 (+.f64 (sin.f64 (-.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64))) x)) (sin.f64 (+.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64))) x))) #s(literal 2 binary64)) |
(/.f64 (-.f64 (cos.f64 (-.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64))) (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64))))) (cos.f64 (+.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64))) (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64)))))) #s(literal 2 binary64)) |
(/.f64 (+.f64 (cos.f64 (+.f64 x x)) (cos.f64 (-.f64 (neg.f64 x) (neg.f64 x)))) #s(literal 2 binary64)) |
(/.f64 (+.f64 (cos.f64 (+.f64 (neg.f64 x) x)) (cos.f64 (-.f64 (neg.f64 x) x))) #s(literal 2 binary64)) |
(/.f64 (+.f64 (cos.f64 (+.f64 x (neg.f64 x))) (cos.f64 (-.f64 x (neg.f64 x)))) #s(literal 2 binary64)) |
(/.f64 (+.f64 (cos.f64 (+.f64 x x)) (cos.f64 (-.f64 x x))) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))))) |
(neg.f64 (*.f64 (cos.f64 x) (neg.f64 (cos.f64 x)))) |
(neg.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) |
(neg.f64 (*.f64 (neg.f64 (cos.f64 x)) (cos.f64 x))) |
(fma.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1 binary64) #s(literal 1/2 binary64)) |
(fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) |
(-.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) (/.f64 (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (cos.f64 (+.f64 x x))) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (+.f64 x (/.f64 (PI.f64) #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 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) |
(+.f64 (/.f64 #s(literal 1/8 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))))) (/.f64 (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))))) |
(+.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) |
#s(literal 1/2 binary64) |
(*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))) |
(neg.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal -1/2 binary64))) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))) |
(*.f64 (+.f64 (cos.f64 x) (sin.f64 x)) (-.f64 (cos.f64 x) (sin.f64 x))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 2 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 2 binary64))))) (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) (-.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (cos.f64 (+.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) #s(literal 1 binary64)))))) |
(sin.f64 (fma.f64 #s(literal -2 binary64) x (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (fma.f64 #s(literal 2 binary64) x (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 (neg.f64 (cos.f64 x)) (cos.f64 x)) #s(literal -1 binary64) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 (neg.f64 (cos.f64 x)) #s(literal -1 binary64)) (cos.f64 x) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 (neg.f64 (sin.f64 x)) (sin.f64 x) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (fabs.f64 (cos.f64 x)) (fabs.f64 (cos.f64 x)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 (fabs.f64 (neg.f64 (cos.f64 x))) (fabs.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 (sin.f64 (+.f64 x x)) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (+.f64 x x)) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(fma.f64 (sin.f64 x) (neg.f64 (sin.f64 x)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (neg.f64 (cos.f64 x)) (neg.f64 (cos.f64 x)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (-.f64 (cos.f64 x) #s(literal 1 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) (-.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)) (-.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) |
(fma.f64 (cos.f64 x) (*.f64 #s(literal -1 binary64) (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 (cos.f64 x) (cos.f64 x) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (cos.f64 x) (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(-.f64 (-.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))) |
(-.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) |
(cos.f64 (*.f64 #s(literal -2 binary64) x)) |
(cos.f64 (+.f64 x x)) |
(+.f64 (-.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (sin.f64 (+.f64 x x)) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 (+.f64 x x)) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(+.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) |
(+.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) |
(+.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))))) |
(*.f64 #s(literal 2 binary64) x) |
(*.f64 x #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 x x)) (-.f64 x x)) |
(/.f64 (fma.f64 (*.f64 x x) x (*.f64 (*.f64 x x) x)) (fma.f64 x x (-.f64 (*.f64 x x) (*.f64 x x)))) |
(neg.f64 (*.f64 #s(literal -2 binary64) x)) |
(fma.f64 #s(literal 1 binary64) x (*.f64 #s(literal 1 binary64) x)) |
(fma.f64 x #s(literal 1 binary64) (*.f64 x #s(literal 1 binary64))) |
(+.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x)) |
(+.f64 x x) |
#s(literal 2 binary64) |
(*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x x) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(*.f64 x (*.f64 x (-.f64 (cos.f64 x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 x x) (cos.f64 x)) (*.f64 (*.f64 x x) (cos.f64 x)))) (-.f64 (*.f64 x x) (*.f64 (*.f64 x x) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (cos.f64 x) x) x))) (-.f64 (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x x) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x x) (cos.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) x) x (-.f64 (*.f64 (*.f64 (*.f64 x x) (cos.f64 x)) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (cos.f64 x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x x) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (cos.f64 x) x) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) x) x (-.f64 (*.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x))))) |
(fma.f64 (*.f64 (cos.f64 x) (fabs.f64 x)) (fabs.f64 x) (*.f64 x x)) |
(fma.f64 (*.f64 (cos.f64 x) (neg.f64 x)) (neg.f64 x) (*.f64 x x)) |
(fma.f64 (*.f64 (cos.f64 x) x) x (*.f64 x x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) x (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) x (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (cos.f64 x)) (*.f64 x x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (cos.f64 x)) (*.f64 x x)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (*.f64 x x) (cos.f64 x) (*.f64 x x)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 (cos.f64 x) (*.f64 x x) (*.f64 x x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 x (*.f64 x (cos.f64 x)) (*.f64 x x)) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (*.f64 (*.f64 x x) (cos.f64 x))) |
(fma.f64 x x (*.f64 (*.f64 (cos.f64 x) x) x)) |
(fma.f64 x x (*.f64 (*.f64 x x) (cos.f64 x))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 (neg.f64 x) x) (cos.f64 x))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 (cos.f64 x) x) x) (*.f64 x x)) |
(+.f64 (*.f64 (*.f64 x x) (cos.f64 x)) (*.f64 x x)) |
(+.f64 (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x)) |
(+.f64 (*.f64 x x) (*.f64 (*.f64 x x) (cos.f64 x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (cos.f64 x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) #s(literal -1 binary64))) (neg.f64 (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal 1 binary64))))) |
(/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (-.f64 (cos.f64 x) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
(fma.f64 (cos.f64 x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (cos.f64 x) #s(literal 1 binary64)) |
(-.f64 (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (-.f64 (cos.f64 x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (cos.f64 x) #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x))) (/.f64 (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x))) (/.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(-.f64 (cos.f64 x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (neg.f64 (cos.f64 x))) |
(+.f64 (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal 1 binary64))))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 x) (-.f64 (cos.f64 x) #s(literal 1 binary64)))))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x))) (/.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(+.f64 (cos.f64 x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (cos.f64 x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (cos x) x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (/ (cos x) x) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (/ (cos x) x) (/.f64 (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (/ (cos x) x) (/.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64)) x)) |
(*.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
(neg.f64 (*.f64 #s(literal -1 binary64) #s(approx (cos x) #s(literal 1 binary64)))) |
#s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) |
#s(approx x x) |
#s(approx (/ -1 x) (/.f64 #s(literal -1 binary64) x)) |
#s(approx (/ 1 (* x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) x) x)) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) |
#s(approx (- 1 (cos x)) (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64)) x) x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) #s(literal 1/2 binary64)) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (* (* (- 1 (cos x)) x) x) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 x x) x))) |
#s(approx (* (* (- 1 (cos x)) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 x x)) x)) |
#s(approx (* (* (- 1 (cos x)) x) x) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) x) x) x) x)) |
#s(approx (* (* (- 1 (cos x)) x) x) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64)) x) x) x) x)) |
#s(approx (* (- 1 (cos x)) x) (*.f64 (*.f64 (*.f64 x x) x) #s(literal 1/2 binary64))) |
#s(approx (* (- 1 (cos x)) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 x x))) |
#s(approx (* (- 1 (cos x)) x) (*.f64 (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64)) x) x) x)) |
#s(approx (* (- 1 (cos x)) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64)) x) x) x)) |
#s(approx (* (* (* x x) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
#s(approx (* (* x x) x) (*.f64 (*.f64 x x) x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (*.f64 x x)) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 x x) #s(literal 1 binary64)) x) x)) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 2/45 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) (*.f64 x x) #s(literal 1 binary64)) x) x)) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/315 binary64) (*.f64 x x) #s(literal 2/45 binary64)) x) x) #s(literal 1/3 binary64)) x) x #s(literal 1 binary64)) x) x)) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) #s(literal 1 binary64)) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) (-.f64 #s(literal 1 binary64) (*.f64 x x))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) (fma.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 x x) #s(literal -1 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -2/45 binary64) (*.f64 x x) #s(literal 1/3 binary64)) (*.f64 x x) #s(literal -1 binary64)) x) x #s(literal 1 binary64))) |
#s(approx (* 1/2 (cos (* 2 x))) #s(literal 1/2 binary64)) |
#s(approx (* 1/2 (cos (* 2 x))) (-.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
#s(approx (* 1/2 (cos (* 2 x))) (fma.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 x x) #s(literal -1 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (* 1/2 (cos (* 2 x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -2/45 binary64) (*.f64 x x) #s(literal 1/3 binary64)) (*.f64 x x) #s(literal -1 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (cos (* 2 x)) #s(literal 1 binary64)) |
#s(approx (cos (* 2 x)) (fma.f64 #s(literal -2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (* 2 x)) (fma.f64 (-.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (* 2 x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -4/45 binary64) (*.f64 x x) #s(literal 2/3 binary64)) x) x) #s(literal 2 binary64)) x) x #s(literal 1 binary64))) |
#s(approx (* 2 x) (+.f64 x x)) |
#s(approx (* (+ (cos x) 1) (* x x)) (*.f64 (+.f64 x x) x)) |
#s(approx (* (+ (cos x) 1) (* x x)) (*.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 2 binary64)) x) x)) |
#s(approx (* (+ (cos x) 1) (* x x)) (*.f64 (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 2 binary64)) x) x)) |
#s(approx (* (+ (cos x) 1) (* x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) x) x #s(literal 2 binary64)) x) x)) |
#s(approx (+ (cos x) 1) #s(literal 2 binary64)) |
#s(approx (+ (cos x) 1) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 2 binary64))) |
#s(approx (+ (cos x) 1) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 2 binary64))) |
#s(approx (+ (cos x) 1) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) x) x #s(literal 2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (/ (cos x) x) (/.f64 (cos.f64 x) x)) |
#s(approx (cos x) (cos.f64 x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (- 1 (cos x)) (-.f64 #s(literal 1 binary64) (cos.f64 x))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (/ (* (* (- 1 (cos x)) x) x) (* (* (* x x) x) x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (* (* (- 1 (cos x)) x) x) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x)) |
#s(approx (* (- 1 (cos x)) x) (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x))) |
#s(approx (- 1 (+ 1/2 (* 1/2 (cos (* 2 x))))) (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64)))) |
#s(approx (+ 1/2 (* 1/2 (cos (* 2 x)))) (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) |
#s(approx (* 1/2 (cos (* 2 x))) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) |
#s(approx (cos (* 2 x)) (cos.f64 (+.f64 x x))) |
#s(approx (* (+ (cos x) 1) (* x x)) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
#s(approx (+ (cos x) 1) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
Compiled 6 963 to 2 446 computations (64.9% saved)
35 alts after pruning (26 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 764 | 16 | 780 |
| Fresh | 7 | 10 | 17 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 6 | 6 |
| Total | 773 | 35 | 808 |
| Status | Accuracy | Program |
|---|---|---|
| 15.5% | (fma.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) | |
| ✓ | 52.4% | (fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
| 32.7% | (fma.f64 #s(approx (/ (cos x) x) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) | |
| 51.8% | (/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) x (*.f64 x (/.f64 #s(literal 1 binary64) x))) (*.f64 x x)) | |
| 72.9% | (/.f64 (pow.f64 (sin.f64 x) #s(literal 2 binary64)) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) | |
| 51.5% | (/.f64 (/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 x x)) x) | |
| 51.2% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) | |
| ✓ | 52.8% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
| 51.4% | (/.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 x x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) | |
| 21.9% | (/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) | |
| 24.3% | (/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) | |
| ✓ | 52.7% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) x) |
| 2.0% | (/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 x #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (*.f64 x x) x)) | |
| 12.3% | (/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 x x) (*.f64 x x))) | |
| 12.3% | (/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 (*.f64 x x) x) x)) | |
| 44.2% | (/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 x x) x)) | |
| 51.3% | (/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (/.f64 (-.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) (*.f64 x x))) | |
| ✓ | 51.6% | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| ✓ | 31.6% | (/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
| 51.4% | (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) | |
| 51.3% | (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) | |
| 52.6% | (/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x)) | |
| 12.5% | (/.f64 #s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) x)) x)) (*.f64 (*.f64 x x) (*.f64 x x))) | |
| 31.6% | (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) | |
| 51.8% | (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) | |
| 52.8% | (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) x)) | |
| 52.0% | (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) x) x)) | |
| ✓ | 51.5% | (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
| 51.9% | (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x))) | |
| 49.9% | (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64)))) | |
| 2.0% | (*.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) | |
| ✓ | 49.6% | #s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
| 49.9% | #s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) | |
| ✓ | 49.5% | #s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
| ✓ | 50.6% | #s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
Compiled 880 to 590 computations (33% saved)
| Inputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
(fma.f64 #s(approx (/ (cos x) x) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 #s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) x)) x)) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 x #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (*.f64 x x) x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x)) x) |
(/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 (*.f64 x x) x)) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (/.f64 (-.f64 x (*.f64 x (cos.f64 x))) (*.f64 x x)) x) |
(/.f64 (/.f64 (-.f64 x (*.f64 (cos.f64 x) x)) (*.f64 x x)) x) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 (cos.f64 x) (*.f64 x x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 (/.f64 (cos.f64 x) x) x)) |
(fma.f64 (/.f64 (cos.f64 x) x) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 (*.f64 x x) x) x)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (cos.f64 x) x) x)) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/.f64 (fma.f64 (*.f64 (/.f64 (cos.f64 x) x) #s(literal -1 binary64)) x (*.f64 x (/.f64 #s(literal 1 binary64) x))) (*.f64 x x)) |
(/.f64 (+.f64 (*.f64 x x) (*.f64 (cos.f64 x) (*.f64 (neg.f64 x) x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 x x) (*.f64 (neg.f64 (cos.f64 x)) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (cos.f64 x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64)))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (/.f64 (cos.f64 x) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (*.f64 x x)) (-.f64 (cos.f64 x) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 (cos.f64 x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (pow.f64 (sin.f64 x) #s(literal 2 binary64)) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x))) (*.f64 (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) x) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) x)) (/.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) x) x))) (/.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (cos.f64 x) x) (/.f64 (cos.f64 x) x))) (+.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 x) x))) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (-.f64 (cos.f64 x) #s(literal -1 binary64)) (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) #s(literal 3/2 binary64))) (*.f64 (fma.f64 (cos.f64 x) (+.f64 (cos.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (cos.f64 (+.f64 x x)) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (+.f64 (cos.f64 x) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (cos.f64 x) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (cos.f64 x) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))))) (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (*.f64 (/.f64 (-.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (+.f64 (cos.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (cos.f64 x)))) (*.f64 x x))) |
| Outputs |
|---|
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) x) x)) |
2 calls:
| 14.0ms | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| 13.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.0% | 2 | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| 99.7% | 2 | x |
Compiled 7 to 7 computations (0% saved)
| Inputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
(fma.f64 #s(approx (/ (cos x) x) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 #s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) x)) x)) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 x #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (*.f64 x x) x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
(*.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
| Outputs |
|---|
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) x) x) |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 2 | x |
Compiled 1 to 1 computations (0% saved)
| Inputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
(fma.f64 #s(approx (/ (cos x) x) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 #s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) x)) x)) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 x #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (*.f64 x x) x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| Outputs |
|---|
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
1 calls:
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 2 | x |
Compiled 1 to 1 computations (0% saved)
| Inputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
(fma.f64 #s(approx (/ (cos x) x) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 x x) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(/.f64 #s(approx (- (* 1 (* x x)) (* (* x x) (cos x))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) x)) x)) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) (*.f64 x #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (*.f64 x x) x)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/40320 binary64) (*.f64 x x) #s(literal 1/720 binary64)) x) x) #s(literal 1/24 binary64)) x) x #s(literal 1/2 binary64))) |
| Outputs |
|---|
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(fma.f64 #s(approx (/ (cos x) x) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
2 calls:
| 4.0ms | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 58.8% | 2 | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| 79.9% | 2 | x |
Compiled 7 to 7 computations (0% saved)
| Inputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal 1/2 binary64))) |
| Outputs |
|---|
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) x) x #s(literal 1/2 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.9% | 2 | x |
Compiled 1 to 1 computations (0% saved)
| Inputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
| Outputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(approx (/ (/ (cos x) x) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.8% | 2 | x |
Compiled 1 to 1 computations (0% saved)
| Inputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (/.f64 #s(approx (- 1 (cos x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) x)) x) x) |
| Outputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
(/.f64 (-.f64 #s(literal 1 binary64) #s(approx (cos x) #s(literal 1 binary64))) (*.f64 x x)) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.8% | 2 | x |
Compiled 1 to 1 computations (0% saved)
Total -0.8b remaining (-2.6%)
Threshold costs -0.8b (-2.6%)
| Inputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
#s(approx (/ (- 1 (cos x)) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (- (* 1 (* x x)) (* (* x x) (cos x))) (* (* x x) (* x x))) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64))) |
| Outputs |
|---|
#s(approx (/ (- 1 (cos x)) (* x x)) #s(literal 1/2 binary64)) |
2 calls:
| 1.0ms | x |
| 1.0ms | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 50.6% | 1 | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 x x)) |
| 50.6% | 1 | x |
Compiled 7 to 7 computations (0% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 0.02950990314371692 | 917.8850841274203 |
| 5.0ms | 128× | 0 | valid |
Compiled 251 to 234 computations (6.8% saved)
ival-cos: 2.0ms (63% of total)ival-mult!: 1.0ms (31.5% of total)ival-div!: 1.0ms (31.5% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 0.02950990314371692 | 917.8850841274203 |
Compiled 243 to 226 computations (7% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 6.0ms | 0.02950990314371692 | 917.8850841274203 |
Compiled 243 to 226 computations (7% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 905990361499.3063 | 3461174138720505.0 |
| 8.0ms | 128× | 0 | valid |
Compiled 259 to 250 computations (3.5% saved)
ival-cos: 4.0ms (68.9% of total)ival-mult!: 1.0ms (17.2% of total)ival-div!: 1.0ms (17.2% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 8.46348568121164e+22 | 4.008451922118714e+23 |
| 7.0ms | 96× | 0 | valid |
Compiled 197 to 190 computations (3.6% saved)
ival-cos: 4.0ms (84.7% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)ival-div!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 1.0014326634795695e+65 | 1.565476904132451e+69 |
| 11.0ms | 128× | 0 | valid |
Compiled 163 to 178 computations (-9.2% saved)
ival-cos: 7.0ms (86.5% of total)ival-mult!: 1.0ms (12.4% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-div!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | 1.5723565380525926e+77 | 2.8964812176446694e+79 |
| 7.0ms | 112× | 0 | valid |
Compiled 116 to 129 computations (-11.2% saved)
ival-cos: 4.0ms (78.2% of total)ival-mult!: 1.0ms (19.5% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-div!: 0.0ms (0% of total)| 1× | fuel |
Compiled 100 to 64 computations (36% saved)
(abs x)
Compiled 518 to 432 computations (16.6% saved)
Loading profile data...