
Time bar (total: 5.0s)
| 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)
| 521.0ms | 8 256× | 0 | valid |
ival-cosh: 118.0ms (43.9% of total)ival-div!: 106.0ms (39.4% of total)ival-mult!: 43.0ms (16% of total)adjust: 2.0ms (0.7% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 31 | 0 | - | 0 | - | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 8 | 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 | 31 | 0 |
| ↳ | (cosh.f64 x) | overflow | 133 | |
| ↳ | (/.f64 y x) | underflow | 31 | |
/.f64 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) | o/n | 8 | 0 |
| ↳ | (cosh.f64 x) | overflow | 133 | |
| ↳ | (/.f64 y x) | overflow | 24 | |
| ↳ | (*.f64 (cosh.f64 x) (/.f64 y x)) | overflow | 157 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 39 | 0 |
| - | 0 | 217 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 39 | 0 | 0 |
| - | 0 | 0 | 217 |
| number | freq |
|---|---|
| 0 | 217 |
| 1 | 39 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 29.0ms | 512× | 0 | valid |
Compiled 56 to 25 computations (55.4% saved)
ival-cosh: 7.0ms (47.8% of total)ival-div!: 5.0ms (34.1% of total)ival-mult!: 2.0ms (13.7% 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.8% | (/.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 | |
|---|---|---|---|---|
| 5.0ms | y | @ | -inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
| 4.0ms | x | @ | -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 | x | @ | 0 | ((/ (* (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 (/.f64 y z) x) (cosh.f64 x)) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (cosh.f64 x) (/.f64 (/.f64 y 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 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #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 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 x)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (pow.f64 (exp.f64 x) #s(literal -3 binary64)) (pow.f64 (exp.f64 x) #s(literal 3 binary64))) (*.f64 (fma.f64 (exp.f64 x) (exp.f64 x) (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64)))) #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 (/.f64 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 (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 #s(literal 1/2 binary64) (/.f64 y x)) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) z))) |
#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 811 to 224 computations (72.4% saved)
15 alts after pruning (15 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 43 | 15 | 58 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 44 | 15 | 59 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 96.9% | (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
| 94.7% | (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #s(literal 2 binary64)) | |
| 81.8% | (/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) | |
| 79.2% | (/.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.9% | (/.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) |
| 69.1% | (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) | |
| ▶ | 89.0% | (/.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) |
| ▶ | 80.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) z) |
| 86.7% | (/.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.6% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) | |
| 84.8% | (*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) | |
| 85.4% | #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)) | |
| 84.4% | #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)) | |
| 80.9% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) | |
| ▶ | 48.8% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
Compiled 564 to 378 computations (33% 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 (/.f64 y z) x)) |
(/.f64 (/.f64 y z) x) |
(/.f64 y z) |
(/.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 (* (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 (/ 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 (+ (* (* (* 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 | |
|---|---|---|---|---|
| 8.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) (/ y z) (/ (* (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 | 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) (/ y z) (/ (* (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) (/ y z) (/ (* (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)) |
| 6.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) (/ y z) (/ (* (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)) |
| 6.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) (/ y z) (/ (* (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 | 319 | 2782 |
| 0 | 360 | 2657 |
| 1 | 1480 | 2625 |
| 0 | 8240 | 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 (/.f64 y z) x)) |
(/.f64 (/.f64 y z) x) |
(/.f64 y z) |
(/.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 (* (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 (/ 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 (+ (* (* (* 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 (/.f64 y x) z)) |
(/.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)) (neg.f64 (/.f64 y z))) (*.f64 #s(literal 2 binary64) (neg.f64 x))) |
(/.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 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 #s(literal 2 binary64) (*.f64 (neg.f64 z) x))) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (/.f64 y x)) (neg.f64 z)) |
(/.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 (/.f64 y x) z)) |
(/.f64 (neg.f64 (neg.f64 (/.f64 y z))) (neg.f64 (neg.f64 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 (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)) (/.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 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y 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 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y 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 (pow.f64 y #s(literal 3 binary64)) (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) (pow.f64 x #s(literal 4 binary64))) (*.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) (pow.f64 x #s(literal 4 binary64))) (*.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) (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 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 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 y y (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.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) (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y) (fma.f64 y y (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)) y)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.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 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.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 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.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 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y) (fma.f64 y y (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)) y)))) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y) (fma.f64 y y (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) y)) y))))) |
(+.f64 (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 y (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)))))) (/.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (fma.f64 y y (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.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 (/.f64 y x) z)) |
(/.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) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) (*.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 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) #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) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)))) (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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) (-.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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) #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) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) (-.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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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))))) |
(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 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 #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 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) (-.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) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) (-.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) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (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) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/24 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)) #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/4 binary64) (*.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/13824 binary64) #s(literal 1/8 binary64))) (neg.f64 (fma.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/13824 binary64)))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (fma.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)) #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/4 binary64) (*.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/13824 binary64) #s(literal 1/8 binary64)) (fma.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)) (-.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/8 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/13824 binary64))) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 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 (*.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64))) (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 #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) (pow.f64 x #s(literal 4 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 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 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/13824 binary64)) (fma.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)) (-.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) (pow.f64 x #s(literal 4 binary64)) (-.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/8 binary64) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/13824 binary64)) (+.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 1/576 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 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 (pow.f64 y #s(literal 3 binary64)) (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 (+.f64 (pow.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)) #s(literal 2 binary64)) (*.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 (pow.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)) #s(literal 2 binary64)) (*.f64 y 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 (-.f64 (*.f64 y y) (pow.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)) #s(literal 2 binary64)))) (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 (fma.f64 (pow.f64 (*.f64 (fma.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)) (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.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)) #s(literal 2 binary64)) (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 (neg.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.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)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 y y (-.f64 (pow.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)) #s(literal 2 binary64)) (*.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 (pow.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)) #s(literal 2 binary64)) (*.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 (-.f64 (*.f64 y y) (pow.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)) #s(literal 2 binary64))) (-.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 (pow.f64 (*.f64 (fma.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)) (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 3 binary64))) (+.f64 (pow.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)) #s(literal 2 binary64)) (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 (pow.f64 y #s(literal 3 binary64)) (pow.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)) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (pow.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)) #s(literal 2 binary64)) (*.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)))))) |
(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 (pow.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)) #s(literal 2 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)) 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 (/.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 (pow.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)) #s(literal 2 binary64)) (-.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 (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 (pow.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)) #s(literal 3 binary64)) (+.f64 (pow.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)) #s(literal 2 binary64)) (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 (pow.f64 y #s(literal 3 binary64)) (+.f64 (pow.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)) #s(literal 2 binary64)) (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 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y (-.f64 (pow.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)) #s(literal 2 binary64)) (*.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 (pow.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)) #s(literal 3 binary64)) (fma.f64 y y (-.f64 (pow.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)) #s(literal 2 binary64)) (*.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 (fma.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 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 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)) y) x) x) (*.f64 #s(literal -1/2 binary64) y))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64))) (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) (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (*.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) (pow.f64 y #s(literal 3 binary64)) (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 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 y 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 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)))) (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 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) (*.f64 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64))))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (-.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 (fma.f64 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64)) (*.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (*.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 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (*.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 #s(literal 1/4 binary64) (*.f64 y y)) (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64))) (-.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 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) (*.f64 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (-.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 (fma.f64 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64)) (*.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (*.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 (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 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 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))) (/.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 #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 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (-.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 (*.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 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (-.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) (pow.f64 y #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (-.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 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (*.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 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) x) x) #s(literal 2 binary64)) (*.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 (*.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)))) (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 binary64))) (-.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) y))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 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 (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) #s(literal 2 binary64))) (-.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -1/24 binary64) y) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64))) (*.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)) (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 3 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 (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 y (*.f64 (*.f64 x x) #s(literal 1/720 binary64))) (*.f64 #s(literal 1/24 binary64) y))))) |
(/.f64 (fma.f64 (pow.f64 y #s(literal 3 binary64)) #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 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/13824 binary64) (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/576 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/24 binary64) y) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 binary64)))) (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 (pow.f64 (*.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/373248000 binary64) (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y) (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 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 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 binary64))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/373248000 binary64) (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y) (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 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 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) #s(literal 2 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y (*.f64 #s(literal -1/24 binary64) y))) (/.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 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 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y) (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/720 binary64)) (*.f64 #s(literal 1/24 binary64) y))))) (/.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y) (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) y) #s(literal 2 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) (pow.f64 x #s(literal 4 binary64)) (*.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) (pow.f64 x #s(literal 4 binary64)) #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) (pow.f64 x #s(literal 4 binary64))))) (neg.f64 (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/373248000 binary64) #s(literal 1/13824 binary64))) (neg.f64 (fma.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64)) (-.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 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/373248000 binary64)))) (neg.f64 (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(/.f64 (fma.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64)) #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) (pow.f64 x #s(literal 4 binary64)))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/373248000 binary64) #s(literal 1/13824 binary64)) (fma.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 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/13824 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/373248000 binary64))) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64)) (*.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) (pow.f64 x #s(literal 4 binary64))) (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) (pow.f64 x #s(literal 4 binary64))) (-.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 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/373248000 binary64)) (fma.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 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 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 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/13824 binary64) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/373248000 binary64)) (+.f64 #s(literal 1/576 binary64) (fma.f64 #s(literal 1/518400 binary64) (pow.f64 x #s(literal 4 binary64)) (*.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 (/.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 (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 (/.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 (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 (/.f64 y x) z)) |
#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 #s(literal 1/2 binary64) y) x) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) z))) |
#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 #s(literal 1/2 binary64) y) x) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) z))) |
#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 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) 1/2) (* x x)) 1) (*.f64 (-.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) (pow.f64 x #s(literal -4 binary64))) #s(literal -1/24 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#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 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) #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 (pow.f64 x #s(literal 4 binary64))) #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 #s(literal 1/24 binary64) x) (/.f64 y x) (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 6 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) (*.f64 (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) y)) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (pow.f64 x #s(literal 6 binary64)) (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 (pow.f64 x #s(literal 6 binary64)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #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 (pow.f64 x #s(literal 6 binary64)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 #s(literal 1/24 binary64) x) (/.f64 y x) (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64)))))))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) 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)) (pow.f64 x #s(literal 4 binary64)))) |
#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 (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 4 binary64)))) |
#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 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) #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 (pow.f64 x #s(literal 4 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 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 4 binary64))) (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 (/ y z) (/.f64 y z)) |
#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 16 443 to 2 650 computations (83.9% saved)
26 alts after pruning (24 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 463 | 18 | 481 |
| Fresh | 4 | 6 | 10 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 470 | 26 | 496 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 96.9% | (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
| ▶ | 88.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) |
| 89.4% | (/.f64 (/.f64 #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)) x) z) | |
| 47.6% | (/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) | |
| ▶ | 94.7% | (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #s(literal 2 binary64)) |
| 81.8% | (/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) | |
| 79.2% | (/.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.9% | (/.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.9% | (/.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) | |
| ▶ | 69.1% | (/.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.4% | (/.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) | |
| 89.0% | (/.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) | |
| ▶ | 67.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
| 49.1% | (/.f64 #s(approx (* (cosh x) (/ y 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))) z) | |
| 86.7% | (/.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) | |
| 41.4% | (/.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) | |
| 91.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 (fma.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) | |
| 51.5% | (/.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) | |
| 25.8% | (/.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.8% | (*.f64 (/.f64 (cosh.f64 x) z) (/.f64 y x)) | |
| 88.9% | (*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) | |
| 71.4% | (*.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 (/.f64 y x) z)) | |
| 85.4% | #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)) | |
| 80.9% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) | |
| ✓ | 48.8% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
| ▶ | 46.1% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
Compiled 1 160 to 763 computations (34.2% saved)
| Inputs |
|---|
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) |
(/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) |
(/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) |
(*.f64 #s(literal 2 binary64) (cosh.f64 x)) |
#s(literal 2 binary64) |
(cosh.f64 x) |
x |
z |
y |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 y (*.f64 z x)) |
(*.f64 z x) |
(/.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/2 binary64) |
#s(literal 1 binary64) |
(/.f64 y x) |
(/.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 (*.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) |
(*.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) |
#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))) |
(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) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) |
#s(literal 1/24 binary64) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #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))) (*.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 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
(/.f64 (fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x) |
(fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) |
(fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) |
#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))) |
(*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 x x)) |
(fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) |
(/.f64 y (*.f64 x x)) |
(*.f64 #s(literal 1/720 binary64) y) |
#s(literal 1/720 binary64) |
(*.f64 #s(literal 1/2 binary64) y) |
| Outputs |
|---|
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #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 (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (* 2 (/ y (* x z))))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (/ (+ (* 2 (/ y z)) (/ (* (pow x 2) y) z)) x))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (/ (+ (* 2 (/ y z)) (* (pow x 2) (+ (* 1/12 (/ (* (pow x 2) y) z)) (/ y z)))) x))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (/ (+ (* 2 (/ y z)) (* (pow x 2) (+ (* (pow x 2) (+ (* 1/360 (/ (* (pow x 2) y) z)) (* 1/12 (/ y z)))) (/ y z)))) x))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ 2 (* x z)))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ (+ (* 2 (/ 1 z)) (/ (pow x 2) z)) x))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/12 (/ (pow x 2) z)) (/ 1 z))) (* 2 (/ 1 z))) x))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/360 (/ (pow x 2) z)) (* 1/12 (/ 1 z)))) (/ 1 z))) (* 2 (/ 1 z))) x))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ 2 x))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ (+ 2 (pow x 2)) x))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ (+ 2 (* (pow x 2) (+ 1 (* 1/12 (pow x 2))))) x))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ (+ 2 (* (pow x 2) (+ 1 (* (pow x 2) (+ 1/12 (* 1/360 (pow x 2))))))) x))) |
#s(approx (* 2 (cosh x)) #s(hole binary64 2)) |
#s(approx (* 2 (cosh x)) #s(hole binary64 (+ 2 (pow x 2)))) |
#s(approx (* 2 (cosh x)) #s(hole binary64 (+ 2 (* (pow x 2) (+ 1 (* 1/12 (pow x 2))))))) |
#s(approx (* 2 (cosh x)) #s(hole binary64 (+ 2 (* (pow x 2) (+ 1 (* (pow x 2) (+ 1/12 (* 1/360 (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 #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) 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 (/ (/ (* (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 (+ (* (+ (* (* 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) #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 (+ (* 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 (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (* 1/24 y))) |
#s(approx (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (* 1/24 (/ y (pow x 2))))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (/ (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)) (pow x 2)))) |
#s(approx (/ y (* x x)) #s(hole binary64 (/ y (pow x 2)))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z)))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ (+ (exp x) (/ 1 (exp x))) (* x z)))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ (+ (exp x) (/ 1 (exp x))) x))) |
#s(approx (* 2 (cosh x)) #s(hole binary64 (+ (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) 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 (/ (/ (* (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 (+ (* (+ (* (* 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) #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/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 (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (* 1/720 (* (pow x 2) y)))) |
#s(approx (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (* (pow x 2) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (* 1/720 y))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (+ (* 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 (* -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 (/ (+ (* (+ (* (* 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 (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (* (pow x 2) (* y (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (* y (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (* 1/720 y) #s(hole binary64 (* 1/720 y))) |
#s(approx (* 1/2 y) #s(hole binary64 (* 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 (/ (* 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 | |
|---|---|---|---|---|
| 16.0ms | y | @ | -inf | ((/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (* (/ (/ (* 2 (cosh x)) x) z) y) (/ (/ (* 2 (cosh x)) x) z) (/ (* 2 (cosh x)) x) (* 2 (cosh x)) 2 (cosh x) x z y (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2 1 (/ y x) (/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) 1/24 (/ (* (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)) (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (/ y (* x x)) (* 1/720 y) 1/720 (* 1/2 y)) |
| 14.0ms | x | @ | -inf | ((/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (* (/ (/ (* 2 (cosh x)) x) z) y) (/ (/ (* 2 (cosh x)) x) z) (/ (* 2 (cosh x)) x) (* 2 (cosh x)) 2 (cosh x) x z y (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2 1 (/ y x) (/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) 1/24 (/ (* (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)) (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (/ y (* x x)) (* 1/720 y) 1/720 (* 1/2 y)) |
| 6.0ms | x | @ | inf | ((/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (* (/ (/ (* 2 (cosh x)) x) z) y) (/ (/ (* 2 (cosh x)) x) z) (/ (* 2 (cosh x)) x) (* 2 (cosh x)) 2 (cosh x) x z y (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2 1 (/ y x) (/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) 1/24 (/ (* (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)) (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (/ y (* x x)) (* 1/720 y) 1/720 (* 1/2 y)) |
| 5.0ms | y | @ | inf | ((/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (* (/ (/ (* 2 (cosh x)) x) z) y) (/ (/ (* 2 (cosh x)) x) z) (/ (* 2 (cosh x)) x) (* 2 (cosh x)) 2 (cosh x) x z y (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2 1 (/ y x) (/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) 1/24 (/ (* (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)) (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (/ y (* x x)) (* 1/720 y) 1/720 (* 1/2 y)) |
| 5.0ms | y | @ | 0 | ((/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (* (/ (/ (* 2 (cosh x)) x) z) y) (/ (/ (* 2 (cosh x)) x) z) (/ (* 2 (cosh x)) x) (* 2 (cosh x)) 2 (cosh x) x z y (/ (* (cosh x) (/ y x)) z) (/ y (* z x)) (* z x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2 1 (/ y x) (/ (/ (* (cosh x) y) x) z) (/ (* (cosh x) y) x) (* (cosh x) y) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) 1/24 (/ (* (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)) (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (/ y (* x x)) (* 1/720 y) 1/720 (* 1/2 y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 396 | 3600 |
| 0 | 441 | 3421 |
| 1 | 1967 | 3385 |
| 0 | 8647 | 3179 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) |
(/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) |
(/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) |
(*.f64 #s(literal 2 binary64) (cosh.f64 x)) |
#s(literal 2 binary64) |
(cosh.f64 x) |
x |
z |
y |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
(/.f64 y (*.f64 z x)) |
(*.f64 z x) |
(/.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/2 binary64) |
#s(literal 1 binary64) |
(/.f64 y x) |
(/.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 (*.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) |
(*.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) |
#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))) |
(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) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) |
#s(literal 1/24 binary64) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #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))) (*.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 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
(/.f64 (fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x) |
(fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) |
(fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) |
#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))) |
(*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 x x)) |
(fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) |
(/.f64 y (*.f64 x x)) |
(*.f64 #s(literal 1/720 binary64) y) |
#s(literal 1/720 binary64) |
(*.f64 #s(literal 1/2 binary64) y) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #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 (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (* 2 (/ y (* x z))))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (/ (+ (* 2 (/ y z)) (/ (* (pow x 2) y) z)) x))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (/ (+ (* 2 (/ y z)) (* (pow x 2) (+ (* 1/12 (/ (* (pow x 2) y) z)) (/ y z)))) x))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (/ (+ (* 2 (/ y z)) (* (pow x 2) (+ (* (pow x 2) (+ (* 1/360 (/ (* (pow x 2) y) z)) (* 1/12 (/ y z)))) (/ y z)))) x))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ 2 (* x z)))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ (+ (* 2 (/ 1 z)) (/ (pow x 2) z)) x))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/12 (/ (pow x 2) z)) (/ 1 z))) (* 2 (/ 1 z))) x))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/360 (/ (pow x 2) z)) (* 1/12 (/ 1 z)))) (/ 1 z))) (* 2 (/ 1 z))) x))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ 2 x))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ (+ 2 (pow x 2)) x))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ (+ 2 (* (pow x 2) (+ 1 (* 1/12 (pow x 2))))) x))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ (+ 2 (* (pow x 2) (+ 1 (* (pow x 2) (+ 1/12 (* 1/360 (pow x 2))))))) x))) |
#s(approx (* 2 (cosh x)) #s(hole binary64 2)) |
#s(approx (* 2 (cosh x)) #s(hole binary64 (+ 2 (pow x 2)))) |
#s(approx (* 2 (cosh x)) #s(hole binary64 (+ 2 (* (pow x 2) (+ 1 (* 1/12 (pow x 2))))))) |
#s(approx (* 2 (cosh x)) #s(hole binary64 (+ 2 (* (pow x 2) (+ 1 (* (pow x 2) (+ 1/12 (* 1/360 (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 #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) 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 (/ (/ (* (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 (+ (* (+ (* (* 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) #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 (+ (* 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 (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (* 1/24 y))) |
#s(approx (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (* 1/24 (/ y (pow x 2))))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (/ (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)) (pow x 2)))) |
#s(approx (/ y (* x x)) #s(hole binary64 (/ y (pow x 2)))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) #s(hole binary64 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z)))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) #s(hole binary64 (/ (+ (exp x) (/ 1 (exp x))) (* x z)))) |
#s(approx (/ (* 2 (cosh x)) x) #s(hole binary64 (/ (+ (exp x) (/ 1 (exp x))) x))) |
#s(approx (* 2 (cosh x)) #s(hole binary64 (+ (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) 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 (/ (/ (* (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 (+ (* (+ (* (* 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) #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/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 (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (* 1/720 (* (pow x 2) y)))) |
#s(approx (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (* (pow x 2) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (* 1/720 y))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (+ (* 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 (* -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 (/ (+ (* (+ (* (* 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 (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) #s(hole binary64 (* (pow x 2) (* y (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) #s(hole binary64 (* y (+ 1/720 (* 1/24 (/ 1 (pow x 2))))))) |
#s(approx (* 1/720 y) #s(hole binary64 (* 1/720 y))) |
#s(approx (* 1/2 y) #s(hole binary64 (* 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 (/ (* 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 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) #s(literal 2 binary64)) (/.f64 y #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 y x) #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) z) #s(literal 1 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) (/.f64 y #s(literal 2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (neg.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x)) y) (*.f64 (neg.f64 z) #s(literal 2 binary64))) |
(/.f64 (*.f64 (neg.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64))) y) (*.f64 (neg.f64 (*.f64 z x)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) y) (*.f64 z #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (*.f64 (*.f64 z x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) z) (/.f64 y x)) |
(*.f64 (/.f64 y z) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x)) |
(*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) (/.f64 y z)) |
(*.f64 (/.f64 y x) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) z)) |
(*.f64 y (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) y)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 y (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x))) (neg.f64 z)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y))) (neg.f64 (neg.f64 (*.f64 z x)))) |
(/.f64 (*.f64 (neg.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) y) z) |
(/.f64 (neg.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y)) (neg.f64 (*.f64 z x))) |
(/.f64 (*.f64 y (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x)) z) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (*.f64 z x)) |
(+.f64 (/.f64 (*.f64 (exp.f64 x) y) (*.f64 z x)) (/.f64 (*.f64 (exp.f64 (neg.f64 x)) y) (*.f64 z x))) |
(+.f64 (/.f64 (*.f64 y (exp.f64 x)) (*.f64 z x)) (/.f64 (*.f64 y (exp.f64 (neg.f64 x))) (*.f64 z x))) |
(*.f64 (/.f64 (cosh.f64 x) z) (/.f64 #s(literal 2 binary64) x)) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 #s(literal 2 binary64) z)) |
(*.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (/.f64 #s(literal 2 binary64) z) (/.f64 (cosh.f64 x) x)) |
(/.f64 (+.f64 (pow.f64 (/.f64 (exp.f64 x) (*.f64 z x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 z x)) #s(literal 3 binary64))) (fma.f64 (/.f64 (exp.f64 x) (*.f64 z x)) (/.f64 (exp.f64 x) (*.f64 z x)) (-.f64 (*.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 z x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 z x))) (*.f64 (/.f64 (exp.f64 x) (*.f64 z x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 z x)))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) (neg.f64 (neg.f64 (*.f64 z x)))) |
(/.f64 (fma.f64 (exp.f64 x) (*.f64 z x) (*.f64 (*.f64 z x) (exp.f64 (neg.f64 x)))) (*.f64 (*.f64 z x) (*.f64 z x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (neg.f64 (*.f64 z x))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 z x)) |
(+.f64 (/.f64 (/.f64 (exp.f64 x) x) z) (/.f64 (/.f64 (exp.f64 (neg.f64 x)) x) z)) |
(+.f64 (/.f64 (cosh.f64 x) (*.f64 z x)) (/.f64 (cosh.f64 x) (*.f64 z x))) |
(+.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 z x)) (/.f64 (exp.f64 x) (*.f64 z x))) |
(+.f64 (/.f64 (exp.f64 x) (*.f64 z x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 z x))) |
(*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x)) |
(/.f64 (+.f64 (pow.f64 (/.f64 (exp.f64 x) x) #s(literal 3 binary64)) (pow.f64 (/.f64 (exp.f64 (neg.f64 x)) x) #s(literal 3 binary64))) (fma.f64 (/.f64 (exp.f64 x) x) (/.f64 (exp.f64 x) x) (-.f64 (*.f64 (/.f64 (exp.f64 (neg.f64 x)) x) (/.f64 (exp.f64 (neg.f64 x)) x)) (*.f64 (/.f64 (exp.f64 x) x) (/.f64 (exp.f64 (neg.f64 x)) x))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) (neg.f64 (neg.f64 x))) |
(/.f64 (*.f64 #s(literal 4 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) x)) |
(/.f64 (fma.f64 (exp.f64 x) x (*.f64 x (exp.f64 (neg.f64 x)))) (*.f64 x x)) |
(/.f64 (neg.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (neg.f64 x)) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) |
(+.f64 (/.f64 (cosh.f64 x) x) (/.f64 (cosh.f64 x) x)) |
(+.f64 (/.f64 (exp.f64 (neg.f64 x)) x) (/.f64 (exp.f64 x) x)) |
(+.f64 (/.f64 (exp.f64 x) x) (/.f64 (exp.f64 (neg.f64 x)) x)) |
(*.f64 (cosh.f64 x) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (*.f64 (cosh.f64 (/.f64 (+.f64 (neg.f64 x) (neg.f64 x)) #s(literal 2 binary64))) (cosh.f64 (/.f64 (-.f64 (neg.f64 x) (neg.f64 x)) #s(literal 2 binary64))))) |
(*.f64 #s(literal 2 binary64) (*.f64 (cosh.f64 (/.f64 (+.f64 (neg.f64 x) x) #s(literal 2 binary64))) (cosh.f64 (/.f64 (-.f64 (neg.f64 x) x) #s(literal 2 binary64))))) |
(*.f64 #s(literal 2 binary64) (*.f64 (cosh.f64 (/.f64 (+.f64 x (neg.f64 x)) #s(literal 2 binary64))) (cosh.f64 (/.f64 (-.f64 x (neg.f64 x)) #s(literal 2 binary64))))) |
(*.f64 #s(literal 2 binary64) (*.f64 (cosh.f64 (/.f64 (+.f64 x x) #s(literal 2 binary64))) (cosh.f64 (/.f64 (-.f64 x x) #s(literal 2 binary64))))) |
(*.f64 #s(literal 2 binary64) (cosh.f64 x)) |
(/.f64 (+.f64 (pow.f64 (exp.f64 x) #s(literal -3 binary64)) (pow.f64 (exp.f64 x) #s(literal 3 binary64))) (+.f64 (pow.f64 (exp.f64 x) #s(literal -2 binary64)) (-.f64 (pow.f64 (exp.f64 x) #s(literal 2 binary64)) (*.f64 (exp.f64 (neg.f64 x)) (exp.f64 x))))) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 x) #s(literal 3 binary64)) (pow.f64 (cosh.f64 x) #s(literal 3 binary64))) (fma.f64 (cosh.f64 x) (cosh.f64 x) (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (cosh.f64 x) (cosh.f64 x))))) |
(/.f64 (fma.f64 (cosh.f64 x) #s(literal 2 binary64) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (exp.f64 x) #s(literal 2 binary64)) (pow.f64 (exp.f64 x) #s(literal -2 binary64)))) (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (exp.f64 x) #s(literal 3 binary64)) (pow.f64 (exp.f64 x) #s(literal -3 binary64)))) (neg.f64 (fma.f64 (exp.f64 x) (exp.f64 x) (-.f64 (pow.f64 (exp.f64 x) #s(literal -2 binary64)) (exp.f64 (+.f64 x (neg.f64 x))))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 4 binary64)) #s(literal 4 binary64)) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 4 binary64)) |
(/.f64 (fma.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (pow.f64 (exp.f64 x) #s(literal 2 binary64)) (pow.f64 (exp.f64 x) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (+.f64 (pow.f64 (exp.f64 x) #s(literal 3 binary64)) (pow.f64 (exp.f64 x) #s(literal -3 binary64))) (fma.f64 (exp.f64 x) (exp.f64 x) (-.f64 (pow.f64 (exp.f64 x) #s(literal -2 binary64)) (exp.f64 (+.f64 x (neg.f64 x)))))) |
(fma.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64) (cosh.f64 x)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) #s(literal 1 binary64)) (cosh.f64 x)) |
(-.f64 (/.f64 (pow.f64 (exp.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (/.f64 (pow.f64 (exp.f64 x) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(+.f64 (/.f64 (pow.f64 (exp.f64 x) #s(literal 3 binary64)) (fma.f64 (exp.f64 x) (exp.f64 x) (-.f64 (pow.f64 (exp.f64 x) #s(literal -2 binary64)) (exp.f64 (+.f64 x (neg.f64 x)))))) (/.f64 (pow.f64 (exp.f64 x) #s(literal -3 binary64)) (fma.f64 (exp.f64 x) (exp.f64 x) (-.f64 (pow.f64 (exp.f64 x) #s(literal -2 binary64)) (exp.f64 (+.f64 x (neg.f64 x))))))) |
(+.f64 (exp.f64 (neg.f64 x)) (exp.f64 (neg.f64 (neg.f64 x)))) |
(+.f64 (exp.f64 (neg.f64 x)) (exp.f64 x)) |
(+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) |
(+.f64 (cosh.f64 x) (cosh.f64 x)) |
#s(literal 2 binary64) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #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))) |
(+.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
x |
z |
y |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y x) z)) |
(/.f64 (neg.f64 (/.f64 y x)) (neg.f64 z)) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 (*.f64 z x)))) |
(/.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 z x) |
(*.f64 x z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(/.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 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x x) (+.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.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) (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.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) (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) #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/8 binary64) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.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 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 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) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))))) (/.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.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 (*.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/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 (/.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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 y 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))) x)) |
(*.f64 (/.f64 y 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))) z)) |
(/.f64 (neg.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))) (/.f64 y x)))) (neg.f64 (neg.f64 z))) |
(/.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 (*.f64 z x))) |
(/.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))) (/.f64 y x))) (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 (*.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) (*.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 x)) |
(/.f64 (neg.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 (neg.f64 x))) |
(/.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) |
(*.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) |
(*.f64 y #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 (*.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 (neg.f64 (*.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 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (-.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) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)))) (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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) (-.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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) #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) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) (-.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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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))))) |
(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 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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) (-.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) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x))) (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) (-.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) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) (-.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) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (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 (*.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 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)))) (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/13824 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/13824 binary64) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) #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) (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/13824 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.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/8 binary64) (*.f64 #s(literal 1/13824 binary64) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 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 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64))) (/.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/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.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 (*.f64 #s(literal 1/13824 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.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) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.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/8 binary64) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 #s(literal 1/13824 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 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) |
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #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 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) y) x))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) y) x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) y) x)) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) x) #s(literal 3 binary64)) (pow.f64 (/.f64 y x) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) x) (/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) x) (-.f64 (*.f64 (/.f64 y x) (/.f64 y x)) (*.f64 (/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) x) (/.f64 y x))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) y))) (neg.f64 (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) (neg.f64 x) (*.f64 x (neg.f64 y))) (*.f64 x (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) x (*.f64 x y)) (*.f64 x x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) y)) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) y) x) |
(+.f64 (/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) x) (/.f64 y x)) |
(+.f64 (/.f64 y x) (/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) x)) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (fma.f64 y y (-.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) #s(literal 2 binary64)) (*.f64 y (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) #s(literal 2 binary64)) (*.f64 y y))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) y))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) #s(literal 2 binary64)) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) y))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) #s(literal 2 binary64)) (*.f64 y y)) (-.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) y)) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) #s(literal 2 binary64)) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) y)))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) x) x y) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) y) |
(fma.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) y))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) #s(literal 2 binary64)) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) y)))) (/.f64 (pow.f64 y #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) #s(literal 2 binary64)) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) y))))) |
(+.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y))) y) |
(+.f64 y (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (pow.f64 (*.f64 #s(literal -1/2 binary64) y) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) #s(literal 2 binary64)) (fma.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 #s(literal -1/2 binary64) y) (*.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal -1/2 binary64) y))))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64)) (*.f64 (pow.f64 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal 1/2 binary64) y)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) (*.f64 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64))))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal 1/2 binary64) y)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal 1/2 binary64) y))) |
(/.f64 (fma.f64 (pow.f64 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) (*.f64 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal 1/2 binary64) y))))) |
(fma.f64 (*.f64 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) x) x (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) |
(fma.f64 #s(literal 1/2 binary64) y (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)))) |
(fma.f64 y #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal 1/2 binary64) y))) (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal 1/2 binary64) y)))) |
(-.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal -1/2 binary64) y)) |
(+.f64 (/.f64 (*.f64 (pow.f64 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal 1/2 binary64) y))))) (/.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal 1/2 binary64) y)))))) |
(+.f64 (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x))) (*.f64 #s(literal 1/2 binary64) y)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) |
(*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x) |
(*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 x x)) |
(*.f64 (*.f64 x x) (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 x x)) (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 x x))) (*.f64 (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 x x)) (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 x x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/720 binary64) y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/720 binary64) y)) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))) (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))))))) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 x x) (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 1/720 binary64) y) (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 x x)) (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 #s(literal 1/720 binary64) y)) (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 3 binary64)) (*.f64 #s(literal -1/373248000 binary64) (pow.f64 y #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal -1/720 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal -1/720 binary64) y))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/373248000 binary64) (pow.f64 y #s(literal 3 binary64))) (pow.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x)) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/720 binary64) y)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 3 binary64)) #s(literal 1/13824 binary64) (*.f64 #s(literal 1/373248000 binary64) (pow.f64 y #s(literal 3 binary64))))) (neg.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/720 binary64) y)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/373248000 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/720 binary64) y))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64))) (-.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 3 binary64)) #s(literal 1/13824 binary64) (*.f64 #s(literal 1/373248000 binary64) (pow.f64 y #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/720 binary64) y))))) |
(/.f64 (fma.f64 #s(literal 1/373248000 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1/24 binary64) (fabs.f64 x)) (/.f64 y (fabs.f64 x)) (*.f64 #s(literal 1/720 binary64) y)) |
(fma.f64 (/.f64 y (fabs.f64 x)) (/.f64 #s(literal 1/24 binary64) (fabs.f64 x)) (*.f64 #s(literal 1/720 binary64) y)) |
(fma.f64 (/.f64 #s(literal 1/24 binary64) (neg.f64 x)) (/.f64 y (neg.f64 x)) (*.f64 #s(literal 1/720 binary64) y)) |
(fma.f64 (/.f64 y (neg.f64 x)) (/.f64 #s(literal 1/24 binary64) (neg.f64 x)) (*.f64 #s(literal 1/720 binary64) y)) |
(fma.f64 (/.f64 #s(literal 1/24 binary64) x) (/.f64 y x) (*.f64 #s(literal 1/720 binary64) y)) |
(fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) |
(fma.f64 #s(literal 1/720 binary64) y (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))) |
(fma.f64 #s(literal 1/24 binary64) (/.f64 (/.f64 y x) x) (*.f64 #s(literal 1/720 binary64) y)) |
(fma.f64 (/.f64 y x) (/.f64 #s(literal 1/24 binary64) x) (*.f64 #s(literal 1/720 binary64) y)) |
(fma.f64 y #s(literal 1/720 binary64) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/720 binary64) y))) (/.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/720 binary64) y)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))) (/.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))))) |
(-.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal -1/720 binary64) y)) |
(-.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/720 binary64) y))))) (/.f64 (*.f64 #s(literal 1/373248000 binary64) (pow.f64 y #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/720 binary64) y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/373248000 binary64) (pow.f64 y #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))))) (/.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal 1/720 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))))))) |
(+.f64 (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/720 binary64) y)) |
(+.f64 (*.f64 #s(literal 1/720 binary64) y) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))) |
(/.f64 (neg.f64 (/.f64 y x)) (neg.f64 x)) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 (*.f64 x x)))) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 x x))) |
(/.f64 (/.f64 y x) x) |
(/.f64 y (*.f64 x x)) |
(*.f64 #s(literal 1/720 binary64) y) |
(*.f64 y #s(literal 1/720 binary64)) |
#s(literal 1/720 binary64) |
(*.f64 #s(literal 1/2 binary64) y) |
(*.f64 y #s(literal 1/2 binary64)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 y x) z)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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 (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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 (* (/ (/ (* 2 (cosh x)) x) z) y) (*.f64 (/.f64 (/.f64 y x) z) #s(literal 2 binary64))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (/.f64 (fma.f64 #s(literal 2 binary64) y (*.f64 (*.f64 x x) y)) z) x)) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) (*.f64 (*.f64 x x) y) y) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 2 binary64))) x)) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) y (*.f64 #s(literal 1/360 binary64) (*.f64 (*.f64 x x) y))) z) (*.f64 x x) (/.f64 y z)) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 2 binary64))) x)) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) (/.f64 #s(literal 2 binary64) (*.f64 z x))) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) (/.f64 (/.f64 (fma.f64 x x #s(literal 2 binary64)) z) x)) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) (/.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) (*.f64 x x) #s(literal 1 binary64)) z) (*.f64 x x) (/.f64 #s(literal 2 binary64) z)) x)) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) z) (*.f64 x x) (pow.f64 z #s(literal -1 binary64))) (*.f64 x x) (/.f64 #s(literal 2 binary64) z)) x)) |
#s(approx (/ (* 2 (cosh x)) x) (/.f64 #s(literal 2 binary64) x)) |
#s(approx (/ (* 2 (cosh x)) x) (/.f64 (fma.f64 x x #s(literal 2 binary64)) x)) |
#s(approx (/ (* 2 (cosh x)) x) (/.f64 (fma.f64 (fma.f64 #s(literal 1/12 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64)) x)) |
#s(approx (/ (* 2 (cosh x)) x) (/.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64)) x)) |
#s(approx (* 2 (cosh x)) #s(literal 2 binary64)) |
#s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) |
#s(approx (* 2 (cosh x)) (fma.f64 (fma.f64 #s(literal 1/12 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64))) |
#s(approx (* 2 (cosh x)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64))) |
#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 (/.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 (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 (/ y (* z x)) (/.f64 (/.f64 y x) z)) |
#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) #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 (*.f64 (fma.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/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 (/ (* (cosh x) (/ y x)) z) (/.f64 (/.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 (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 (*.f64 (fma.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) #s(literal 1/24 binary64)) y (*.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 (+ (* (+ (* (* 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 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (* x x) 1/24) 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 (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* (* x x) 1/24) 1/2) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (* (+ (* (* 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) #s(literal 1/24 binary64)) y (*.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) #s(literal 1/24 binary64)) y (*.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) #s(literal 1/24 binary64)) y (*.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 (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (*.f64 #s(literal 1/24 binary64) y)) |
#s(approx (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y)) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) (/.f64 y x))) |
#s(approx (/ y (* x x)) (/.f64 (/.f64 y x) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (*.f64 (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y) #s(literal 1/2 binary64))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y)) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z)) |
#s(approx (/ (* 2 (cosh x)) x) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x)) |
#s(approx (* 2 (cosh x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
#s(approx (cosh x) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (*.f64 (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y) #s(literal 1/2 binary64))) |
#s(approx (* (cosh x) (/ y x)) (*.f64 (*.f64 y (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x)) #s(literal 1/2 binary64))) |
#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 (/ (* (cosh x) (/ y x)) z) (*.f64 (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y) #s(literal 1/2 binary64))) |
#s(approx (* (cosh x) (/ y x)) (*.f64 (*.f64 y (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x)) #s(literal 1/2 binary64))) |
#s(approx (* (cosh x) y) (*.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) #s(literal 1/2 binary64))) |
#s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))) |
#s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (*.f64 (+.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) (pow.f64 x #s(literal -4 binary64))) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
#s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) #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 (/.f64 y 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 (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 y 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 (/.f64 y x) x) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 6 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) (*.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (+ (* (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (* x x)) y) (*.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 (/.f64 (/.f64 y 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 (pow.f64 x #s(literal 6 binary64)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 y 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 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64)))))) (pow.f64 x #s(literal 6 binary64)))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (pow.f64 x #s(literal 4 binary64)))) |
#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 (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) |
#s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) |
#s(approx (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) y)) |
#s(approx (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 #s(literal 1/720 binary64) y)) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (fma.f64 (/.f64 (/.f64 y 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) x) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y 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 (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y 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 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx y 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)) y) 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 (* (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (* x x)) (*.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) #s(literal 1/720 binary64)) y) (*.f64 x x))) |
#s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) #s(literal 1/720 binary64)) y)) |
#s(approx (* 1/720 y) (*.f64 #s(literal 1/720 binary64) y)) |
#s(approx (* 1/2 y) (*.f64 #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 (neg.f64 (*.f64 (-.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)) (*.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) (neg.f64 (*.f64 (-.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)) (*.f64 x x)) #s(literal 1 binary64)) y))) |
#s(approx (+ (* (* y (+ (* 1/720 (* x x)) 1/24)) (* x x)) (* 1/2 y)) (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 18 591 to 2 907 computations (84.4% saved)
30 alts after pruning (26 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 477 | 15 | 492 |
| Fresh | 8 | 11 | 19 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 2 | 2 |
| Total | 488 | 30 | 518 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 96.9% | (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
| 88.6% | (/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) y) x) z) | |
| 89.4% | (/.f64 (/.f64 #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)) x) z) | |
| 47.6% | (/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) | |
| 51.0% | (/.f64 (*.f64 (/.f64 (fma.f64 (exp.f64 x) (*.f64 z x) (*.f64 (*.f64 z x) (exp.f64 (neg.f64 x)))) (*.f64 (*.f64 z x) (*.f64 z x))) y) #s(literal 2 binary64)) | |
| 89.5% | (/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) | |
| 77.5% | (/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) | |
| 45.4% | (/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) | |
| 81.8% | (/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) | |
| 73.8% | (/.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) (*.f64 z x)) | |
| 76.9% | (/.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.4% | (/.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) | |
| 30.4% | (/.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) | |
| 85.4% | (/.f64 #s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) y (*.f64 #s(literal 1/360 binary64) (*.f64 (*.f64 x x) y))) z) (*.f64 x x) (/.f64 y z)) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 2 binary64))) x)) #s(literal 2 binary64)) | |
| 89.0% | (/.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) | |
| ✓ | 67.7% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
| 62.9% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 #s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) (/.f64 y x))) (*.f64 x x))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) | |
| 73.9% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) x) x y) x)) z) | |
| ▶ | 49.1% | (/.f64 #s(approx (* (cosh x) (/ y 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))) z) |
| 41.4% | (/.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) | |
| ▶ | 91.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 (fma.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) |
| ▶ | 51.5% | (/.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) |
| ▶ | 25.8% | (/.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) |
| ▶ | 77.2% | (*.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))) z) (/.f64 y x)) |
| 81.7% | (*.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))) x) (/.f64 y z)) | |
| 64.5% | (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) | |
| 85.4% | #s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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)) | |
| 80.9% | #s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) | |
| ✓ | 48.8% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
| ✓ | 46.1% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
Compiled 1 517 to 980 computations (35.4% 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 |
(/.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) |
(/.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 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) z) |
#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))) |
(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) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) |
(/.f64 y x) |
(/.f64 #s(approx (* (cosh x) (/ y 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))) z) |
#s(approx (* (cosh x) (/ y 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 (*.f64 (*.f64 (fma.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)) |
(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 (*.f64 (fma.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) |
| 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 (/ (+ (* (* (* 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 (* (+ (* 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) z) (/ y x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ (cosh x) z) (/ y x)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ (cosh x) z) (/ y x)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ (cosh x) z) (/ y x)) #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) z) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (+ (* 1/2 (/ (pow x 2) z)) (/ 1 z)))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) z)) (* 1/2 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) z)) (* 1/24 (/ 1 z)))) (* 1/2 (/ 1 z)))) (/ 1 z)))) |
#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) #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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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) y) (* x x)) x) (* y x)) #s(hole binary64 (* x y))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* x (+ y (* 1/2 (* (pow x 2) y)))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* x (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y))))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* x (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))))))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* 1/2 (* (pow x 2) y)))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y))))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) #s(hole binary64 (* 1/2 y))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) #s(hole binary64 (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 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 (/ (* (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) z) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) z)))) |
#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) #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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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) y) (* x x)) x) (* y x)) #s(hole binary64 (* 1/720 (* (pow x 7) y)))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* (pow x 7) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* (pow x 7) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* (pow x 7) (+ (* 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) y) (* x x)) #s(hole binary64 (* 1/720 (* (pow x 6) y)))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 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)) (* 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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) y) (* x x)) x) (* y x)) #s(hole binary64 (* -1 (* (pow x 7) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* -1 (* (pow x 7) (+ (* -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) y) (* x x)) x) (* y x)) #s(hole binary64 (* -1 (* (pow x 7) (+ (* -1 (/ y (pow x 6))) (+ (* -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 (/ (* 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 (/ (+ (* (* (* 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (/ (* y (+ x (* (pow x 3) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (pow x 2)))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* y (+ x (* (pow x 3) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 2) (* y (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 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)) (* 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* -1 (/ (* y (+ (* -1 x) (* -1 (* (pow x 3) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (pow x 2))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (* (pow x 3) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))))) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 34.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) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) (/ (* (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) z) (/ y x)) (/ (cosh x) z) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y)) |
| 24.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) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) (/ (* (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) z) (/ y x)) (/ (cosh x) z) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y)) |
| 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) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) (/ (* (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) z) (/ y x)) (/ (cosh x) z) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y)) |
| 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) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) (/ (* (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) z) (/ y x)) (/ (cosh x) z) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y)) |
| 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) (* (cosh x) (/ y x)) (/ (+ (* (* (* x x) y) 1/2) y) x) (* (* y x) 1/2) (* y x) (/ (* (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) z) (/ y x)) (/ (cosh x) z) (cosh x) (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (+ (* (* x x) 1/24) 1/2) (/ y x) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 467 | 5233 |
| 0 | 516 | 4929 |
| 1 | 2284 | 4869 |
| 0 | 9143 | 4696 |
| 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 |
(/.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) |
(/.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 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) z) |
#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))) |
(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) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) |
(/.f64 y x) |
(/.f64 #s(approx (* (cosh x) (/ y 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))) z) |
#s(approx (* (cosh x) (/ y 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 (*.f64 (*.f64 (fma.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)) |
(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 (*.f64 (fma.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) |
#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 (/ (+ (* (* (* 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 (* (+ (* 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) z) (/ y x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ (cosh x) z) (/ y x)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ (cosh x) z) (/ y x)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ (cosh x) z) (/ y x)) #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) z) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (+ (* 1/2 (/ (pow x 2) z)) (/ 1 z)))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) z)) (* 1/2 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) z)) (* 1/24 (/ 1 z)))) (* 1/2 (/ 1 z)))) (/ 1 z)))) |
#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) #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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (/ y x))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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) y) (* x x)) x) (* y x)) #s(hole binary64 (* x y))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* x (+ y (* 1/2 (* (pow x 2) y)))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* x (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y))))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* x (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))))))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* 1/2 (* (pow x 2) y)))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y))))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y))))))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) #s(hole binary64 (* 1/2 y))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) #s(hole binary64 (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 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 (/ (* (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) z) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) z)))) |
#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) #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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* 1/720 (* (pow x 5) y)))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* (pow x 5) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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) y) (* x x)) x) (* y x)) #s(hole binary64 (* 1/720 (* (pow x 7) y)))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* (pow x 7) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* (pow x 7) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* (pow x 7) (+ (* 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) y) (* x x)) #s(hole binary64 (* 1/720 (* (pow x 6) y)))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 6) (+ (* 1/720 y) (+ (* 1/24 (/ y (pow x 2))) (* 1/2 (/ y (pow x 4)))))))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) #s(hole binary64 (* 1/720 (* (pow x 4) y)))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) #s(hole binary64 (* (pow x 4) (+ (* 1/720 y) (* 1/24 (/ y (pow x 2))))))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 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)) (* 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* -1 (* (pow x 5) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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) y) (* x x)) x) (* y x)) #s(hole binary64 (* -1 (* (pow x 7) (+ (* -1/24 (/ y (pow x 2))) (* -1/720 y)))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* -1 (* (pow x 7) (+ (* -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) y) (* x x)) x) (* y x)) #s(hole binary64 (* -1 (* (pow x 7) (+ (* -1 (/ y (pow x 6))) (+ (* -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 (/ (* 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 (/ (+ (* (* (* 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (/ (* y (+ x (* (pow x 3) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (pow x 2)))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* y (+ x (* (pow x 3) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) #s(hole binary64 (* (pow x 2) (* y (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 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)) (* 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) #s(hole binary64 (* -1 (/ (* y (+ (* -1 x) (* -1 (* (pow x 3) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (pow x 2))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (* (pow x 3) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))))) |
#s(approx z #s(hole binary64 z)) |
| Outputs |
|---|
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) #s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (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 (pow.f64 x #s(literal -1 binary64)) #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 (pow.f64 x #s(literal -2 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) x) (pow.f64 x #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 x #s(literal -1 binary64)) #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 (pow.f64 x #s(literal -2 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) 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 (pow.f64 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) 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) (neg.f64 x)) (*.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 (+.f64 (neg.f64 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 (pow.f64 x #s(literal -1 binary64)) (/.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) (pow.f64 x #s(literal -1 binary64))) |
(+.f64 (pow.f64 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) 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 (pow.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 2 binary64)) #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) (pow.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 2 binary64)))) (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 (pow.f64 (fma.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)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.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 2 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 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (fma.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)) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (pow.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 2 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 (pow.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 2 binary64)) #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) (pow.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 2 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 (fma.f64 (pow.f64 (fma.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)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) (+.f64 (pow.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 2 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 (pow.f64 (fma.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)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.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 2 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))))) |
(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 (pow.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 2 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) (-.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 (pow.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 2 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 #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 (pow.f64 (fma.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)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.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 2 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 #s(literal 1 binary64) (+.f64 (pow.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 2 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 (pow.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 2 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 (pow.f64 (fma.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)) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.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 2 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 (fma.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 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.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 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (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 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x))) (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x)))) |
(-.f64 #s(literal 1/2 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.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) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.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 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x))))) (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (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) (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 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) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1/576 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 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) (pow.f64 x #s(literal 6 binary64)) #s(literal 1/13824 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 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) (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 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) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1/576 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1/373248000 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 1/13824 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 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 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 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 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 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64)))))) (/.f64 (*.f64 #s(literal 1/373248000 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1/576 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) #s(literal 1/720 binary64))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/373248000 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 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) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 2 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 (*.f64 x x) #s(literal 1/720 binary64))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/720 binary64)) #s(literal 1/24 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 |
(/.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) |
(/.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 (/.f64 y 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 (/.f64 y 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 (/.f64 y 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 (/.f64 y x) x)) x))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 (/.f64 y x) x)) x)) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) y (/.f64 (/.f64 y x) x)) x) |
(*.f64 x (fma.f64 #s(literal 1/2 binary64) y (/.f64 (/.f64 y x) x))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (/.f64 y 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 (/.f64 y x) x) x) (*.f64 (/.f64 (/.f64 y x) x) x)) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (*.f64 (/.f64 (/.f64 y 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 (/.f64 y 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 (/.f64 y x) x)) (*.f64 x (/.f64 (/.f64 y x) x))) (*.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x (/.f64 (/.f64 y x) x)))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) y) x (*.f64 (/.f64 (/.f64 y x) x) x)) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) y) (*.f64 x (/.f64 (/.f64 y x) x))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (*.f64 (/.f64 (/.f64 y x) x) x)) |
(+.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x (/.f64 (/.f64 y x) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 3 binary64)) (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64))) (+.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 y x) x) (*.f64 #s(literal 1/2 binary64) y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 y x) x)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 y x) x)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 2 binary64))) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 y x) x))) |
(/.f64 (fma.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 y x) x))))) |
(fma.f64 #s(literal 1/2 binary64) y (/.f64 (/.f64 y x) x)) |
(fma.f64 y #s(literal 1/2 binary64) (/.f64 (/.f64 y x) x)) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 y x) x))) (/.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 y x) x)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 y x) x))))) (/.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (/.f64 y x) x) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 y x) x)))))) |
(+.f64 (/.f64 (/.f64 y x) x) (*.f64 #s(literal 1/2 binary64) y)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 y 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 (/.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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 y x) (/.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))) z)) |
(/.f64 (neg.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))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.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))) z) y)) (neg.f64 x)) |
(/.f64 (neg.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))) y)) (neg.f64 (*.f64 z x))) |
(/.f64 (*.f64 (neg.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)))) (neg.f64 y)) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (neg.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)))) y) (*.f64 (neg.f64 z) x)) |
(/.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))) (neg.f64 y)) (*.f64 z (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) (neg.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 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 y) #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 (neg.f64 x) z)) |
(/.f64 (*.f64 y (neg.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 x (neg.f64 z))) |
(/.f64 (*.f64 y #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 z x)) |
(/.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 (/.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))) z) y) x) |
(/.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))) y) (*.f64 z x)) |
(/.f64 (neg.f64 (neg.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))))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.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)))) (neg.f64 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))) z) |
#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 (-.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) (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)))) (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 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) #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 (pow.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (neg.f64 (fma.f64 (pow.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 binary64)) #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 (pow.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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))))) |
(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)) |
(-.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 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (*.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 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (pow.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) x) x) #s(literal 2 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 (*.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 (-.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 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) #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/4 binary64) (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)))) (neg.f64 (-.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) (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.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) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) #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) (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(/.f64 (fma.f64 #s(literal 1/13824 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) (-.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/8 binary64) (*.f64 #s(literal 1/13824 binary64) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))))) |
(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 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) (-.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 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))) (/.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) (-.f64 #s(literal 1/2 binary64) (*.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) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 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/8 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) (-.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/8 binary64) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))))) (/.f64 (*.f64 #s(literal 1/13824 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.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/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 (*.f64 (fma.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) x)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* (cosh x) (/ y 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) x) x y) x))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y 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) x) x y) x)) z) |
#s(approx (* (cosh x) (/ y 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) x) x y) x)) |
(*.f64 (/.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) x) x y) (fabs.f64 x)) (/.f64 x (fabs.f64 x))) |
(*.f64 (/.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) x) x y) (neg.f64 x)) (/.f64 x (neg.f64 x))) |
(*.f64 (/.f64 x (fabs.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) x) x y) (fabs.f64 x))) |
(*.f64 (/.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)) y) x) x y) (neg.f64 x))) |
(*.f64 (/.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) x) x y) x)) |
(*.f64 (/.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) x) x y) x) (/.f64 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 (+.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) x) (/.f64 (pow.f64 x #s(literal 3 binary64)) x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 x x) (/.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) x) (/.f64 (pow.f64 x #s(literal 3 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)) y) x) (/.f64 (pow.f64 x #s(literal 3 binary64)) x)) (-.f64 (*.f64 (*.f64 (/.f64 x x) (/.f64 y x)) (*.f64 (/.f64 x 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) x) (/.f64 (pow.f64 x #s(literal 3 binary64)) x)) (*.f64 (/.f64 x x) (/.f64 y x)))))) |
(/.f64 (neg.f64 (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) x) x y))) (neg.f64 (neg.f64 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) (pow.f64 x #s(literal 3 binary64)) (*.f64 y x)) x)) (neg.f64 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) (pow.f64 x #s(literal 3 binary64)) (*.f64 y x)))) (neg.f64 (neg.f64 (*.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) x) x) (neg.f64 x) (*.f64 x (neg.f64 y))) (*.f64 x (neg.f64 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 (*.f64 (*.f64 (fma.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) (pow.f64 x #s(literal 3 binary64))) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 y x))) (pow.f64 x #s(literal 4 binary64))) |
(/.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) (pow.f64 x #s(literal 3 binary64)) (*.f64 y x)) x) x) |
(/.f64 (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) x) x y)) (neg.f64 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) (pow.f64 x #s(literal 3 binary64)) (*.f64 y x))) (neg.f64 (*.f64 x 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) (pow.f64 x #s(literal 3 binary64)) (*.f64 y x)) (*.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) x) x y) 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) (fabs.f64 x)) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fabs.f64 x)) (*.f64 (/.f64 x x) (/.f64 y 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) (neg.f64 x)) (/.f64 (pow.f64 x #s(literal 3 binary64)) (neg.f64 x)) (*.f64 (/.f64 x x) (/.f64 y 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) (/.f64 (pow.f64 x #s(literal 3 binary64)) x) (*.f64 (/.f64 x x) (/.f64 y x))) |
(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) (fabs.f64 x)) (/.f64 x (fabs.f64 x)) (*.f64 (/.f64 x x) (/.f64 y x))) |
(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) (neg.f64 x)) (/.f64 x (neg.f64 x)) (*.f64 (/.f64 x x) (/.f64 y x))) |
(fma.f64 (/.f64 x (fabs.f64 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) (fabs.f64 x)) (*.f64 (/.f64 x x) (/.f64 y x))) |
(fma.f64 (/.f64 x (fabs.f64 x)) (/.f64 y (fabs.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) (/.f64 (pow.f64 x #s(literal 3 binary64)) x))) |
(fma.f64 (/.f64 x (neg.f64 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) (neg.f64 x)) (*.f64 (/.f64 x x) (/.f64 y x))) |
(fma.f64 (/.f64 x (neg.f64 x)) (/.f64 y (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) (/.f64 (pow.f64 x #s(literal 3 binary64)) x))) |
(fma.f64 (/.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) x) x) x) (*.f64 (/.f64 x x) (/.f64 y x))) |
(fma.f64 (/.f64 x x) (/.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) x) (/.f64 (pow.f64 x #s(literal 3 binary64)) x))) |
(fma.f64 (/.f64 y (fabs.f64 x)) (/.f64 x (fabs.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) (/.f64 (pow.f64 x #s(literal 3 binary64)) x))) |
(fma.f64 (/.f64 y (neg.f64 x)) (/.f64 x (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) (/.f64 (pow.f64 x #s(literal 3 binary64)) x))) |
(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 x x) (*.f64 (/.f64 x x) (/.f64 y x))) |
(fma.f64 (/.f64 y x) (/.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) x) (/.f64 (pow.f64 x #s(literal 3 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)) y) x) (/.f64 (pow.f64 x #s(literal 3 binary64)) x)) (/.f64 (*.f64 (neg.f64 y) x) (*.f64 x 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 (/.f64 x x) (/.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) x) (/.f64 (pow.f64 x #s(literal 3 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)) y) x) (/.f64 (pow.f64 x #s(literal 3 binary64)) x)) (*.f64 (/.f64 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 (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) x) |
(*.f64 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)) |
(/.f64 (-.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 y) x) #s(literal 3 binary64))) (+.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (fma.f64 (*.f64 (neg.f64 y) x) (*.f64 (neg.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) (pow.f64 x #s(literal 3 binary64))) (*.f64 (neg.f64 y) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (*.f64 y 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) (pow.f64 x #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 2 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)) y) (pow.f64 x #s(literal 3 binary64))) (*.f64 y x)))) |
(/.f64 (neg.f64 (+.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 2 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)) y) (pow.f64 x #s(literal 3 binary64))) (*.f64 y x)))))) |
(/.f64 (-.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 2 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)) y) (pow.f64 x #s(literal 3 binary64))) (*.f64 y x))) |
(/.f64 (+.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (+.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 2 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)) y) (pow.f64 x #s(literal 3 binary64))) (*.f64 y 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) x (*.f64 y 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)) y) (pow.f64 x #s(literal 3 binary64)) (*.f64 y x)) |
(fma.f64 y 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) (pow.f64 x #s(literal 3 binary64)))) |
(fma.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 y x)) |
(fma.f64 x 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) (pow.f64 x #s(literal 3 binary64)))) |
(-.f64 (/.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 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)) y) (pow.f64 x #s(literal 3 binary64))) (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 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)) y) (pow.f64 x #s(literal 3 binary64))) (*.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) (pow.f64 x #s(literal 3 binary64))) (*.f64 (neg.f64 y) x)) |
(+.f64 (/.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (+.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 2 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)) y) (pow.f64 x #s(literal 3 binary64))) (*.f64 y x))))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (+.f64 (pow.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) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 2 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)) y) (pow.f64 x #s(literal 3 binary64))) (*.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) (pow.f64 x #s(literal 3 binary64))) (*.f64 y x)) |
(+.f64 (*.f64 y 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) (pow.f64 x #s(literal 3 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)) y) 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 (fma.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 x x) y)) |
(*.f64 (*.f64 (*.f64 x x) 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 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 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 x x)) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) (*.f64 x x))) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) (*.f64 x x)))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 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 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 (*.f64 x x) y) #s(literal 1/2 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x x)) y (*.f64 (*.f64 x x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 x x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) (*.f64 x x))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) y) (*.f64 (*.f64 x x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 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 #s(literal 1/2 binary64) y) (*.f64 x x)) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 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 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (*.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))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #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))) (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (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 (fma.f64 (pow.f64 y #s(literal 3 binary64)) #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))) (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.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 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)))) (neg.f64 (-.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)) y) (*.f64 x x))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.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)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64) (*.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (*.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)) y) (*.f64 x x))))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (*.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)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64))) (-.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)) y) (*.f64 x x)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64))) (-.f64 (*.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))) |
(/.f64 (fma.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64) (*.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (*.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)) y) (*.f64 x x)))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (*.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 (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 #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 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 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 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x))) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.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)) y) (*.f64 x x)))) (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (-.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)) y) (*.f64 x x))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (-.f64 (*.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))) (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (*.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)))) |
(-.f64 (*.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)) |
(-.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 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (*.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)) y) (*.f64 x x)))))) (/.f64 (*.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (*.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)) y) (*.f64 x x))))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (*.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))))) (/.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (*.f64 (*.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)))))) |
(+.f64 (*.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)) |
(+.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 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) y) (*.f64 x x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y x) z)) |
#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 (*.f64 (fma.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) x)) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (/.f64 y x)) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* 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) 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 (*.f64 (fma.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) x)) |
#s(approx (/ (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) x) (pow.f64 x #s(literal -1 binary64))) |
#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 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (/ (+ (* (+ (* (+ (* (* 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 (fma.f64 #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) (* 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 (/ (+ (* (* (* 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 (* (* y x) 1/2) (*.f64 (*.f64 y x) #s(literal 1/2 binary64))) |
#s(approx (* y x) (*.f64 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 (/.f64 y 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 (/.f64 y x) x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y x) z)) |
#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) z) (pow.f64 z #s(literal -1 binary64))) |
#s(approx (/ (cosh x) z) (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) z)) |
#s(approx (/ (cosh x) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) z) (*.f64 x x) (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (cosh x) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) z) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) z)) (*.f64 x x) (pow.f64 z #s(literal -1 binary64)))) |
#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 (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 (*.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 (fma.f64 #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) #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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (/.f64 y x)) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* 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) x) x y) x)) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (*.f64 y x)) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) x)) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x 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 (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y 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)) y) (pow.f64 x #s(literal 3 binary64)) (*.f64 y x))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (*.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (*.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/24 binary64) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) 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)) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (*.f64 #s(literal 1/2 binary64) y)) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 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 (* (+ (* (+ (* (* x x) 1/720) 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 (/ (* (cosh x) (/ y x)) z) (*.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) z))) |
#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) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (*.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 6 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 (*.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 (/.f64 y 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 (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 y 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 (/.f64 y x) x) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 6 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 (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 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) #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 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal 4 binary64)))) #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) (pow.f64 x #s(literal 4 binary64)))) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) (pow.f64 x #s(literal -6 binary64)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/720 binary64))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 6 binary64)))) |
#s(approx (+ (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (* x x)) 1) (*.f64 (+.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal 4 binary64)))) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 6 binary64)))) |
#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) (pow.f64 x #s(literal 4 binary64)))) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) (pow.f64 x #s(literal -6 binary64)))) (pow.f64 x #s(literal 6 binary64)))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/720 binary64))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) (*.f64 (+.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal 4 binary64)))) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#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 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) #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 (/.f64 y 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 (/.f64 y 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 (/.f64 y x) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) (*.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) z))) |
#s(approx (/ (cosh x) z) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) z) #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 (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))) |
#s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) (*.f64 (+.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) (pow.f64 x #s(literal -4 binary64))) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 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 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) #s(literal 1/24 binary64)) (*.f64 x x))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (*.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64)))))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (*.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (*.f64 (pow.f64 x #s(literal 7 binary64)) (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (*.f64 (pow.f64 x #s(literal 7 binary64)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (*.f64 (pow.f64 x #s(literal 7 binary64)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64)))))))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (*.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (*.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) (*.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (*.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) y) #s(literal 1/720 binary64))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (*.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)))) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (*.f64 (fma.f64 #s(literal 1/720 binary64) y (fma.f64 (/.f64 y (pow.f64 x #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64)))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x)))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y 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 (/.f64 y 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 (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y 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 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y 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 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64) #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 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) (pow.f64 x #s(literal 4 binary64)))) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/24 binary64) #s(literal 1/720 binary64))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (* (* x x) y) 1/2) y) x) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/2 binary64) y (neg.f64 (/.f64 (/.f64 y x) x))))) |
#s(approx (* (+ (* 1/2 y) (/ y (* x x))) x) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/2 binary64) y (neg.f64 (/.f64 (/.f64 y x) x))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x)))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x))))) (pow.f64 x #s(literal 5 binary64))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x))) (pow.f64 x #s(literal 7 binary64))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x)))) (pow.f64 x #s(literal 7 binary64))))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (neg.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 y (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal -1/720 binary64) y (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 y x) x))))) (pow.f64 x #s(literal 7 binary64))))) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x 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 (/ (+ (* (* (* 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 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) y) x)) |
#s(approx (+ (* 1/2 y) (/ y (* x x))) (*.f64 (+.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) y)) |
#s(approx (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (*.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 3 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)) x) x) (/.f64 y x))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (*.f64 (fma.f64 (pow.f64 x #s(literal 3 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)) x) y)) |
#s(approx (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) 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)) |
#s(approx (* (+ (* (+ (* (* x x) 1/720) 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (neg.f64 (*.f64 y (/.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)) 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 (/ (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (* x x)) (/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (pow.f64 x #s(literal 3 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)) x)) y)) (*.f64 x x))) |
#s(approx (+ (* (* (* (+ (* (+ (* (* x x) 1/720) 1/24) (* x x)) 1/2) y) (* x x)) x) (* y x)) (neg.f64 (*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (pow.f64 x #s(literal 3 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)) x)) y))) |
#s(approx z z) |
Compiled 30 549 to 3 808 computations (87.5% saved)
32 alts after pruning (27 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 628 | 11 | 639 |
| Fresh | 5 | 16 | 21 |
| Picked | 3 | 2 | 5 |
| Done | 1 | 3 | 4 |
| Total | 637 | 32 | 669 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 96.9% | (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
| 89.4% | (/.f64 (/.f64 #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)) x) z) | |
| 47.6% | (/.f64 (/.f64 #s(approx (* (cosh x) y) y) x) z) | |
| 51.0% | (/.f64 (*.f64 (/.f64 (fma.f64 (exp.f64 x) (*.f64 z x) (*.f64 (*.f64 z x) (exp.f64 (neg.f64 x)))) (*.f64 (*.f64 z x) (*.f64 z x))) y) #s(literal 2 binary64)) | |
| 45.4% | (/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) | |
| 89.4% | (/.f64 (*.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))) z) y) x) | |
| 81.8% | (/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) | |
| 73.8% | (/.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) (*.f64 z x)) | |
| 76.4% | (/.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) | |
| 30.4% | (/.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) | |
| 85.4% | (/.f64 #s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) y (*.f64 #s(literal 1/360 binary64) (*.f64 (*.f64 x x) y))) z) (*.f64 x x) (/.f64 y z)) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 2 binary64))) x)) #s(literal 2 binary64)) | |
| 89.0% | (/.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) | |
| 73.9% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) y)) x) x)) (*.f64 #s(literal 1/2 binary64) y)) x) x y) x)) z) | |
| 49.1% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (*.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) x) x y) x) (*.f64 x x))) z) | |
| 41.4% | (/.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) | |
| 91.0% | (/.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) | |
| 91.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 (fma.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)) x)))) z) | |
| 53.0% | (/.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) | |
| ✓ | 51.5% | (/.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) |
| ✓ | 25.8% | (/.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) |
| 79.6% | (*.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))) z) (/.f64 y x)) | |
| 81.7% | (*.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))) x) (/.f64 y z)) | |
| 77.2% | (*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) | |
| 77.2% | (*.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))) z) (/.f64 y x)) | |
| 76.8% | (*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) | |
| 69.5% | (*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) | |
| 47.6% | (*.f64 (/.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y x)) | |
| 64.5% | (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) | |
| 85.4% | #s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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)) | |
| 80.9% | #s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) | |
| ✓ | 48.8% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
| ✓ | 46.1% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 y (*.f64 z x))) |
Compiled 2 409 to 913 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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) y) x) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #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)) #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))) z) (/.f64 y 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 (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)) 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 (/.f64 #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)) 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)) (/.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) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (*.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) x) x y) x) (*.f64 x x))) z) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(/.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 (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))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) 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)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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 (*.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 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 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 #s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) (/.f64 y x))) (*.f64 x x))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) y (*.f64 #s(literal 1/360 binary64) (*.f64 (*.f64 x x) y))) z) (*.f64 x x) (/.f64 y z)) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 2 binary64))) x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z 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) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 (fma.f64 (exp.f64 x) (*.f64 z x) (*.f64 (*.f64 z x) (exp.f64 (neg.f64 x)))) (*.f64 (*.f64 z x) (*.f64 z x))) y) #s(literal 2 binary64)) |
| Outputs |
|---|
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #s(literal 2 binary64)) |
5 calls:
| 60.0ms | z |
| 34.0ms | y |
| 33.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 16.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 15.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 99.9% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 96.9% | 1 | x |
| 99.8% | 2 | y |
| 99.9% | 2 | 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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) y) x) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #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)) #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))) z) (/.f64 y 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 (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)) 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 (/.f64 #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)) 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)) (/.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) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (*.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) x) x y) x) (*.f64 x x))) z) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(/.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 (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))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) 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)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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 (*.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 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 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 #s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) (/.f64 y x))) (*.f64 x x))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) y (*.f64 #s(literal 1/360 binary64) (*.f64 (*.f64 x x) y))) z) (*.f64 x x) (/.f64 y z)) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 2 binary64))) x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z 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)) |
4 calls:
| 17.0ms | z |
| 17.0ms | y |
| 15.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 13.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 2 | y |
| 96.9% | 1 | z |
| 96.9% | 1 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 96.9% | 1 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) y) x) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #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)) #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))) z) (/.f64 y 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 (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)) 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 (/.f64 #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)) 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)) (/.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) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (*.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) x) x y) x) (*.f64 x x))) z) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(/.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 (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))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) 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)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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 (*.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 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 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 #s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) (/.f64 y x))) (*.f64 x x))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) y (*.f64 #s(literal 1/360 binary64) (*.f64 (*.f64 x x) y))) z) (*.f64 x x) (/.f64 y z)) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 2 binary64))) x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z 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 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(/.f64 (*.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))) z) y) x) |
5 calls:
| 19.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 17.0ms | y |
| 15.0ms | z |
| 15.0ms | x |
| 13.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.9% | 2 | x |
| 96.9% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 96.9% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 96.8% | 2 | z |
| 96.0% | 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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) y) x) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #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)) #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))) z) (/.f64 y 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 (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)) 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 (/.f64 #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)) 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)) (/.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) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (*.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) x) x y) x) (*.f64 x x))) z) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(/.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 (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))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) 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)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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 (*.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 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 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 #s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) (/.f64 y x))) (*.f64 x x))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) y (*.f64 #s(literal 1/360 binary64) (*.f64 (*.f64 x x) y))) z) (*.f64 x x) (/.f64 y z)) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 2 binary64))) x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 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 (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) |
4 calls:
| 22.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 20.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 18.0ms | z |
| 14.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.1% | 2 | z |
| 98.0% | 3 | x |
| 94.6% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 94.6% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) y) x) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #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)) #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))) z) (/.f64 y 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 (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)) 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 (/.f64 #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)) 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)) (/.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) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (*.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) x) x y) x) (*.f64 x x))) z) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(/.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 (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))) z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 #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))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) 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)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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 (*.f64 (fma.f64 (*.f64 x x) #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 (*.f64 (fma.f64 (/.f64 (/.f64 y x) x) #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 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 #s(approx (* y (+ (* 1/720 (* x x)) 1/24)) (*.f64 #s(approx (+ (* (/ y (* x x)) 1/24) (* 1/720 y)) (*.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal 1/24 binary64)) x) (/.f64 y x))) (*.f64 x x))) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) z) |
(/.f64 #s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/12 binary64) y (*.f64 #s(literal 1/360 binary64) (*.f64 (*.f64 x x) y))) z) (*.f64 x x) (/.f64 y z)) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 2 binary64))) x)) #s(literal 2 binary64)) |
| Outputs |
|---|
(*.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))) z) (/.f64 y x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x x) #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
3 calls:
| 37.0ms | x |
| 13.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 13.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.6% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 93.8% | 2 | y |
| 91.3% | 1 | x |
Compiled 8 to 12 computations (-50% 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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) y) x) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #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)) #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))) z) (/.f64 y 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 (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)) 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 (/.f64 #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)) 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)) (/.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) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 (*.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) x) x y) x) (*.f64 x 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 (*.f64 (fma.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)) x)))) z) |
(/.f64 (*.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))) z) y) x) |
4 calls:
| 14.0ms | z |
| 11.0ms | y |
| 10.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 9.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.4% | 2 | y |
| 91.3% | 1 | z |
| 93.1% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 93.1% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) y) x) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #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)) #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))) z) (/.f64 y 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 (*.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))) z) y) x) |
1 calls:
| 10.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.3% | 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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(/.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 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) y) x) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #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) |
| Outputs |
|---|
(*.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))) z) (/.f64 y x)) |
(/.f64 (*.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))) z) y) x) |
3 calls:
| 36.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 9.0ms | y |
| 8.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.0% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 93.0% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 91.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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
(/.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 (/.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))) x) (/.f64 y z)) |
5 calls:
| 10.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 9.0ms | y |
| 8.0ms | x |
| 8.0ms | z |
| 7.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 88.9% | 2 | y |
| 86.7% | 1 | z |
| 86.7% | 1 | x |
| 86.7% | 1 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 86.7% | 1 | (*.f64 (cosh.f64 x) (/.f64 y 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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) 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))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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))) x) (/.f64 y 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))) z) (/.f64 y x)) |
| Outputs |
|---|
(*.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))) z) (/.f64 y 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:
| 8.0ms | x |
| 7.0ms | z |
| 7.0ms | y |
| 6.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 6.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 87.8% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 87.8% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 87.8% | 2 | x |
| 87.1% | 2 | z |
| 87.3% | 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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
(*.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 (/.f64 y x) z)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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) |
3 calls:
| 8.0ms | x |
| 5.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 5.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 87.3% | 2 | x |
| 87.3% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 87.3% | 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) |
#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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(/.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) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) (*.f64 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:
| 6.0ms | y |
| 5.0ms | z |
| 5.0ms | x |
| 5.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 5.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 85.3% | 3 | z |
| 84.4% | 2 | y |
| 88.5% | 3 | x |
| 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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y x)) |
(/.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 (*.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 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 #s(approx (+ (* (* x x) 1/24) 1/2) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) z) (/.f64 y 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)) |
2 calls:
| 5.0ms | x |
| 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) |
| 82.6% | 2 | x |
Compiled 9 to 10 computations (-11.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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
| Outputs |
|---|
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 (/.f64 y x) z)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
3 calls:
| 5.0ms | y |
| 3.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 3.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 80.9% | 1 | y |
| 84.4% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 84.4% | 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) |
#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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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)) |
2 calls:
| 3.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 3.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.3% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 84.4% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
Compiled 14 to 13 computations (7.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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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) |
(/.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 |
|---|
(*.f64 (/.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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:
| 3.0ms | y |
| 3.0ms | x |
| 3.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 3.0ms | z |
| 2.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 55.1% | 3 | y |
| 80.5% | 2 | x |
| 55.2% | 3 | z |
| 74.7% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 70.2% | 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(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y x)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(approx (cosh x) #s(approx (+ (* (+ (* (* x x) 1/24) 1/2) (* x x)) 1) #s(literal 1 binary64))) z) (/.f64 y 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:
| 20.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 2.0ms | x |
| 2.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 54.5% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 59.0% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 64.8% | 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) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) 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) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.8% | 2 | 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)) |
| 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) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.1% | 2 | 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) |
| 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 |
|---|---|---|
| 63.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 | z |
| 1.0ms | y |
| 1.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 1.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 46.1% | 1 | y |
| 46.1% | 1 | z |
| 46.1% | 1 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 46.1% | 1 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 46.1% | 1 | x |
Compiled 17 to 22 computations (-29.4% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.3535353376642815e+272 | 1.9674214977050458e+272 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 5.0ms | 2.987475015625636e+36 | 2.125506124999612e+37 |
| 3.0ms | 64× | 0 | valid |
Compiled 75 to 77 computations (-2.7% saved)
ival-cosh: 1.0ms (62.8% of total)ival-div!: 1.0ms (62.8% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | +inf | NaN |
Compiled 11 to 13 computations (-18.2% saved)
| 2× | binary-search |
| 1× | predicate-same |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 2.0ms | 4.017519523436426e+50 | 7.526578395444577e+53 |
| 33.0ms | 4.98831511955467e-133 | 2.023532960213135e-132 |
| 30.0ms | 112× | 0 | valid |
Compiled 273 to 218 computations (20.1% saved)
ival-cosh: 1.0ms (35.2% of total)ival-div!: 1.0ms (35.2% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.3535353376642815e+272 | 1.9674214977050458e+272 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 5.2317745125208725e+150 | 1.762554119288268e+152 |
| 6.0ms | 112× | 0 | valid |
Compiled 536 to 356 computations (33.6% saved)
ival-cosh: 1.0ms (33.7% of total)ival-div!: 1.0ms (33.7% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 1.5652698137820854e-17 | 2.906305636849219e-15 |
| 5.0ms | 112× | 0 | valid |
Compiled 585 to 363 computations (37.9% saved)
ival-cosh: 1.0ms (34.3% of total)ival-div!: 1.0ms (34.3% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.745375247406191e+239 | 5.80259678416309e+245 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 2.987475015625636e+36 | 2.125506124999612e+37 |
Compiled 187 to 137 computations (26.7% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | +inf | NaN |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | +inf | NaN |
Compiled 11 to 13 computations (-18.2% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 31.0ms | 2.3086565984924218e+150 | 1.2586879843572976e+152 |
| 1.0ms | 4.98831511955467e-133 | 2.023532960213135e-132 |
| 5.0ms | 112× | 0 | valid |
Compiled 611 to 462 computations (24.4% saved)
ival-cosh: 1.0ms (35.6% of total)ival-div!: 1.0ms (35.6% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.442581415370754e+122 | 2.881361033810399e+133 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.4138306405995726e+113 | 9.442581415370754e+122 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.442581415370754e+122 | 2.881361033810399e+133 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 0.055317895762039486 | 7.174838893778631 |
| 6.0ms | 112× | 0 | valid |
Compiled 375 to 286 computations (23.7% saved)
ival-cosh: 2.0ms (61.7% of total)ival-div!: 1.0ms (30.9% 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 | 0.055317895762039486 | 7.174838893778631 |
Compiled 361 to 279 computations (22.7% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 0.055317895762039486 | 7.174838893778631 |
Compiled 277 to 216 computations (22% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 0.055317895762039486 | 7.174838893778631 |
Compiled 291 to 223 computations (23.4% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 0.055317895762039486 | 7.174838893778631 |
Compiled 291 to 223 computations (23.4% saved)
| 1× | fuel |
Compiled 1 132 to 199 computations (82.4% saved)
(negabs z)
(negabs y)
(negabs x)
Compiled 9 838 to 5 062 computations (48.5% saved)
Loading profile data...