
Time bar (total: 7.7s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 3 |
| 25% | 25% | 74.9% | 0.1% | 0% | 0% | 0% | 4 |
| 37.5% | 37.4% | 62.4% | 0.1% | 0% | 0% | 0% | 5 |
| 37.5% | 37.4% | 62.4% | 0.1% | 0% | 0% | 0% | 6 |
| 56.3% | 56.2% | 43.7% | 0.1% | 0% | 0% | 0% | 7 |
| 65.6% | 65.5% | 34.3% | 0.1% | 0% | 0% | 0% | 8 |
| 65.6% | 65.5% | 34.3% | 0.1% | 0% | 0% | 0% | 9 |
| 76.6% | 76.5% | 23.4% | 0.1% | 0% | 0% | 0% | 10 |
| 82% | 81.9% | 17.9% | 0.1% | 0% | 0% | 0% | 11 |
| 82% | 81.9% | 17.9% | 0.1% | 0% | 0% | 0% | 12 |
Compiled 10 to 9 computations (10% saved)
| 636.0ms | 8 256× | 0 | valid |
ival-div!: 170.0ms (46.4% of total)ival-cosh: 155.0ms (42.4% of total)ival-mult!: 39.0ms (10.7% of total)adjust: 2.0ms (0.5% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 26 | 0 | - | 0 | - | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 15 | 0 | - | 0 | - | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 0 | 0 | - | 0 | - | (/.f64 y x) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (cosh.f64 x) |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
*.f64 | (*.f64 (cosh.f64 x) (/.f64 y x)) | o*u | 26 | 0 |
| ↳ | (cosh.f64 x) | overflow | 127 | |
| ↳ | (/.f64 y x) | underflow | 26 | |
/.f64 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) | o/n | 15 | 0 |
| ↳ | (cosh.f64 x) | overflow | 127 | |
| ↳ | (/.f64 y x) | overflow | 41 | |
| ↳ | (*.f64 (cosh.f64 x) (/.f64 y x)) | overflow | 168 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 41 | 0 |
| - | 0 | 215 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 41 | 0 | 0 |
| - | 0 | 0 | 215 |
| number | freq |
|---|---|
| 0 | 215 |
| 1 | 41 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 39.0ms | 512× | 0 | valid |
Compiled 56 to 25 computations (55.4% saved)
ival-cosh: 11.0ms (46% of total)ival-div!: 10.0ms (41.8% of total)ival-mult!: 2.0ms (8.4% of total)adjust: 0.0ms (0% of total)Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 86 |
| 1 | 94 | 83 |
| 2 | 294 | 83 |
| 3 | 911 | 83 |
| 4 | 4982 | 83 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 84.2% | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(negabs x)
(negabs y)
(negabs z)
Compiled 16 to 14 computations (12.5% saved)
| Inputs |
|---|
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(*.f64 (cosh.f64 x) (/.f64 y x)) |
(cosh.f64 x) |
x |
(/.f64 y x) |
y |
z |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | x | @ | -inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
| 4.0ms | z | @ | inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
| 3.0ms | x | @ | inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
| 2.0ms | y | @ | 0 | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
| 2.0ms | y | @ | -inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 96 | 350 |
| 0 | 100 | 347 |
| 1 | 544 | 327 |
| 0 | 5082 | 309 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(*.f64 (cosh.f64 x) (/.f64 y x)) |
(cosh.f64 x) |
x |
(/.f64 y x) |
y |
z |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx z #s(hole binary64 z)) |
| Outputs |
|---|
(*.f64 (/.f64 y (*.f64 z x)) (cosh.f64 x)) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (cosh.f64 x) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 (cosh.f64 x) (neg.f64 y)) (*.f64 (neg.f64 z) x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 (cosh.f64 x) y) (neg.f64 x))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
(/.f64 (*.f64 (neg.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 #s(literal 2 binary64) (*.f64 (neg.f64 z) x))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) (neg.f64 x)) (neg.f64 z)) |
(/.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) x) (*.f64 #s(literal 2 binary64) z)) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) (/.f64 y (*.f64 z x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) (*.f64 z x))) |
(/.f64 (*.f64 (/.f64 y x) (cosh.f64 x)) z) |
(neg.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) (neg.f64 x)) z)) |
(neg.f64 (/.f64 (*.f64 (/.f64 y x) (cosh.f64 x)) (neg.f64 z))) |
(*.f64 (/.f64 y x) (cosh.f64 x)) |
(*.f64 (cosh.f64 x) (/.f64 y x)) |
(/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (neg.f64 x)) |
(/.f64 (*.f64 (cosh.f64 x) (neg.f64 y)) (neg.f64 x)) |
(/.f64 (*.f64 (/.f64 y x) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (cosh.f64 x) y)) (neg.f64 x)) |
(/.f64 (*.f64 (cosh.f64 x) y) x) |
(/.f64 (*.f64 (neg.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 #s(literal 2 binary64) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 (neg.f64 x) #s(literal 2 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) x) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) x)) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) (*.f64 x #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (+.f64 (exp.f64 (neg.f64 x)) (exp.f64 (neg.f64 (neg.f64 x)))) #s(literal 2 binary64)) |
(/.f64 (-.f64 (exp.f64 (+.f64 x x)) (exp.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 x)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (exp.f64 (*.f64 (neg.f64 x) #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal 3 binary64)))) (*.f64 (+.f64 (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64))) (exp.f64 (+.f64 x x))) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 2 binary64)) |
(cosh.f64 (neg.f64 (neg.f64 x))) |
(cosh.f64 (neg.f64 x)) |
(cosh.f64 x) |
(+.f64 (/.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64)) (/.f64 (exp.f64 x) #s(literal 2 binary64))) |
(+.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (/.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64))) |
x |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 x)) |
(/.f64 y x) |
(neg.f64 (/.f64 (neg.f64 y) x)) |
(neg.f64 (/.f64 y (neg.f64 x))) |
y |
z |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 y x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (cosh 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 (cosh x) (fma.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)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx x x) |
#s(approx (/ y x) (/.f64 y x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64)) y) (*.f64 z x))) |
#s(approx (* (cosh x) (/ y x)) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) x) #s(literal 1/2 binary64))) |
#s(approx (cosh x) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64))) |
#s(approx y y) |
#s(approx z z) |
Compiled 813 to 225 computations (72.3% saved)
14 alts after pruning (14 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 44 | 14 | 58 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 45 | 14 | 59 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 94.3% | (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
| 80.1% | (/.f64 (*.f64 #s(approx (cosh x) (fma.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)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) | |
| ▶ | 76.8% | (/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
| 68.9% | (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) | |
| ▶ | 88.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
| ▶ | 78.2% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
| 85.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) | |
| 47.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) | |
| 80.5% | (*.f64 (/.f64 y (*.f64 z x)) (cosh.f64 x)) | |
| 84.1% | (*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) | |
| 86.6% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) | |
| 81.8% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) z) (*.f64 x x) (/.f64 y z)) x)) | |
| 81.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) | |
| ▶ | 50.0% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
Compiled 540 to 358 computations (33.7% saved)
| Inputs |
|---|
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
(/.f64 (*.f64 (cosh.f64 x) y) x) |
(*.f64 (cosh.f64 x) y) |
(cosh.f64 x) |
x |
y |
z |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 y (*.f64 z x)) |
(*.f64 z x) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x) |
(fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) |
(*.f64 (*.f64 x x) y) |
(*.f64 x x) |
#s(literal 1/2 binary64) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh 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))) (/.f64 y x)) |
#s(approx (cosh 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))) |
(fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) |
#s(literal 1/24 binary64) |
#s(literal 1 binary64) |
(/.f64 y x) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
(/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x) |
(fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) |
(fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) |
#s(literal 1/720 binary64) |
(*.f64 #s(literal 1/2 binary64) y) |
| Outputs |
|---|
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (* (cosh x) y) #s(hole binary64 y)) |
#s(approx (* (cosh x) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (* (cosh x) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))))) |
#s(approx (* (cosh x) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (/ y (* z x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* z x) #s(hole binary64 (* x z))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 y)) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (* (* x x) y) #s(hole binary64 (* (pow x 2) y))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (+ (* 1/24 (* x x)) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/24 (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* 1/24 (pow x 2))))) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 y)) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* 1/2 y))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (* 1/24 y))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))) |
#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/24 (* 1/720 (pow x 2))))) |
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (* (cosh x) y) #s(hole binary64 (* 1/2 (* y (+ (exp x) (/ 1 (exp x))))))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* x (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (* 1/2 (* (pow x 2) y)))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (* (pow x 2) (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))))) |
#s(approx (+ (* 1/24 (* x x)) 1/2) #s(hole binary64 (* 1/24 (pow x 2)))) |
#s(approx (+ (* 1/24 (* x x)) 1/2) #s(hole binary64 (* (pow x 2) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* 1/720 (* (pow x 6) y)))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (* 1/720 (* (pow x 2) y)))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (* (pow x 2) (+ (* 1/720 y) (* 1/24 (/ y (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 (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (* x (+ (* -1 (/ y (pow x 2))) (* -1/2 y)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (* y (+ 1 (* 1/2 (pow x 2)))) x))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (* y (+ 1 (* 1/2 (pow x 2)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* y (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (* y (+ 1/24 (* 1/720 (pow x 2)))))) |
#s(approx (* 1/2 y) #s(hole binary64 (* 1/2 y))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (/ (* y (- (* -1/2 (pow x 2)) 1)) x)))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (* -1 (* y (- (* -1/2 (pow x 2)) 1))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (/ (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1)) x)))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* -1 (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* -1 (* y (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2))))) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 11.0ms | x | @ | inf | ((/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (+ (* (* (* x x) y) 1/2) y) (* (* x x) y) (* x x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (+ (* 1/24 (* x x)) 1/2) 1/24 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* y (+ (* 1/720 (* x x)) 1/24)) (+ (* 1/720 (* x x)) 1/24) 1/720 (* 1/2 y)) |
| 9.0ms | y | @ | -inf | ((/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (+ (* (* (* x x) y) 1/2) y) (* (* x x) y) (* x x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (+ (* 1/24 (* x x)) 1/2) 1/24 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* y (+ (* 1/720 (* x x)) 1/24)) (+ (* 1/720 (* x x)) 1/24) 1/720 (* 1/2 y)) |
| 7.0ms | y | @ | 0 | ((/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (+ (* (* (* x x) y) 1/2) y) (* (* x x) y) (* x x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (+ (* 1/24 (* x x)) 1/2) 1/24 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* y (+ (* 1/720 (* x x)) 1/24)) (+ (* 1/720 (* x x)) 1/24) 1/720 (* 1/2 y)) |
| 5.0ms | y | @ | inf | ((/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (+ (* (* (* x x) y) 1/2) y) (* (* x x) y) (* x x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (+ (* 1/24 (* x x)) 1/2) 1/24 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* y (+ (* 1/720 (* x x)) 1/24)) (+ (* 1/720 (* x x)) 1/24) 1/720 (* 1/2 y)) |
| 5.0ms | x | @ | -inf | ((/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (+ (* (* (* x x) y) 1/2) y) (* (* x x) y) (* x x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (+ (* 1/24 (* x x)) 1/2) 1/24 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* y (+ (* 1/720 (* x x)) 1/24)) (+ (* 1/720 (* x x)) 1/24) 1/720 (* 1/2 y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 320 | 2782 |
| 0 | 361 | 2657 |
| 1 | 1482 | 2625 |
| 0 | 8228 | 2518 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
(/.f64 (*.f64 (cosh.f64 x) y) x) |
(*.f64 (cosh.f64 x) y) |
(cosh.f64 x) |
x |
y |
z |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 y (*.f64 z x)) |
(*.f64 z x) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x) |
(fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) |
(*.f64 (*.f64 x x) y) |
(*.f64 x x) |
#s(literal 1/2 binary64) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh 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))) (/.f64 y x)) |
#s(approx (cosh 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))) |
(fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) |
#s(literal 1/24 binary64) |
#s(literal 1 binary64) |
(/.f64 y x) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
(/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x) |
(fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) |
(fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) |
#s(literal 1/720 binary64) |
(*.f64 #s(literal 1/2 binary64) y) |
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (* (cosh x) y) #s(hole binary64 y)) |
#s(approx (* (cosh x) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (* (cosh x) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))))) |
#s(approx (* (cosh x) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (/ y (* z x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* z x) #s(hole binary64 (* x z))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 y)) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (* (* x x) y) #s(hole binary64 (* (pow x 2) y))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (+ (* 1/24 (* x x)) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/24 (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* 1/24 (pow x 2))))) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 y)) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* 1/2 y))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (* 1/24 y))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))) |
#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/24 (* 1/720 (pow x 2))))) |
#s(approx (/ (/ (* (cosh x) y) x) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (* (cosh x) y) x) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (* (cosh x) y) #s(hole binary64 (* 1/2 (* y (+ (exp x) (/ 1 (exp x))))))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* x (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (* 1/2 (* (pow x 2) y)))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (* (pow x 2) (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))))) |
#s(approx (+ (* 1/24 (* x x)) 1/2) #s(hole binary64 (* 1/24 (pow x 2)))) |
#s(approx (+ (* 1/24 (* x x)) 1/2) #s(hole binary64 (* (pow x 2) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* 1/720 (* (pow x 6) y)))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (* 1/720 (* (pow x 2) y)))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (* (pow x 2) (+ (* 1/720 y) (* 1/24 (/ y (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 (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (* x (+ (* -1 (/ y (pow x 2))) (* -1/2 y)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (* y (+ 1 (* 1/2 (pow x 2)))) x))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (* y (+ 1 (* 1/2 (pow x 2)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* y (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) #s(hole binary64 (* y (+ 1/24 (* 1/720 (pow x 2)))))) |
#s(approx (* 1/2 y) #s(hole binary64 (* 1/2 y))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (/ (* y (- (* -1/2 (pow x 2)) 1)) x)))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) #s(hole binary64 (* -1 (* y (- (* -1/2 (pow x 2)) 1))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (/ (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1)) x)))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) #s(hole binary64 (* -1 (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) #s(hole binary64 (* -1 (* y (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2))))) |
#s(approx z #s(hole binary64 z)) |
| Outputs |
|---|
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
(*.f64 (/.f64 (cosh.f64 x) z) (/.f64 y x)) |
(*.f64 (/.f64 y z) (/.f64 (cosh.f64 x) x)) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (cosh.f64 x) (/.f64 y (*.f64 z x))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (cosh.f64 x)) (/.f64 y x))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) (/.f64 y z)) (*.f64 #s(literal 2 binary64) x)) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) (/.f64 y x)) (*.f64 #s(literal 2 binary64) z)) |
(/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (/.f64 y x)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 #s(literal 2 binary64) (*.f64 (neg.f64 z) x))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) (*.f64 z x))) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 y x) (cosh.f64 x)) z) |
(*.f64 (/.f64 y x) (cosh.f64 x)) |
(*.f64 (cosh.f64 x) (/.f64 y x)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) (cosh.f64 x))) (neg.f64 (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (neg.f64 x)) |
(/.f64 (*.f64 (neg.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 #s(literal 2 binary64) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 (neg.f64 x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) x)) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) (*.f64 x #s(literal 2 binary64))) |
(/.f64 (*.f64 (cosh.f64 x) y) x) |
(*.f64 (cosh.f64 x) y) |
(*.f64 y (cosh.f64 x)) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (+.f64 (exp.f64 (neg.f64 x)) (exp.f64 (neg.f64 (neg.f64 x)))) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 2 binary64)) |
(cosh.f64 (neg.f64 (neg.f64 x))) |
(cosh.f64 (neg.f64 x)) |
(cosh.f64 x) |
(+.f64 (/.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64)) (/.f64 (exp.f64 x) #s(literal 2 binary64))) |
(+.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (/.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64))) |
x |
y |
z |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 (neg.f64 (/.f64 y x)) (neg.f64 z)) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (*.f64 (neg.f64 z) x))) |
(/.f64 (neg.f64 (/.f64 y z)) (neg.f64 x)) |
(/.f64 (neg.f64 y) (*.f64 (neg.f64 z) x)) |
(/.f64 (/.f64 y z) x) |
(/.f64 (/.f64 y x) z) |
(/.f64 y (*.f64 z x)) |
(*.f64 z x) |
(*.f64 x z) |
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x)) (*.f64 (/.f64 y x) (/.f64 y x))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 (/.f64 y x) (/.f64 y x)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x))) (-.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) #s(literal 3 binary64)) (pow.f64 (/.f64 y x) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) (-.f64 (*.f64 (/.f64 y x) (/.f64 y x)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) (/.f64 y x))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 y x) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) #s(literal 3 binary64))) (fma.f64 (/.f64 y x) (/.f64 y x) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x)) (*.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y) (neg.f64 y))) (neg.f64 (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) (neg.f64 x) (*.f64 x (neg.f64 y))) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x (*.f64 y x)) (*.f64 x x)) |
(/.f64 (fma.f64 (neg.f64 y) x (*.f64 (neg.f64 x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 y x (*.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)))) (*.f64 x x)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y) (neg.f64 y)) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x) |
(-.f64 (/.f64 y x) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x) (/.f64 y x)) |
(+.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) y) (pow.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)) #s(literal 3 binary64))) (fma.f64 y y (fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y) (*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y) (*.f64 (neg.f64 y) y))) (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))))) (neg.f64 (-.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (fma.f64 y y (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)) y))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y y) y (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y))))) (neg.f64 (fma.f64 y y (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))) (*.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y) (*.f64 (neg.f64 y) y)) (-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) y)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y)))) (-.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (fma.f64 y y (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)) y)))) |
(/.f64 (fma.f64 (*.f64 y y) y (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)))) (fma.f64 y y (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))) (*.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) |
(fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y) y) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) y) y) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))) (-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))) (-.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))))) |
(-.f64 y (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) y)) |
(-.f64 y (*.f64 (*.f64 (*.f64 (neg.f64 x) x) y) #s(literal 1/2 binary64))) |
(-.f64 y (*.f64 (*.f64 (neg.f64 x) x) (*.f64 #s(literal 1/2 binary64) y))) |
(-.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (fma.f64 y y (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)) y)))) (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (fma.f64 y y (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)) y))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 y y (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))) (*.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 y y (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))) (*.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))))))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) y) |
(+.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 x x) y) |
(*.f64 y (*.f64 x x)) |
(*.f64 x (*.f64 y 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(literal 1/2 binary64) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (/.f64 y x)) #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 (/.f64 y x)) #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) |
(*.f64 (/.f64 y x) #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y)) (neg.f64 x)) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) |
#s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) 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)) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x))) (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x)))) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) x)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x)) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x)))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/24 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/4 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64)))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64) #s(literal 1/8 binary64))) (neg.f64 (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/4 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64))) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64) #s(literal 1/8 binary64)) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x 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 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)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (/.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #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 (neg.f64 (*.f64 #s(literal 1/24 binary64) x)) x)) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal 1/24 binary64))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/24 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1/8 binary64) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64)) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64)) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64))))) (/.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #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 x x) #s(literal 1/24 binary64))) |
#s(literal 1/24 binary64) |
#s(literal 1 binary64) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 x)) |
(/.f64 y x) |
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x)) (*.f64 (/.f64 y x) (/.f64 y x))) (-.f64 (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 (/.f64 y x) (/.f64 y x)) (*.f64 (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x))) (-.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) #s(literal 3 binary64)) (pow.f64 (/.f64 y x) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) (-.f64 (*.f64 (/.f64 y x) (/.f64 y x)) (*.f64 (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) (/.f64 y x))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 y x) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) #s(literal 3 binary64))) (fma.f64 (/.f64 y x) (/.f64 y x) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x)) (*.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y))) (neg.f64 (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (neg.f64 x) (*.f64 x (neg.f64 y))) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x (*.f64 y x)) (*.f64 x x)) |
(/.f64 (fma.f64 (neg.f64 y) x (*.f64 (neg.f64 x) (*.f64 (*.f64 (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)) y) (*.f64 x x)))) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 y x (*.f64 x (*.f64 (*.f64 (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)) y) (*.f64 x x)))) (*.f64 x x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y)) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x) |
(-.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (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)) y)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x) (/.f64 y x)) |
(+.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) y) (pow.f64 (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (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)) y)) #s(literal 3 binary64))) (fma.f64 y y (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 y (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (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)) y)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) (-.f64 y (*.f64 (*.f64 (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)) y) (*.f64 x x))))) (neg.f64 (-.f64 y (*.f64 (*.f64 (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)) y) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) (-.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) y))) (neg.f64 (-.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) y))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y y) y (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (*.f64 (*.f64 (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)) y) (*.f64 x x))))) (neg.f64 (fma.f64 y y (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 (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)) y)) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (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)) y) (*.f64 x x))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 (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)) y)) (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 y y (*.f64 (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (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)) y)) y))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) (-.f64 y (*.f64 (*.f64 (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)) y) (*.f64 x x)))) (-.f64 y (*.f64 (*.f64 (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)) y) (*.f64 x x)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) (-.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) y)) (-.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) y)) |
(/.f64 (fma.f64 (*.f64 y y) y (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (*.f64 (*.f64 (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)) y) (*.f64 x x)))) (fma.f64 y y (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 (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)) y)) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (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)) y) (*.f64 x x)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 (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)) y)) (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 y y (*.f64 (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (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)) y)) y)))) |
(fma.f64 (*.f64 (*.f64 (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)) y) x) x y) |
(fma.f64 (*.f64 (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)) y) (*.f64 x x) y) |
(fma.f64 (*.f64 x x) (*.f64 (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)) y) y) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 (*.f64 (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)) y) (*.f64 x x)))) (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (-.f64 y (*.f64 (*.f64 (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)) y) (*.f64 x x))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) y))) |
(-.f64 y (*.f64 (neg.f64 (*.f64 (*.f64 (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)) y) x)) x)) |
(-.f64 y (*.f64 (neg.f64 (*.f64 (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)) y)) (*.f64 x x))) |
(-.f64 y (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (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)) y))) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 y y (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 (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)) y)) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (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)) y) (*.f64 x x)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (fma.f64 y y (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 (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)) y)) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (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)) y) (*.f64 x x))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (*.f64 (*.f64 (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)) y) (*.f64 x x))) (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 (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)) y)) (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 y y (*.f64 (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (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)) y)) y)))) (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 (*.f64 (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)) y) (*.f64 (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)) y)) (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 y y (*.f64 (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (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)) y)) y))))) |
(+.f64 (*.f64 (*.f64 (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)) y) (*.f64 x x)) y) |
(+.f64 y (*.f64 (*.f64 (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)) y) (*.f64 x x))) |
(*.f64 (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)) y) |
(*.f64 y (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))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal -1/2 binary64) y))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)) (pow.f64 (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) #s(literal 3 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)))))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y) #s(literal 3 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (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)) y) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (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)) y) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal -1/2 binary64) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal -1/2 binary64) y)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y)))))) |
(/.f64 (*.f64 (*.f64 (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)) y) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) |
(/.f64 (*.f64 (*.f64 (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)) y) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal -1/2 binary64) y))) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal -1/2 binary64) y))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y))))) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 (neg.f64 y) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x) (*.f64 (neg.f64 y) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 (neg.f64 y) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 #s(literal 1/2 binary64) y (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y)) |
(fma.f64 #s(literal 1/2 binary64) y (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(fma.f64 y (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) (*.f64 (neg.f64 y) #s(literal -1/2 binary64))) |
(fma.f64 y (*.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) y)) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y)) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x)) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal -1/2 binary64) y))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal -1/2 binary64) y)))) |
(-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (neg.f64 y) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal -1/2 binary64) y)) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) y)) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x)) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) (*.f64 x x))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 y) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y))))) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) (*.f64 x x) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y)))))) |
(+.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (neg.f64 y) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x)) y)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) |
(*.f64 y (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (-.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) (-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y))) (-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y)) (pow.f64 (*.f64 #s(literal -1/24 binary64) y) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal -1/24 binary64) y))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64))) (fma.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (-.f64 (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64) (pow.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 y y) #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64)))) (neg.f64 (fma.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y) (-.f64 (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64))) (fma.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y) (-.f64 (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y))))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64) (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 #s(literal 1/24 binary64) y (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(fma.f64 #s(literal 1/24 binary64) y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) |
(fma.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 y #s(literal 1/24 binary64) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(fma.f64 y #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y))) (/.f64 (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y)))) |
(-.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 (neg.f64 y) #s(literal 1/24 binary64))) |
(-.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal -1/24 binary64) y)) |
(-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) y)) |
(-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 (neg.f64 x) x) y) #s(literal 1/720 binary64))) |
(-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal -1/720 binary64) (*.f64 (*.f64 x x) y))) |
(-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (neg.f64 y) #s(literal 1/24 binary64))) |
(-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal -1/24 binary64) y)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y) (-.f64 (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y))))) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64)) (fma.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y) (-.f64 (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)))))) |
(+.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) y)) |
(+.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(+.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)) |
(/.f64 (-.f64 #s(literal 1/13824 binary64) (pow.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 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 #s(literal 1/576 binary64) (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(/.f64 (neg.f64 (fma.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 x x) (*.f64 x x)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)))) (neg.f64 (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))) |
(/.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(/.f64 (fma.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 x x) (*.f64 x x)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))))) |
(/.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64))) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) x) x #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)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 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 #s(literal 1/576 binary64) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (/.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal -1/24 binary64)) |
(-.f64 #s(literal 1/24 binary64) (*.f64 (neg.f64 (*.f64 #s(literal 1/720 binary64) x)) x)) |
(-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal 1/720 binary64))) |
(-.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))) |
(+.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 x x) (*.f64 x x)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1/13824 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)))))) |
(+.f64 (/.f64 #s(literal 1/13824 binary64) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) |
(+.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
#s(literal 1/720 binary64) |
(*.f64 #s(literal 1/2 binary64) y) |
(*.f64 y #s(literal 1/2 binary64)) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) y)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 y x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) |
#s(approx (* (cosh x) y) y) |
#s(approx (* (cosh x) y) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y)) |
#s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (* (cosh x) y) (fma.f64 (*.f64 (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)) y) (*.f64 x x) y)) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx x x) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ y (* z x)) (/.f64 y (*.f64 z x))) |
#s(approx (* z x) (*.f64 z x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 y x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (/.f64 y x)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)) |
#s(approx (+ (* (* (* x x) y) 1/2) y) y) |
#s(approx (+ (* (* (* x x) y) 1/2) y) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y)) |
#s(approx (* (* x x) y) (*.f64 (*.f64 x x) y)) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* 1/24 (* x x)) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* 1/24 (* x x)) 1/2) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ y x) (/.f64 y x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 y x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) y) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y)) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (fma.f64 (*.f64 (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)) y) (*.f64 x x) y)) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 #s(literal 1/2 binary64) y)) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (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)) y)) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 #s(literal 1/24 binary64) y)) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
#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 (/ (* (cosh x) (/ y x)) z) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) #s(literal 1/2 binary64)) (*.f64 z x))) |
#s(approx (* (cosh x) (/ y x)) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) x) #s(literal 1/2 binary64))) |
#s(approx (* (cosh x) y) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) #s(literal 1/2 binary64))) |
#s(approx (cosh x) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) #s(literal 1/2 binary64)) (*.f64 z x))) |
#s(approx (* (cosh x) (/ y x)) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) x) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x)) |
#s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) (*.f64 x x))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal -1/24 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) #s(literal -1/24 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
#s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal -1/24 binary64)) (*.f64 x x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 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/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 x x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/2 binary64) y (neg.f64 (/.f64 y (*.f64 x x)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 5 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 5 binary64))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 5 binary64))) (+.f64 (neg.f64 (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))))))) |
#s(approx y y) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) |
#s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) y)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) y)) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (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)) y)) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
#s(approx (* 1/2 y) (*.f64 #s(literal 1/2 binary64) y)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x))) |
#s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (neg.f64 y) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (*.f64 (neg.f64 y) (fma.f64 (fma.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal -1 binary64))) x)) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (neg.f64 y) (fma.f64 (fma.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (neg.f64 y) (fma.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)))) |
#s(approx z z) |
Compiled 17 990 to 2 640 computations (85.3% saved)
30 alts after pruning (29 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 452 | 26 | 478 |
| Fresh | 6 | 3 | 9 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 0 | 0 |
| Total | 462 | 30 | 492 |
| Status | Accuracy | Program |
|---|---|---|
| 86.6% | (/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) | |
| 85.4% | (/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) | |
| 47.8% | (/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) | |
| ▶ | 76.8% | (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
| 76.8% | (/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) | |
| ▶ | 68.9% | (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
| 76.6% | (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) | |
| 53.9% | (/.f64 (*.f64 #s(approx (cosh x) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) (/.f64 y x)) z) | |
| 36.4% | (/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) | |
| 61.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) | |
| 85.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y #s(approx (+ (* 1/720 (* x x)) 1/24) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) | |
| ▶ | 88.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
| 85.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) | |
| 73.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) | |
| 89.0% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 #s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) (*.f64 x x) y) x)) z) | |
| 49.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) | |
| 49.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) x)) z) | |
| 39.6% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) | |
| 89.9% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) | |
| 54.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) | |
| ▶ | 28.2% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
| 76.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) | |
| 84.1% | (*.f64 (/.f64 (cosh.f64 x) z) (/.f64 y x)) | |
| ▶ | 93.3% | (*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
| 80.5% | (*.f64 (/.f64 y (*.f64 z x)) (cosh.f64 x)) | |
| 72.0% | (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) | |
| 86.6% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) | |
| 81.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) | |
| 54.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) | |
| ✓ | 50.0% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
Compiled 1 616 to 1 018 computations (37% saved)
| Inputs |
|---|
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
(/.f64 (cosh.f64 x) x) |
(cosh.f64 x) |
x |
(/.f64 y z) |
y |
z |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 y x) #s(literal 1/2 binary64)) |
(*.f64 y x) |
#s(literal 1/2 binary64) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) |
#s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(*.f64 x x) |
#s(literal 1 binary64) |
(/.f64 y x) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) |
#s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/24 binary64) x) |
#s(literal 1/24 binary64) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) |
(/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x) |
(fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) |
(fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) |
#s(literal 1/720 binary64) |
| Outputs |
|---|
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* 1/2 (pow x 2))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) x))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (* y x) 1/2) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (+ (* (* x x) 1/2) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* x x) 1/2) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (+ (* (* 1/24 x) x) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (* 1/24 x) x) 1/2) #s(hole binary64 (+ 1/2 (* 1/24 (pow x 2))))) |
#s(approx (* 1/24 x) #s(hole binary64 (* 1/24 x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 y)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* 1/2 y))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* 1/24 (* (pow x 2) y)))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* 1/24 (* x y)))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* x (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (* 1/24 y))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 1/24)) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (+ 1/24 (* 1/720 (pow x 2))))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) x)))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* x (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (+ (* (* x x) 1/2) 1) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (+ (* (* x x) 1/2) 1) #s(hole binary64 (* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))))) |
#s(approx (+ (* (* 1/24 x) x) 1/2) #s(hole binary64 (* 1/24 (pow x 2)))) |
#s(approx (+ (* (* 1/24 x) x) 1/2) #s(hole binary64 (* (pow x 2) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* 1/720 (* (pow x 6) y)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* 1/720 (* (pow x 3) y)))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* (pow x 3) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (* 1/720 (* (pow x 2) y)))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (* (pow x 2) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (* (pow x 2) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (* x (+ (* -1 (/ y (pow x 2))) (* -1/2 y)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* -1 (* (pow x 3) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ y z) #s(hole binary64 (/ y z))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (* y (+ 1 (* 1/2 (pow x 2)))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* y (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* (pow x 2) (* y (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* x (* y (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (* y (+ 1/24 (* 1/720 (pow x 2)))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (/ (* y (- (* -1/2 (pow x 2)) 1)) x)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (/ (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1)) x)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* -1 (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* -1 (* y (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2))))) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 14.0ms | y | @ | 0 | ((* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (cosh x) x (/ y z) y z (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (+ (* (* 1/24 x) x) 1/2) (* 1/24 x) 1/24 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (* (* (+ (* (* x x) 1/720) 1/24) y) x) (* (+ (* (* x x) 1/720) 1/24) y) (+ (* (* x x) 1/720) 1/24) 1/720) |
| 8.0ms | x | @ | -inf | ((* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (cosh x) x (/ y z) y z (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (+ (* (* 1/24 x) x) 1/2) (* 1/24 x) 1/24 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (* (* (+ (* (* x x) 1/720) 1/24) y) x) (* (+ (* (* x x) 1/720) 1/24) y) (+ (* (* x x) 1/720) 1/24) 1/720) |
| 7.0ms | y | @ | -inf | ((* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (cosh x) x (/ y z) y z (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (+ (* (* 1/24 x) x) 1/2) (* 1/24 x) 1/24 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (* (* (+ (* (* x x) 1/720) 1/24) y) x) (* (+ (* (* x x) 1/720) 1/24) y) (+ (* (* x x) 1/720) 1/24) 1/720) |
| 5.0ms | y | @ | inf | ((* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (cosh x) x (/ y z) y z (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (+ (* (* 1/24 x) x) 1/2) (* 1/24 x) 1/24 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (* (* (+ (* (* x x) 1/720) 1/24) y) x) (* (+ (* (* x x) 1/720) 1/24) y) (+ (* (* x x) 1/720) 1/24) 1/720) |
| 5.0ms | x | @ | 0 | ((* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (cosh x) x (/ y z) y z (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) 1/2 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1 (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (+ (* (* 1/24 x) x) 1/2) (* 1/24 x) 1/24 (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (* (* (+ (* (* x x) 1/720) 1/24) y) x) (* (+ (* (* x x) 1/720) 1/24) y) (+ (* (* x x) 1/720) 1/24) 1/720) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 347 | 2933 |
| 0 | 387 | 2847 |
| 1 | 1605 | 2819 |
| 0 | 8259 | 2746 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
(/.f64 (cosh.f64 x) x) |
(cosh.f64 x) |
x |
(/.f64 y z) |
y |
z |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 y x) #s(literal 1/2 binary64)) |
(*.f64 y x) |
#s(literal 1/2 binary64) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) |
#s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(*.f64 x x) |
#s(literal 1 binary64) |
(/.f64 y x) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) |
#s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/24 binary64) x) |
#s(literal 1/24 binary64) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) |
(/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x) |
(fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) |
(fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) |
#s(literal 1/720 binary64) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* 1/2 (pow x 2))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) x))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (* y x) 1/2) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (+ (* (* x x) 1/2) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* x x) 1/2) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (+ (* (* 1/24 x) x) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (* 1/24 x) x) 1/2) #s(hole binary64 (+ 1/2 (* 1/24 (pow x 2))))) |
#s(approx (* 1/24 x) #s(hole binary64 (* 1/24 x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 y)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* 1/2 y))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* 1/24 (* (pow x 2) y)))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* 1/24 (* x y)))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* x (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (* 1/24 y))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 1/24)) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (+ 1/24 (* 1/720 (pow x 2))))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) x)))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* x (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (+ (* (* x x) 1/2) 1) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (+ (* (* x x) 1/2) 1) #s(hole binary64 (* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))))) |
#s(approx (+ (* (* 1/24 x) x) 1/2) #s(hole binary64 (* 1/24 (pow x 2)))) |
#s(approx (+ (* (* 1/24 x) x) 1/2) #s(hole binary64 (* (pow x 2) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* 1/720 (* (pow x 6) y)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* 1/720 (* (pow x 3) y)))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* (pow x 3) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (* 1/720 (* (pow x 2) y)))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (* (pow x 2) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (* (pow x 2) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (* x (+ (* -1 (/ y (pow x 2))) (* -1/2 y)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* -1 (* (pow x 3) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ y z) #s(hole binary64 (/ y z))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (* y (+ 1 (* 1/2 (pow x 2)))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* y (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) #s(hole binary64 (* (pow x 2) (* y (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) #s(hole binary64 (* x (* y (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) #s(hole binary64 (* y (+ 1/24 (* 1/720 (pow x 2)))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (/ (* y (- (* -1/2 (pow x 2)) 1)) x)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (/ (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1)) x)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* -1 (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) #s(hole binary64 (* -1 (* y (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2))))) |
#s(approx z #s(hole binary64 z)) |
| Outputs |
|---|
(*.f64 (/.f64 (cosh.f64 x) z) (/.f64 y x)) |
(*.f64 (/.f64 y z) (/.f64 (cosh.f64 x) x)) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
(/.f64 (neg.f64 (*.f64 (cosh.f64 x) (/.f64 y z))) (neg.f64 x)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (cosh.f64 x) x) y)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (cosh.f64 x) y)) (neg.f64 (*.f64 z x))) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 (cosh.f64 x))) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 y (neg.f64 (cosh.f64 x))) (*.f64 z (neg.f64 x))) |
(/.f64 (*.f64 y (cosh.f64 x)) (*.f64 z x)) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (neg.f64 y)) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) y) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 (cosh.f64 x) (neg.f64 y)) (*.f64 x (neg.f64 z))) |
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y z)) x) |
(/.f64 (*.f64 (/.f64 (cosh.f64 x) x) y) z) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
(/.f64 (neg.f64 (neg.f64 (cosh.f64 x))) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (cosh.f64 x)) (neg.f64 x)) |
(/.f64 (cosh.f64 x) x) |
(/.f64 (+.f64 (exp.f64 (neg.f64 x)) (exp.f64 (neg.f64 (neg.f64 x)))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 2 binary64)) |
(cosh.f64 (neg.f64 (neg.f64 x))) |
(cosh.f64 (neg.f64 x)) |
(cosh.f64 x) |
(+.f64 (/.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64)) (/.f64 (exp.f64 x) #s(literal 2 binary64))) |
(+.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (/.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64))) |
x |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 y) (neg.f64 z)) |
(/.f64 y z) |
y |
z |
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) y) |
(*.f64 (*.f64 y x) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y x)) |
(*.f64 y (*.f64 x #s(literal 1/2 binary64))) |
(*.f64 y x) |
(*.f64 x y) |
#s(literal 1/2 binary64) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x))) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) |
(*.f64 (/.f64 y x) #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y)) (neg.f64 x)) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) x) |
#s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/2 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x x) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64))))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 x x))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 x #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/8 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) |
(*.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)) |
(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(literal 1 binary64) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 x)) |
(/.f64 y x) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x))) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) |
(*.f64 (/.f64 y x) #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y)) (neg.f64 x)) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) |
#s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x #s(literal 1 binary64)) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x))) (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x)) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) x)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64))) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x)) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x)) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (neg.f64 (*.f64 x x))) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 x x)))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(/.f64 (-.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/24 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 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/8 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64)))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64) #s(literal 1/8 binary64))) (neg.f64 (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 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/8 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64))) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64) #s(literal 1/8 binary64)) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x 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 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)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (/.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 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 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (*.f64 #s(literal 1/24 binary64) x)) x)) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (*.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 #s(literal 1/8 binary64) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64)) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64)) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64))))) (/.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #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 x x) #s(literal 1/24 binary64))) |
(*.f64 #s(literal 1/24 binary64) x) |
(*.f64 x #s(literal 1/24 binary64)) |
#s(literal 1/24 binary64) |
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x)) (*.f64 (/.f64 y x) (/.f64 y x))) (-.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 (/.f64 y x) (/.f64 y x)) (*.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x))) (-.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) #s(literal 3 binary64)) (pow.f64 (/.f64 y x) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) (-.f64 (*.f64 (/.f64 y x) (/.f64 y x)) (*.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) (/.f64 y x))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 y x) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) #s(literal 3 binary64))) (fma.f64 (/.f64 y x) (/.f64 y x) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x)) (*.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y))) (neg.f64 (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) (neg.f64 x) (*.f64 x (neg.f64 y))) (*.f64 x (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x (*.f64 y x)) (*.f64 x x)) |
(/.f64 (fma.f64 (neg.f64 y) x (*.f64 (neg.f64 x) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 y x (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x))) (*.f64 x x)) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) (neg.f64 x)) |
(/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x) |
(-.f64 (/.f64 y x) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y))) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x) (/.f64 y x)) |
(+.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) x)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y))) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y))))) (-.f64 y (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) y) (pow.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y))) #s(literal 3 binary64))) (fma.f64 y y (fma.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y))) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y))) (*.f64 y (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) (-.f64 y (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x)))) (neg.f64 (-.f64 y (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y))) (neg.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y y) y (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x)))) (neg.f64 (fma.f64 y y (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x) (*.f64 (neg.f64 y) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) (-.f64 y (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x))) (-.f64 y (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y)) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y)) |
(/.f64 (fma.f64 (*.f64 y y) y (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x))) (fma.f64 y y (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x) (*.f64 (neg.f64 y) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y)))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x y) |
(fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) y) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x))) (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x)) (-.f64 y (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y))) |
(-.f64 y (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) x)) |
(-.f64 y (*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y))) (*.f64 x x))) |
(-.f64 y (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)))) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 y y (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x) (*.f64 (neg.f64 y) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x)) (fma.f64 y y (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x) (*.f64 (neg.f64 y) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x)) (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y)))) (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x)) (*.f64 x x) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x) y) |
(+.f64 y (*.f64 (neg.f64 (neg.f64 (*.f64 x x))) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)))) |
(+.f64 y (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x) (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)) (pow.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) #s(literal 3 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (fma.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)) (pow.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x) #s(literal 3 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (fma.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x) (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))))) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 (*.f64 (*.f64 x x) y) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 #s(literal 1/2 binary64) y (*.f64 (neg.f64 (neg.f64 (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y))) |
(fma.f64 #s(literal 1/2 binary64) y (*.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x))) x)) |
(fma.f64 #s(literal 1/2 binary64) y (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (neg.f64 (neg.f64 (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y))) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x))) x)) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(fma.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 #s(literal 1/2 binary64) y)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) |
(-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (neg.f64 y) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal -1/2 binary64) y)) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) (*.f64 x x))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x)) |
(+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 y y) y)) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))))) |
(+.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (neg.f64 (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x))) x)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) |
(*.f64 (*.f64 (*.f64 x x) y) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
(*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
(*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x))) (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y))) (*.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)))) (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y))) |
(-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x)) (*.f64 (neg.f64 (*.f64 #s(literal 1/24 binary64) y)) (*.f64 x x))) |
(-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) y))) |
(+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y))) |
(*.f64 (*.f64 y x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 y x)) |
(*.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x)) (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y))) (*.f64 (*.f64 x (*.f64 #s(literal 1/24 binary64) y)) (*.f64 x (*.f64 #s(literal 1/24 binary64) y)))) (-.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 x (*.f64 #s(literal 1/24 binary64) y)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) #s(literal 3 binary64)) (pow.f64 (*.f64 x (*.f64 #s(literal 1/24 binary64) y)) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (-.f64 (*.f64 (*.f64 x (*.f64 #s(literal 1/24 binary64) y)) (*.f64 x (*.f64 #s(literal 1/24 binary64) y))) (*.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 x (*.f64 #s(literal 1/24 binary64) y)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x (*.f64 (*.f64 #s(literal 1/24 binary64) y) x)) |
(fma.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 x (*.f64 #s(literal 1/24 binary64) y))) |
(-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x) (*.f64 (neg.f64 (*.f64 #s(literal 1/24 binary64) y)) x)) |
(-.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 (neg.f64 x) (*.f64 #s(literal 1/24 binary64) y))) |
(+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x)) |
(+.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) (*.f64 x (*.f64 #s(literal 1/24 binary64) y))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) |
(*.f64 y (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) (*.f64 (*.f64 x x) y)) #s(literal 1/518400 binary64)) (*.f64 (*.f64 #s(literal -1/24 binary64) y) (*.f64 #s(literal -1/24 binary64) y))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 y y)) (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) (-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) (*.f64 (*.f64 x x) y)) #s(literal 1/518400 binary64))) (-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y)) (pow.f64 (*.f64 #s(literal -1/24 binary64) y) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 y y) (fma.f64 (*.f64 #s(literal -1/24 binary64) y) (*.f64 #s(literal -1/24 binary64) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 #s(literal -1/24 binary64) y))))) |
(/.f64 (fma.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 y y) y) (pow.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) #s(literal 3 binary64))) (fma.f64 #s(literal 1/576 binary64) (*.f64 y y) (-.f64 (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(/.f64 (fma.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y))) (fma.f64 #s(literal 1/576 binary64) (*.f64 y y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) (*.f64 (*.f64 x x) y)) #s(literal 1/518400 binary64)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 y y) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) (*.f64 (*.f64 x x) y)) #s(literal 1/518400 binary64) (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 #s(literal 1/24 binary64) y)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) (*.f64 (*.f64 x x) y)) #s(literal 1/518400 binary64) (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 #s(literal 1/24 binary64) y))))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64) (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 #s(literal 1/24 binary64) y (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(fma.f64 #s(literal 1/24 binary64) y (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) |
(fma.f64 y #s(literal 1/24 binary64) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(fma.f64 y #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) (*.f64 (*.f64 x x) y)) #s(literal 1/518400 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y))) (/.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 y y)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y)))) |
(-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (neg.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) y)) |
(-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) #s(literal 1/720 binary64))) |
(-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal -1/720 binary64) (*.f64 (*.f64 x x) y))) |
(-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 (neg.f64 y) #s(literal 1/24 binary64))) |
(-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 #s(literal -1/24 binary64) y)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) (*.f64 (*.f64 x x) y)) #s(literal 1/518400 binary64) (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 #s(literal 1/24 binary64) y))))) (/.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) (*.f64 (*.f64 x x) y)) #s(literal 1/518400 binary64) (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 y y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 #s(literal 1/24 binary64) y)))))) |
(+.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(+.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y) (*.f64 #s(literal 1/24 binary64) y)) |
(/.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(/.f64 (-.f64 #s(literal 1/13824 binary64) (pow.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1/576 binary64) (fma.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 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 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)))) (neg.f64 (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(/.f64 (neg.f64 (fma.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 x x) (*.f64 x x)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)))))) |
(/.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64))) |
(/.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64))) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) |
(/.f64 (fma.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 x x) (*.f64 x x)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 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)) |
(-.f64 (/.f64 #s(literal 1/576 binary64) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (/.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 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 x x) #s(literal 1/720 binary64)) #s(literal -1/24 binary64)) |
(-.f64 #s(literal 1/24 binary64) (*.f64 (neg.f64 (*.f64 x x)) #s(literal 1/720 binary64))) |
(-.f64 #s(literal 1/24 binary64) (*.f64 (neg.f64 x) (*.f64 x #s(literal 1/720 binary64)))) |
(-.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1/13824 binary64) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/373248000 binary64)) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 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 x x) (*.f64 x x)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1/13824 binary64) (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 1/576 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 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
#s(literal 1/720 binary64) |
#s(approx (* (/ (cosh x) x) (/ y z)) (/.f64 y (*.f64 z x))) |
#s(approx (* (/ (cosh x) x) (/ y z)) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (* (/ (cosh x) x) (/ y z)) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) y (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (* (/ (cosh x) x) (/ y z)) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (cosh x) x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) |
#s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (/ (cosh x) x) (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx x x) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) y (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 y x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) y (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (/.f64 y x)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)) |
#s(approx (* (* y x) 1/2) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))) |
#s(approx (* y x) (*.f64 y x)) |
#s(approx (+ (* (* x x) 1/2) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (* x x) 1/2) 1) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (/ y x) (/.f64 y x)) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (* 1/24 x) x) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* (* 1/24 x) x) 1/2) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64))) |
#s(approx (* 1/24 x) (*.f64 #s(literal 1/24 binary64) x)) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (/.f64 y x)) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) x)) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) y (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) y) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) y (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (*.f64 #s(literal 1/2 binary64) y)) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) y (*.f64 #s(literal 1/2 binary64) y))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) y)) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) (*.f64 (*.f64 #s(literal 1/24 binary64) x) y)) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) (*.f64 #s(literal 1/24 binary64) y)) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) |
#s(approx (+ (* (* x x) 1/720) 1/24) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
#s(approx (* (/ (cosh x) x) (/ y z)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y)) (*.f64 z x))) |
#s(approx (/ (cosh x) x) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) #s(literal 1/2 binary64))) |
#s(approx (cosh x) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y)) (*.f64 z x))) |
#s(approx (* (cosh x) (/ y x)) (*.f64 (*.f64 y (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x)) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x)) |
#s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (+ (* (* x x) 1/2) 1) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal -1/24 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) #s(literal -1/24 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
#s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal -1/24 binary64)) (*.f64 x x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (*.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) y) #s(literal 1/720 binary64))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) (*.f64 (*.f64 (*.f64 x x) x) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 x x))) |
#s(approx (+ (* (* x x) 1/720) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
#s(approx (+ (* (* x x) 1/720) 1/24) (*.f64 (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 x x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) y (neg.f64 (/.f64 y (*.f64 x x)))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (neg.f64 (*.f64 (+.f64 (neg.f64 (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))) (*.f64 (*.f64 x x) x)))) |
#s(approx (/ y z) (/.f64 y z)) |
#s(approx y y) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 y (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (*.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) y)) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (*.f64 (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)) y)) |
#s(approx (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
#s(approx (* (* (+ (* (* x x) 1/720) 1/24) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) |
#s(approx (* (+ (* (* x x) 1/720) 1/24) y) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (neg.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) y) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) x) (neg.f64 (*.f64 y (/.f64 (fma.f64 (-.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x))) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)) x)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (* x x)) y) (neg.f64 (*.f64 (fma.f64 (-.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x))) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)) y))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* (* x x) 1/720) 1/24) y) x) x)) (neg.f64 (*.f64 (-.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x))) #s(literal 1/2 binary64)) y))) |
#s(approx z z) |
Compiled 17 638 to 2 805 computations (84.1% saved)
34 alts after pruning (32 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 441 | 13 | 454 |
| Fresh | 5 | 19 | 24 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 1 | 1 |
| Total | 450 | 34 | 484 |
| Status | Accuracy | Program |
|---|---|---|
| 86.6% | (/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) | |
| 85.4% | (/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) | |
| 47.8% | (/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) | |
| ▶ | 76.8% | (/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
| 76.6% | (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) | |
| 53.9% | (/.f64 (*.f64 #s(approx (cosh x) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) (/.f64 y x)) z) | |
| 36.4% | (/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) | |
| 31.2% | (/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) | |
| 61.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) | |
| ▶ | 88.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
| 85.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) | |
| 88.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x y) x)) z) | |
| 85.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) | |
| 73.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) | |
| 89.0% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 #s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) (*.f64 x x) y) x)) z) | |
| 49.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) | |
| 49.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) x)) z) | |
| 39.6% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) | |
| ▶ | 89.9% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
| ▶ | 54.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
| ✓ | 28.2% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
| 84.1% | (*.f64 (/.f64 (cosh.f64 x) z) (/.f64 y x)) | |
| 88.1% | (*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) x) (/.f64 y z)) | |
| 54.4% | (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) | |
| 80.5% | (*.f64 (/.f64 y (*.f64 z x)) (cosh.f64 x)) | |
| 84.4% | (*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) | |
| 76.1% | (*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) | |
| 72.0% | (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) | |
| 72.0% | (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) | |
| 66.5% | (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) | |
| 86.6% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) | |
| 81.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) | |
| ▶ | 54.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
| ✓ | 50.0% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
Compiled 1 764 to 1 132 computations (35.8% saved)
| Inputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
#s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x))) |
(*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)) |
y |
(/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) |
(fma.f64 (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)) (*.f64 x x) #s(literal 1 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 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) |
(*.f64 x x) |
x |
#s(literal 1/720 binary64) |
#s(literal 1/24 binary64) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
z |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 (/.f64 y z) x) |
(/.f64 y z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
#s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x)) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x) |
(fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) |
(/.f64 y (*.f64 x x)) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh 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))) (/.f64 y x)) |
#s(approx (cosh 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))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64)) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) |
(/.f64 y x) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) |
(/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x) |
(fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) |
(*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x) |
(*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) |
(*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) |
(fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) |
(*.f64 x #s(literal 1/720 binary64)) |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ y x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (/ (+ 1 (* 1/2 (pow x 2))) x))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) x))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) x))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* 1/24 (pow x 2))))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 1/24)) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (+ 1/24 (* 1/720 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (/ y z) x) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (/ y x))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (/ y (pow x 2)))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) (pow x 2)))) |
#s(approx (/ y (* x x)) #s(hole binary64 (/ y (pow x 2)))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) #s(hole binary64 (* 1/2 x))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) #s(hole binary64 (* x (+ 1/2 (* 1/24 (pow x 2)))))) |
#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 (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 y)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* 1/2 y))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* 1/24 (* (pow x 2) y)))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* 1/24 (* x y)))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* x (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (* 1/24 y))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(hole binary64 1/24)) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(hole binary64 (+ 1/24 (* 1/720 (pow x 2))))) |
#s(approx (* x 1/720) #s(hole binary64 (* 1/720 x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* 1/720 (pow x 5)))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* (pow x 5) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* (pow x 5) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* (pow x 5) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* 1/720 (pow x 6)))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 (* 1/720 (pow x 4)))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 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 (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (* (pow x 2) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* x (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (* x (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (* 1/2 y))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (+ (* 1/2 y) (/ y (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) #s(hole binary64 (* 1/24 (pow x 3)))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) #s(hole binary64 (* (pow x 3) (+ 1/24 (* 1/2 (/ 1 (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/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* 1/720 (* (pow x 6) y)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* 1/720 (* (pow x 3) y)))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* (pow x 3) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (* 1/720 (* (pow x 2) y)))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (* (pow x 2) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(hole binary64 (* (pow x 2) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* -1 (/ (+ 1/24 (* 1/2 (/ 1 (pow x 2)))) (pow x 2))) 1/720))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* -1 (/ (+ 1/2 (/ 1 (pow x 2))) (pow x 4))) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (* x (+ (* -1 (/ y (pow x 2))) (* -1/2 y)))))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (* -1 (* x (+ (* -1 (/ y (pow x 2))) (* -1/2 y)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* -1 (* (pow x 3) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ y z) #s(hole binary64 (/ y z))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (* y (+ 1 (* 1/2 (pow x 2)))) x))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (* x (* y (+ 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (* y (+ 1/2 (/ 1 (pow x 2)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* y (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* (pow x 2) (* y (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* x (* y (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (* y (+ 1/24 (* 1/720 (pow x 2)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (/ (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1)) x)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (/ (* y (- (* -1/2 (pow x 2)) 1)) x)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (/ (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1)) x)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* -1 (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* -1 (* y (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2))))) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | y | @ | -inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (+ (* (* x x) 1/720) 1/24) (* x x) x 1/720 1/24 1/2 1 z (/ (* (cosh x) (/ y x)) z) (/ (/ y z) x) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (+ (* 1/2 y) (/ y (* x x))) x) (+ (* 1/2 y) (/ y (* x x))) (/ y (* x x)) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (* (+ (* (* x x) 1/24) 1/2) x) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (* (* (+ (* x (* x 1/720)) 1/24) y) x) (* (+ (* x (* x 1/720)) 1/24) y) (+ (* x (* x 1/720)) 1/24) (* x 1/720)) |
| 8.0ms | y | @ | inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (+ (* (* x x) 1/720) 1/24) (* x x) x 1/720 1/24 1/2 1 z (/ (* (cosh x) (/ y x)) z) (/ (/ y z) x) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (+ (* 1/2 y) (/ y (* x x))) x) (+ (* 1/2 y) (/ y (* x x))) (/ y (* x x)) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (* (+ (* (* x x) 1/24) 1/2) x) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (* (* (+ (* x (* x 1/720)) 1/24) y) x) (* (+ (* x (* x 1/720)) 1/24) y) (+ (* x (* x 1/720)) 1/24) (* x 1/720)) |
| 7.0ms | y | @ | 0 | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (+ (* (* x x) 1/720) 1/24) (* x x) x 1/720 1/24 1/2 1 z (/ (* (cosh x) (/ y x)) z) (/ (/ y z) x) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (+ (* 1/2 y) (/ y (* x x))) x) (+ (* 1/2 y) (/ y (* x x))) (/ y (* x x)) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (* (+ (* (* x x) 1/24) 1/2) x) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (* (* (+ (* x (* x 1/720)) 1/24) y) x) (* (+ (* x (* x 1/720)) 1/24) y) (+ (* x (* x 1/720)) 1/24) (* x 1/720)) |
| 7.0ms | x | @ | inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (+ (* (* x x) 1/720) 1/24) (* x x) x 1/720 1/24 1/2 1 z (/ (* (cosh x) (/ y x)) z) (/ (/ y z) x) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (+ (* 1/2 y) (/ y (* x x))) x) (+ (* 1/2 y) (/ y (* x x))) (/ y (* x x)) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (* (+ (* (* x x) 1/24) 1/2) x) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (* (* (+ (* x (* x 1/720)) 1/24) y) x) (* (+ (* x (* x 1/720)) 1/24) y) (+ (* x (* x 1/720)) 1/24) (* x 1/720)) |
| 6.0ms | x | @ | -inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (+ (* (* x x) 1/720) 1/24) (* x x) x 1/720 1/24 1/2 1 z (/ (* (cosh x) (/ y x)) z) (/ (/ y z) x) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (+ (* 1/2 y) (/ y (* x x))) x) (+ (* 1/2 y) (/ y (* x x))) (/ y (* x x)) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (* (+ (* (* x x) 1/24) 1/2) x) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (* (* (+ (* x (* x 1/720)) 1/24) y) x) (* (+ (* x (* x 1/720)) 1/24) y) (+ (* x (* x 1/720)) 1/24) (* x 1/720)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 454 | 5013 |
| 0 | 507 | 4686 |
| 1 | 2087 | 4671 |
| 0 | 8646 | 4568 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
#s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x))) |
(*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)) |
y |
(/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) |
(fma.f64 (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)) (*.f64 x x) #s(literal 1 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 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) |
(*.f64 x x) |
x |
#s(literal 1/720 binary64) |
#s(literal 1/24 binary64) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
z |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 (/.f64 y z) x) |
(/.f64 y z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
#s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x)) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x) |
(fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) |
(/.f64 y (*.f64 x x)) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh 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))) (/.f64 y x)) |
#s(approx (cosh 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))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64)) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) |
(/.f64 y x) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) |
(/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x) |
(fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) |
(*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x) |
(*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) |
(*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) |
(fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) |
(*.f64 x #s(literal 1/720 binary64)) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ y x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (/ (+ 1 (* 1/2 (pow x 2))) x))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) x))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) x))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* 1/24 (pow x 2))))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 1/24)) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (+ 1/24 (* 1/720 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (/ y z) x) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (/ y x))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (/ y (pow x 2)))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) (pow x 2)))) |
#s(approx (/ y (* x x)) #s(hole binary64 (/ y (pow x 2)))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) #s(hole binary64 (* 1/2 x))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) #s(hole binary64 (* x (+ 1/2 (* 1/24 (pow x 2)))))) |
#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 (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 y)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* 1/2 (* (pow x 2) y))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* 1/2 y))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* 1/24 (* (pow x 2) y)))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* 1/24 (* x y)))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* x (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (* 1/24 y))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(hole binary64 1/24)) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(hole binary64 (+ 1/24 (* 1/720 (pow x 2))))) |
#s(approx (* x 1/720) #s(hole binary64 (* 1/720 x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* 1/720 (pow x 5)))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* (pow x 5) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* (pow x 5) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* (pow x 5) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* 1/720 (pow x 6)))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(hole binary64 (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 (* 1/720 (pow x 4)))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(hole binary64 (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 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 (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (+ (* (* x x) 1/720) 1/24) #s(hole binary64 (* (pow x 2) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* x (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (* 1/2 (* x y)))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (* x (+ (* 1/2 y) (/ y (pow x 2)))))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (* 1/2 y))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (+ (* 1/2 y) (/ y (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(hole binary64 (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) #s(hole binary64 (* 1/24 (pow x 3)))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) #s(hole binary64 (* (pow x 3) (+ 1/24 (* 1/2 (/ 1 (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/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* 1/720 (* (pow x 6) y)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (+ (* 1/2 (/ y (pow x 4))) (/ y (pow x 6)))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* 1/720 (* (pow x 3) y)))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* (pow x 3) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (* 1/720 (* (pow x 2) y)))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (* (pow x 2) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(hole binary64 (* 1/720 (pow x 2)))) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(hole binary64 (* (pow x 2) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* -1 (/ (+ 1/24 (* 1/2 (/ 1 (pow x 2)))) (pow x 2))) 1/720))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* -1 (/ (+ 1/2 (/ 1 (pow x 2))) (pow x 4))) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (* x (+ (* -1 (/ y (pow x 2))) (* -1/2 y)))))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (* -1 (* x (+ (* -1 (/ y (pow x 2))) (* -1/2 y)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y))))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1 (/ y (pow x 6))) (+ (* -1/2 (/ y (pow x 4))) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* -1 (* (pow x 3) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ y z) #s(hole binary64 (/ y z))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (/ (* y (+ 1 (* 1/2 (pow x 2)))) x))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) #s(hole binary64 (* x (* y (+ 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) #s(hole binary64 (* y (+ 1/2 (/ 1 (pow x 2)))))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (/ (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) x))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* y (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* y (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) #s(hole binary64 (* (pow x 2) (* y (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) #s(hole binary64 (* x (* y (+ 1/24 (* 1/720 (pow x 2))))))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) #s(hole binary64 (* y (+ 1/24 (* 1/720 (pow x 2)))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) #s(hole binary64 (* -1 (/ (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1)) x)))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) #s(hole binary64 (* -1 (/ (* y (- (* -1/2 (pow x 2)) 1)) x)))) |
#s(approx (/ (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) x) #s(hole binary64 (* -1 (/ (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1)) x)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) #s(hole binary64 (* -1 (* y (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2)) 1))))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) #s(hole binary64 (* -1 (* y (- (* -1 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))) 1/2))))) |
#s(approx z #s(hole binary64 z)) |
| Outputs |
|---|
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) y))))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) y)))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) y))) z) |
#s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) y))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) y)) |
(*.f64 (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) y) |
(*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) y))) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) y)) (neg.f64 x)) |
(/.f64 (*.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) y) x) |
(+.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) x) (/.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) y) x)) |
(+.f64 (/.f64 (*.f64 y #s(literal 1 binary64)) x) (/.f64 (*.f64 y (*.f64 (*.f64 (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)) x) x)) x)) |
y |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (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)) x) x) x) (/.f64 (*.f64 (*.f64 (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)) x) x) x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 (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)) x) x) x) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 (*.f64 (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)) x) x) x) (/.f64 (*.f64 (*.f64 (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)) x) x) x))) (-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 (*.f64 (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)) x) x) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (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)) x) x) x) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (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)) x) x) x) (/.f64 (*.f64 (*.f64 (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)) x) x) x) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 (*.f64 (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)) x) x) x) (/.f64 #s(literal 1 binary64) x))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (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)) x) x) x) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (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)) x) x) x) (/.f64 (*.f64 (*.f64 (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)) x) x) x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 (*.f64 (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)) x) x) x))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)))) (neg.f64 (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (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)) x) x) (neg.f64 x) (*.f64 x #s(literal -1 binary64))) (*.f64 x (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (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)) x) x) x (*.f64 x #s(literal 1 binary64))) (*.f64 x x)) |
(/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (neg.f64 x) (*.f64 (*.f64 (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)) x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 x (*.f64 (*.f64 (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)) x) x))) (*.f64 x x)) |
(/.f64 (neg.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) (neg.f64 x)) |
(/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) |
(-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (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))) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (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)) x) x) x) (/.f64 #s(literal 1 binary64) x)) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 (*.f64 (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)) x) x) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (neg.f64 (*.f64 x x)) (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))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (neg.f64 (*.f64 x x)) (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))) (*.f64 (neg.f64 (*.f64 x x)) (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))) (*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (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))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (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)) x) x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 (*.f64 (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)) x) x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (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)) x) x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (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)) x) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 (*.f64 (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)) x) x))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (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)) x) x))))) |
(fma.f64 (*.f64 (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)) x) x #s(literal 1 binary64)) |
(fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (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)) #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (-.f64 (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (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)) x) x))) (/.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (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)) x) x)))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (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)))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 (*.f64 (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)) x) x)) (fma.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (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)) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 (*.f64 (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)) x) x)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (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)) x) x) (*.f64 (*.f64 (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)) x) x)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (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)) x) x)))))) |
(+.f64 (*.f64 (*.f64 (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)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (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)) x) x)) |
(/.f64 (-.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (neg.f64 (*.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) (fma.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) #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) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)))) (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 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 1/8 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (-.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 (neg.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.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 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) #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 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.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 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 1/8 binary64)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (-.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/8 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x))) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.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 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) 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 (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 x x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.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 #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 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.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 (*.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 x x)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (-.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 #s(literal 1/8 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (-.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/8 binary64) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.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 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) (*.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 (*.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 #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 #s(literal 1/13824 binary64) (pow.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1/576 binary64) (fma.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) (neg.f64 (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) #s(literal 1/576 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))))) (neg.f64 (+.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)))))) |
(/.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) #s(literal 1/576 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))) |
(/.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (+.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) x) x #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 #s(literal 1/720 binary64) x) #s(literal 1/24 binary64)) |
(-.f64 (/.f64 #s(literal 1/576 binary64) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))) (/.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)))) |
(-.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1/13824 binary64) (+.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) (/.f64 (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (+.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1/13824 binary64) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (-.f64 #s(literal 1/576 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 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
(*.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)) |
(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)))) |
x |
#s(literal 1/720 binary64) |
#s(literal 1/24 binary64) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
z |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 y z))) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 (*.f64 z x)))) |
(/.f64 (neg.f64 (/.f64 y x)) (neg.f64 z)) |
(/.f64 (neg.f64 (/.f64 y z)) (neg.f64 x)) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 z x))) |
(/.f64 (/.f64 y z) x) |
(/.f64 (/.f64 y x) z) |
(/.f64 y (*.f64 z x)) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 y) (neg.f64 z)) |
(/.f64 y z) |
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x)))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
#s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x)) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x) |
(*.f64 x (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (*.f64 (*.f64 #s(literal 1/2 binary64) y) x)) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) x) (*.f64 (/.f64 y (*.f64 x x)) x))) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (*.f64 (/.f64 y (*.f64 x x)) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x (*.f64 #s(literal 1/2 binary64) y))) (*.f64 (*.f64 x (/.f64 y (*.f64 x x))) (*.f64 x (/.f64 y (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x (/.f64 y (*.f64 x x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 y (*.f64 x x)) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (-.f64 (*.f64 (*.f64 (/.f64 y (*.f64 x x)) x) (*.f64 (/.f64 y (*.f64 x x)) x)) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (*.f64 (/.f64 y (*.f64 x x)) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) y)) #s(literal 3 binary64)) (pow.f64 (*.f64 x (/.f64 y (*.f64 x x))) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x (*.f64 #s(literal 1/2 binary64) y)) (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 x x))) (*.f64 x (/.f64 y (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x (/.f64 y (*.f64 x x))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) y) x (*.f64 (/.f64 y (*.f64 x x)) x)) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) y) (*.f64 x (/.f64 y (*.f64 x x)))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (*.f64 (/.f64 y (*.f64 x x)) x)) |
(+.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x (/.f64 y (*.f64 x x)))) |
(/.f64 (-.f64 (/.f64 (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y))) (-.f64 (/.f64 y (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) y))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64))) (+.f64 (/.f64 (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 (/.f64 y (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) y))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (/.f64 (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 y (*.f64 x x))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))))) (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (-.f64 (/.f64 (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 y (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (/.f64 (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 y (*.f64 x x)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (-.f64 (/.f64 (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 y (*.f64 x x)))))) |
(fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) |
(fma.f64 y #s(literal 1/2 binary64) (/.f64 y (*.f64 x x))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 y (*.f64 x x)))) (/.f64 (/.f64 (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 y (*.f64 x x))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (-.f64 (/.f64 (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 y (*.f64 x x)))))) (/.f64 (/.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (-.f64 (/.f64 (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 y (*.f64 x x))))))) |
(+.f64 (/.f64 y (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) y)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 y (*.f64 x x))) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 y x)) (neg.f64 x)) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 x x))) |
(/.f64 (/.f64 y x) x) |
(/.f64 y (*.f64 x x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y x)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y x))) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y x)) |
(*.f64 (/.f64 y x) #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) y)) (neg.f64 x)) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) y) x) |
#s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x))) (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x)) |
(*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) |
(*.f64 x (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x))) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x))))) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (pow.f64 (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x))))))) |
(fma.f64 #s(literal 1/2 binary64) x (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x)) |
(fma.f64 #s(literal 1/2 binary64) x (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(fma.f64 x #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x)) |
(fma.f64 x #s(literal 1/2 binary64) (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) x)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 x (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/24 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) #s(literal 1/4 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))))))) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #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) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))))) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) |
(fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))) (/.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/24 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1/8 binary64) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))))) (/.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x 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 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64))))) (/.f64 #s(literal 1/8 binary64) (fma.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)))))) |
(+.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 x)) |
(/.f64 y x) |
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x)) (*.f64 (/.f64 y x) (/.f64 y x))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 (/.f64 y x) (/.f64 y x)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x))) (-.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) #s(literal 3 binary64)) (pow.f64 (/.f64 y x) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) (-.f64 (*.f64 (/.f64 y x) (/.f64 y x)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) (/.f64 y x))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 y x) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) #s(literal 3 binary64))) (fma.f64 (/.f64 y x) (/.f64 y x) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x)) (*.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y))) (neg.f64 (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (neg.f64 x) (*.f64 x (neg.f64 y))) (*.f64 x (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x (*.f64 y x)) (*.f64 x x)) |
(/.f64 (fma.f64 (neg.f64 y) x (*.f64 (neg.f64 x) (*.f64 (*.f64 (*.f64 (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)) y) x) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 y x (*.f64 x (*.f64 (*.f64 (*.f64 (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)) y) x) x))) (*.f64 x x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y)) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x) |
(-.f64 (/.f64 y x) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (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)) y)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x) (/.f64 y x)) |
(+.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) y) (pow.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (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)) y)) #s(literal 3 binary64))) (fma.f64 y y (fma.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (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)) y)) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (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)) y)) (*.f64 y (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (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)) y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 y y))) (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)))) (neg.f64 (-.f64 y (*.f64 (*.f64 (*.f64 (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)) y) x) x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) y))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y y) y (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 (*.f64 (*.f64 (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)) y) x) x)))) (neg.f64 (fma.f64 y y (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 y (*.f64 (*.f64 (*.f64 (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)) y) x) x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 y y)) (-.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) y)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x))) (-.f64 y (*.f64 (*.f64 (*.f64 (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)) y) x) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) y)))) |
(/.f64 (fma.f64 (*.f64 y y) y (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 (*.f64 (*.f64 (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)) y) x) x))) (fma.f64 y y (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 y (*.f64 (*.f64 (*.f64 (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)) y) x) x))))) |
(fma.f64 (*.f64 (*.f64 (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)) y) x) x y) |
(fma.f64 (*.f64 (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)) y) (*.f64 x x) y) |
(fma.f64 (*.f64 x x) (*.f64 (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)) y) y) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (-.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 (*.f64 (*.f64 (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)) y) x) x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (-.f64 y (*.f64 (*.f64 (*.f64 (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)) y) x) x)))) |
(-.f64 y (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (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)) y))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (fma.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) y)))) (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) y))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 y y (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 y (*.f64 (*.f64 (*.f64 (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)) y) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (fma.f64 y y (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) (*.f64 (*.f64 (*.f64 (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)) y) x) x)) (*.f64 y (*.f64 (*.f64 (*.f64 (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)) y) x) x)))))) |
(+.f64 (*.f64 (*.f64 (*.f64 (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)) y) x) x) y) |
(+.f64 y (*.f64 (*.f64 (*.f64 (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)) y) x) x)) |
(*.f64 (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)) y) |
(*.f64 y (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))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) y))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (fma.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 #s(literal -1/2 binary64) y) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal -1/2 binary64) y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64)) (pow.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (fma.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64)) (pow.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (fma.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x) (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64) (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) y) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) y)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) y))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)))) (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y))) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))))) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 (*.f64 (*.f64 x x) y) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 #s(literal 1/2 binary64) y (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) y)) |
(fma.f64 #s(literal 1/2 binary64) y (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 y (*.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) y)) |
(fma.f64 y #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) y)) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(fma.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) (*.f64 #s(literal 1/2 binary64) y)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y)))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))) |
(-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal -1/2 binary64) y)) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y))))) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64)) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 #s(literal 1/2 binary64) y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)))))) |
(+.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) (*.f64 #s(literal 1/2 binary64) y)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) y)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
(*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) |
(*.f64 (*.f64 (*.f64 x x) y) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
(*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
(*.f64 y (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)) |
(*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x x))) (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)))) (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y))) |
(+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/24 binary64) y))) |
(*.f64 (*.f64 y x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) (*.f64 y x)) |
(*.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) x)) (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)))) (*.f64 (*.f64 x (*.f64 #s(literal 1/24 binary64) y)) (*.f64 x (*.f64 #s(literal 1/24 binary64) y)))) (-.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 x (*.f64 #s(literal 1/24 binary64) y)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) x) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 x (*.f64 #s(literal 1/24 binary64) y)) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 #s(literal 1/24 binary64) y)) (*.f64 x (*.f64 #s(literal 1/24 binary64) y))) (*.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 x (*.f64 #s(literal 1/24 binary64) y)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) x (*.f64 (*.f64 #s(literal 1/24 binary64) y) x)) |
(fma.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 x (*.f64 #s(literal 1/24 binary64) y))) |
(+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) x) (*.f64 (*.f64 #s(literal 1/24 binary64) y) x)) |
(+.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 x (*.f64 #s(literal 1/24 binary64) y))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) |
(*.f64 y (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y))) (-.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) (-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)))) (-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 y y) y)) (pow.f64 (*.f64 #s(literal -1/24 binary64) y) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (fma.f64 (*.f64 #s(literal -1/24 binary64) y) (*.f64 #s(literal -1/24 binary64) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal -1/24 binary64) y))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64))) (fma.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64) (pow.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y) (-.f64 (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64) (*.f64 (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y)))) (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y))) (-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y))))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64) (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 #s(literal 1/24 binary64) y (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(fma.f64 #s(literal 1/24 binary64) y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) |
(fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)) |
(fma.f64 y #s(literal 1/24 binary64) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(fma.f64 y #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y))) (/.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y)) (-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)))) |
(-.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal -1/24 binary64) y)) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y))))) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal 1/13824 binary64)) (fma.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)))))) |
(+.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) y)) |
(+.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(+.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y)) |
(/.f64 (-.f64 #s(literal 1/13824 binary64) (pow.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1/576 binary64) (fma.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)) (*.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) (neg.f64 (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) #s(literal 1/576 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))))) (neg.f64 (+.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)))))) |
(/.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) #s(literal 1/576 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))) |
(/.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (+.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/13824 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) x) x #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 #s(literal 1/720 binary64) x) #s(literal 1/24 binary64)) |
(-.f64 (/.f64 #s(literal 1/576 binary64) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))) (/.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64)))) |
(-.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1/13824 binary64) (+.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) (/.f64 (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (+.f64 #s(literal 1/576 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/373248000 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1/13824 binary64) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) (-.f64 #s(literal 1/576 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 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
(*.f64 #s(literal 1/720 binary64) x) |
(*.f64 x #s(literal 1/720 binary64)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 y x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 y x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (/.f64 y x)) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (/.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64)) x)) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (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))) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(literal 1/24 binary64)) |
#s(approx (+ (* x (* x 1/720)) 1/24) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (/ (/ y z) x) (/.f64 y (*.f64 z x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (/.f64 y x)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) (/.f64 y x)) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) (*.f64 x x))) |
#s(approx (/ y (* x x)) (/.f64 y (*.f64 x x))) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(approx (cosh x) (fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) |
#s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) (*.f64 #s(literal 1/2 binary64) x)) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x)) |
#s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* (* x x) 1/24) 1/2) (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (/ y x) (/.f64 y x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 y x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (fma.f64 (*.f64 (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)) y) (*.f64 x x) y) x)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) y) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (fma.f64 (*.f64 (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)) y) (*.f64 x x) y)) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (*.f64 #s(literal 1/2 binary64) y)) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (*.f64 (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)) y)) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) (*.f64 (*.f64 y x) #s(literal 1/24 binary64))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) (*.f64 #s(literal 1/24 binary64) y)) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
#s(approx (+ (* x (* x 1/720)) 1/24) #s(literal 1/24 binary64)) |
#s(approx (+ (* x (* x 1/720)) 1/24) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64))) |
#s(approx (* x 1/720) (*.f64 #s(literal 1/720 binary64) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y)) (*.f64 z x))) |
#s(approx (* (cosh x) (/ y x)) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) x) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (*.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/720 binary64))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (*.f64 (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (*.f64 (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/24 binary64) (*.f64 x x))) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (*.f64 (+.f64 (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/24 binary64) (*.f64 x x))) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (+.f64 (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/24 binary64) (*.f64 x x))) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
#s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 x x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x)) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x)) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) (*.f64 #s(literal 1/2 binary64) y)) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x)))) |
#s(approx (cosh x) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (+ (* (* (+ (* (* x x) 1/24) 1/2) x) x) 1) (*.f64 (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) #s(literal 1/24 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) (*.f64 (*.f64 (*.f64 x x) x) #s(literal 1/24 binary64))) |
#s(approx (* (+ (* (* x x) 1/24) 1/2) x) (*.f64 (*.f64 (*.f64 x x) x) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal 1/24 binary64)))) |
#s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) |
#s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))))) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))))) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) y) #s(literal 1/720 binary64))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) (*.f64 (*.f64 (*.f64 x x) x) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64))) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 x x))) |
#s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) |
#s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 x x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (neg.f64 (*.f64 (+.f64 (neg.f64 (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (neg.f64 (*.f64 (+.f64 (neg.f64 (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal 1/24 binary64)) (*.f64 x x))) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) y (neg.f64 (/.f64 y (*.f64 x x)))) x))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) y (neg.f64 (/.f64 y (*.f64 x x)))) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (neg.f64 (*.f64 (+.f64 (neg.f64 (/.f64 y (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 y (*.f64 x x)))) (*.f64 (*.f64 x x) x)))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) y)) |
#s(approx (* y (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x)) (*.f64 (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) y)) |
#s(approx y y) |
#s(approx (/ y z) (/.f64 y z)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 y (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) x))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) y) x)) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) y)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x) y)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (*.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) y)) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (*.f64 (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)) y)) |
#s(approx (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) |
#s(approx (* (* (+ (* x (* x 1/720)) 1/24) y) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x)) |
#s(approx (* (+ (* x (* x 1/720)) 1/24) y) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (-.f64 (neg.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 x x)) #s(literal 1 binary64)) y)) x)) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (neg.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal 1 binary64)) y) x))) |
#s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (-.f64 (neg.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 x x)) #s(literal 1 binary64)) y)) x)) |
#s(approx (+ (* (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (* x x)) y) (neg.f64 (*.f64 (-.f64 (*.f64 (-.f64 (neg.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 x x)) #s(literal 1 binary64)) y))) |
#s(approx (+ (* y 1/2) (* (* (* (+ (* x (* x 1/720)) 1/24) y) x) x)) (neg.f64 (*.f64 (-.f64 (neg.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)) y))) |
#s(approx z z) |
Compiled 29 570 to 3 678 computations (87.6% saved)
39 alts after pruning (33 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 547 | 8 | 555 |
| Fresh | 2 | 25 | 27 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 2 | 2 |
| Total | 550 | 39 | 589 |
| Status | Accuracy | Program |
|---|---|---|
| 86.6% | (/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) | |
| 85.4% | (/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) | |
| 47.8% | (/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) | |
| ✓ | 76.8% | (/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
| 76.6% | (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) | |
| 53.9% | (/.f64 (*.f64 #s(approx (cosh x) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) (/.f64 y x)) z) | |
| 36.4% | (/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) | |
| 31.2% | (/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) | |
| 61.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) | |
| ✓ | 88.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
| 85.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) | |
| 88.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x y) x)) z) | |
| 85.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) | |
| 73.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) | |
| 89.0% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 #s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) (*.f64 x x) y) x)) z) | |
| 49.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) | |
| 49.4% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) x)) z) | |
| 39.6% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) | |
| 89.9% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.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 x x) #s(literal 1 binary64)) x)))) z) | |
| 89.9% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (fma.f64 #s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) | |
| 52.3% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (*.f64 (*.f64 (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)) x) x) x (*.f64 x #s(literal 1 binary64))) (*.f64 x x))))) z) | |
| 89.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) | |
| 49.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 #s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) x)))) z) | |
| ✓ | 54.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
| ✓ | 28.2% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
| 35.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) | |
| 84.1% | (*.f64 (/.f64 (cosh.f64 x) z) (/.f64 y x)) | |
| 88.1% | (*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) x) (/.f64 y z)) | |
| 54.4% | (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) | |
| 80.5% | (*.f64 (/.f64 y (*.f64 z x)) (cosh.f64 x)) | |
| 84.4% | (*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) | |
| 76.1% | (*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) | |
| 72.0% | (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) | |
| 72.0% | (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) | |
| 72.0% | (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) | |
| 66.5% | (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) | |
| 81.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) | |
| ✓ | 54.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
| ✓ | 50.0% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
Compiled 2 919 to 1 107 computations (62.1% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y #s(approx (+ (* 1/720 (* x x)) 1/24) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 #s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 #s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (fma.f64 #s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) z) (*.f64 x x) (/.f64 y z)) x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) x) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.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 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.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)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (*.f64 (*.f64 (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)) x) x) x (*.f64 x #s(literal 1 binary64))) (*.f64 x x))))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) (/.f64 y x)) z) |
(*.f64 (/.f64 y (*.f64 z x)) (cosh.f64 x)) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
(*.f64 (/.f64 (cosh.f64 x) z) (/.f64 y x)) |
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
| Outputs |
|---|
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
5 calls:
| 21.0ms | y |
| 18.0ms | z |
| 18.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 17.0ms | x |
| 16.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.5% | 3 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 99.5% | 3 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 97.2% | 2 | x |
| 99.8% | 2 | y |
| 94.3% | 1 | z |
Compiled 17 to 22 computations (-29.4% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y #s(approx (+ (* 1/720 (* x x)) 1/24) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 #s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 #s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (fma.f64 #s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) z) (*.f64 x x) (/.f64 y z)) x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) x) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.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 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.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)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (*.f64 (*.f64 (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)) x) x) x (*.f64 x #s(literal 1 binary64))) (*.f64 x x))))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) (/.f64 y x)) z) |
(*.f64 (/.f64 y (*.f64 z x)) (cosh.f64 x)) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
(*.f64 (/.f64 (cosh.f64 x) z) (/.f64 y x)) |
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
1 calls:
| 20.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.9% | 2 | y |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y #s(approx (+ (* 1/720 (* x x)) 1/24) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 #s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 #s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (fma.f64 #s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) z) (*.f64 x x) (/.f64 y z)) x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) x) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.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 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.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)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (*.f64 (*.f64 (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)) x) x) x (*.f64 x #s(literal 1 binary64))) (*.f64 x x))))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) (/.f64 y x)) z) |
(*.f64 (/.f64 y (*.f64 z x)) (cosh.f64 x)) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
| Outputs |
|---|
(*.f64 (/.f64 y (*.f64 z x)) (cosh.f64 x)) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
4 calls:
| 19.0ms | x |
| 18.0ms | y |
| 15.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 14.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.2% | 2 | x |
| 93.9% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 93.9% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 94.6% | 2 | y |
Compiled 16 to 19 computations (-18.8% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y #s(approx (+ (* 1/720 (* x x)) 1/24) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 #s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 #s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (fma.f64 #s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) z) (*.f64 x x) (/.f64 y z)) x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) x) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.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 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.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)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x (*.f64 #s(literal 1/2 binary64) y)) x) x y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal 1/720 binary64)) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (*.f64 (*.f64 (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)) x) x) x (*.f64 x #s(literal 1 binary64))) (*.f64 x x))))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/518400 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/576 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x)) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal -1 binary64)))) (/.f64 y x)) z) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (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)) (*.f64 x x) #s(literal 1 binary64))) x) (/.f64 y z)) |
3 calls:
| 19.0ms | z |
| 16.0ms | y |
| 16.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.6% | 2 | y |
| 92.0% | 2 | z |
| 92.8% | 2 | x |
Compiled 3 to 9 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y #s(approx (+ (* 1/720 (* x x)) 1/24) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 #s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 #s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (fma.f64 #s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (fma.f64 (/.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) z) (*.f64 x x) (/.f64 y z)) x)) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 (fma.f64 #s(approx (+ (* x (* x 1/720)) 1/24) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
3 calls:
| 15.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 13.0ms | y |
| 10.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.9% | 1 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 89.9% | 1 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 93.5% | 2 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y #s(approx (+ (* 1/720 (* x x)) 1/24) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 #s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 #s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) y) #s(literal 1/720 binary64))) (*.f64 x x) y) x)) z) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 (fma.f64 #s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 x x) #s(literal 1 binary64)) x)))) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
1 calls:
| 14.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.5% | 2 | y |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y #s(approx (+ (* 1/720 (* x x)) 1/24) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 #s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) x)))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) y) #s(literal 1/720 binary64))) x)) z) |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) x) (*.f64 y (/.f64 #s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) #s(literal 1/720 binary64))) x)))) z) |
2 calls:
| 11.0ms | x |
| 11.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 2 | x |
| 91.0% | 2 | y |
Compiled 2 to 6 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 1/720) 1/24) #s(literal 1/24 binary64)) y) x) x)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (*.f64 y #s(approx (+ (* 1/720 (* x x)) 1/24) #s(literal 1/24 binary64))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) x) z) |
| Outputs |
|---|
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
5 calls:
| 12.0ms | y |
| 11.0ms | z |
| 11.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 10.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 10.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 91.0% | 2 | y |
| 90.6% | 3 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 90.6% | 3 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 86.6% | 1 | z |
| 89.5% | 2 | x |
Compiled 17 to 22 computations (-29.4% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh 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))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y) x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
1 calls:
| 10.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.8% | 2 | y |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
| Outputs |
|---|
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) (/.f64 y z)) |
5 calls:
| 12.0ms | z |
| 11.0ms | x |
| 9.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 8.0ms | y |
| 7.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.8% | 2 | z |
| 87.5% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 87.5% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 87.2% | 2 | x |
| 87.4% | 2 | y |
Compiled 17 to 22 computations (-29.4% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* 1/24 x) x) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* 1/24 (* x x)) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
5 calls:
| 10.0ms | z |
| 9.0ms | x |
| 8.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 7.0ms | y |
| 6.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.5% | 1 | z |
| 87.4% | 3 | x |
| 86.2% | 3 | y |
| 84.5% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 84.5% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
Compiled 17 to 22 computations (-29.4% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* 1/24 x) x) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
1 calls:
| 10.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 87.2% | 3 | x |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal -1 binary64)) x)))) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x (*.f64 y x)) #s(literal 1/2 binary64) y) x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
3 calls:
| 10.0ms | y |
| 6.0ms | x |
| 5.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.5% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 84.1% | 2 | y |
| 84.2% | 2 | x |
Compiled 10 to 13 computations (-30% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
(*.f64 #s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) (/.f64 y z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 y (*.f64 x x))) x))) z) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
1 calls:
| 4.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.5% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
Compiled 8 to 7 computations (12.5% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
(/.f64 (*.f64 #s(approx (cosh x) #s(approx (+ (* (* x x) 1/2) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 y x)) z) |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 #s(approx (+ (* (* (* x x) y) 1/2) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) x)) z) |
5 calls:
| 16.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 3.0ms | y |
| 3.0ms | x |
| 3.0ms | z |
| 3.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 66.5% | 1 | z |
| 66.5% | 1 | y |
| 80.6% | 2 | x |
| 74.7% | 3 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 74.7% | 3 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
Compiled 17 to 22 computations (-29.4% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 #s(approx (+ (* 1/2 y) (/ y (* x x))) (/.f64 y (*.f64 x x))) x))) z) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y (*.f64 z x))) |
3 calls:
| 19.0ms | x |
| 2.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 2.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 69.6% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 69.6% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 69.4% | 2 | x |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
3 calls:
| 11.0ms | x |
| 2.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 2.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.6% | 2 | x |
| 57.4% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 57.5% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)))) z) |
1 calls:
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.3% | 2 | x |
Compiled 1 to 3 computations (-200% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
5 calls:
| 1.0ms | x |
| 1.0ms | y |
| 1.0ms | z |
| 1.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 1.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 50.0% | 1 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 50.0% | 1 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 50.0% | 1 | y |
| 50.0% | 1 | z |
| 50.0% | 1 | x |
Compiled 17 to 22 computations (-29.4% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 1.3s | 0.17334245963569797 | 116.41835593520038 |
| 6.0ms | 112× | 0 | valid |
Compiled 123 to 125 computations (-1.6% saved)
ival-cosh: 1.0ms (34.1% of total)ival-div!: 1.0ms (34.1% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 2.2187497221573663e-28 | 7.221294423881621e-25 |
| 3.0ms | 64× | 0 | valid |
Compiled 311 to 189 computations (39.2% saved)
ival-cosh: 1.0ms (53.6% of total)ival-div!: 1.0ms (53.6% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 4.626919596163725e+66 | 4.948858879277436e+66 |
| 1.0ms | 16× | 0 | valid |
Compiled 39 to 37 computations (5.1% saved)
adjust: 0.0ms (0% of total)ival-cosh: 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 | 2.2187497221573663e-28 | 7.221294423881621e-25 |
| 6.0ms | 112× | 0 | valid |
Compiled 747 to 437 computations (41.5% saved)
ival-cosh: 1.0ms (32.2% of total)ival-div!: 1.0ms (32.2% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 333.0ms | 1.1993885619145696e+56 | 6.577543058574979e+57 |
| 5.0ms | 112× | 0 | valid |
Compiled 599 to 384 computations (35.9% saved)
ival-cosh: 1.0ms (34.5% of total)ival-div!: 1.0ms (34.5% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 2.6315607163209842e-15 | 2.682703542043657e-9 |
| 9.0ms | 144× | 0 | valid |
Compiled 812 to 490 computations (39.7% saved)
ival-cosh: 3.0ms (55.8% of total)ival-div!: 2.0ms (37.2% of total)ival-mult!: 1.0ms (18.6% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 0.00020270638436083543 | 27.33567301036782 |
| 10.0ms | 144× | 0 | valid |
Compiled 848 to 490 computations (42.2% saved)
ival-cosh: 2.0ms (44% of total)ival-mult!: 1.0ms (22% of total)ival-div!: 1.0ms (22% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 0.17334245963569797 | 116.41835593520038 |
Compiled 305 to 244 computations (20% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 0.17334245963569797 | 116.41835593520038 |
Compiled 333 to 244 computations (26.7% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.2571858443558696e+88 | 4.063092548036674e+95 |
Compiled 11 to 13 computations (-18.2% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 12.0ms | 1.576799803617056e+138 | 7.685402423535331e+139 |
| 12.0ms | 1.0826259047563261e-117 | 1.0236006469689176e-115 |
| 15.0ms | 224× | 0 | valid |
Compiled 634 to 475 computations (25.1% saved)
ival-cosh: 4.0ms (54% of total)ival-div!: 2.0ms (27% of total)ival-mult!: 1.0ms (13.5% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 1.576799803617056e+138 | 7.685402423535331e+139 |
| 8.0ms | 0.00020270638436083543 | 27.33567301036782 |
| 5.0ms | 64× | 0 | valid |
Compiled 859 to 605 computations (29.6% saved)
ival-cosh: 1.0ms (51.8% of total)ival-div!: 1.0ms (51.8% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 3.3972912382453323e-22 | 1.8977207617722396e-6 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 3.3972912382453323e-22 | 1.8977207617722396e-6 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 0.00020270638436083543 | 27.33567301036782 |
| 6.0ms | 112× | 0 | valid |
Compiled 389 to 292 computations (24.9% saved)
ival-cosh: 2.0ms (60.5% of total)ival-div!: 1.0ms (30.2% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.408673127753232e+275 | 4.744008415499414e+284 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 0.00020270638436083543 | 27.33567301036782 |
Compiled 371 to 283 computations (23.7% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 0.00020270638436083543 | 27.33567301036782 |
Compiled 371 to 283 computations (23.7% saved)
| 1× | fuel |
Compiled 1 094 to 194 computations (82.3% saved)
(negabs z)
(negabs y)
(negabs x)
Compiled 10 542 to 4 824 computations (54.2% saved)
Loading profile data...