
Time bar (total: 3.4s)
| 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)
| 654.0ms | 8 256× | 0 | valid |
ival-cosh: 160.0ms (46% of total)ival-div!: 145.0ms (41.7% of total)ival-mult!: 42.0ms (12.1% of total)adjust: 2.0ms (0.6% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 26 | 0 | - | 0 | - | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 15 | 0 | - | 0 | - | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 0 | 0 | - | 0 | - | (/.f64 y x) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (cosh.f64 x) |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
*.f64 | (*.f64 (cosh.f64 x) (/.f64 y x)) | o*u | 26 | 0 |
| ↳ | (cosh.f64 x) | overflow | 127 | |
| ↳ | (/.f64 y x) | underflow | 26 | |
/.f64 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) | o/n | 15 | 0 |
| ↳ | (cosh.f64 x) | overflow | 127 | |
| ↳ | (/.f64 y x) | overflow | 41 | |
| ↳ | (*.f64 (cosh.f64 x) (/.f64 y x)) | overflow | 168 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 41 | 0 |
| - | 0 | 215 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 41 | 0 | 0 |
| - | 0 | 0 | 215 |
| number | freq |
|---|---|
| 0 | 215 |
| 1 | 41 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 32.0ms | 512× | 0 | valid |
Compiled 56 to 25 computations (55.4% saved)
ival-cosh: 6.0ms (42.4% of total)ival-div!: 6.0ms (42.4% of total)ival-mult!: 2.0ms (14.1% of total)adjust: 0.0ms (0% of total)Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 86 |
| 1 | 94 | 83 |
| 2 | 294 | 83 |
| 3 | 911 | 83 |
| 4 | 4982 | 83 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 84.2% | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(negabs x)
(negabs y)
(negabs z)
Compiled 16 to 14 computations (12.5% saved)
| Inputs |
|---|
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(*.f64 (cosh.f64 x) (/.f64 y x)) |
(cosh.f64 x) |
x |
(/.f64 y x) |
y |
z |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | x | @ | -inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
| 3.0ms | z | @ | -inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
| 3.0ms | x | @ | inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
| 2.0ms | y | @ | 0 | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
| 2.0ms | y | @ | -inf | ((/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (cosh x) x (/ y x) y z) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 96 | 350 |
| 0 | 100 | 347 |
| 1 | 544 | 327 |
| 0 | 5082 | 309 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(*.f64 (cosh.f64 x) (/.f64 y x)) |
(cosh.f64 x) |
x |
(/.f64 y x) |
y |
z |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ y x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* 1/2 (* (pow x 2) y))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/24 (* (pow x 2) y)) (* 1/2 y)))) x))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (/ (+ y (* (pow x 2) (+ (* 1/2 y) (* (pow x 2) (+ (* 1/720 (* (pow x 2) y)) (* 1/24 y)))))) x))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (/ (* (cosh x) (/ y x)) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) (/ y x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) x)))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx z #s(hole binary64 z)) |
| Outputs |
|---|
(*.f64 (/.f64 (/.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 803 to 224 computations (72.1% saved)
7 alts after pruning (7 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 50 | 7 | 57 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 51 | 7 | 58 |
| Status | Accuracy | Program |
|---|---|---|
| 94.3% | (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) | |
| ▶ | 96.2% | (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #s(literal 2 binary64)) |
| ▶ | 84.4% | (/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
| 68.9% | (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y x)) z) | |
| ▶ | 47.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
| ▶ | 84.1% | (*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
| ▶ | 54.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
Compiled 154 to 124 computations (19.5% 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 (/.f64 y z) x)) |
(/.f64 (/.f64 y z) x) |
(/.f64 y z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 y x)) |
(/.f64 y x) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(/.f64 (cosh.f64 x) z) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
(*.f64 (cosh.f64 x) y) |
(*.f64 z x) |
| 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 (* (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 x) #s(hole binary64 (/ y x))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ y x) (/ (cosh 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) 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) y) (* z x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) y) (* z x)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) y) (* z 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) y) (* z 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) 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 (* z x) #s(hole binary64 (* x z))) |
#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 (* (/ y x) (/ (cosh x) z)) #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) y) (* z x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) y) #s(hole binary64 (* 1/2 (* y (+ (exp x) (/ 1 (exp x))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ y z) #s(hole binary64 (/ y z))) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 13.0ms | z | @ | -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) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ y x) (* (/ y x) (/ (cosh x) z)) (/ (cosh x) z) (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x)) |
| 11.0ms | x | @ | 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) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ y x) (* (/ y x) (/ (cosh x) z)) (/ (cosh x) z) (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x)) |
| 9.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) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ y x) (* (/ y x) (/ (cosh x) z)) (/ (cosh x) z) (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x)) |
| 7.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) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ y x) (* (/ y x) (/ (cosh x) z)) (/ (cosh x) z) (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x)) |
| 5.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) (/ y z) (/ (* (cosh x) (/ y x)) z) (* (cosh x) (/ y x)) (/ y x) (* (/ y x) (/ (cosh x) z)) (/ (cosh x) z) (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 240 | 1543 |
| 0 | 262 | 1493 |
| 1 | 1252 | 1451 |
| 0 | 8120 | 1379 |
| 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 (/.f64 y z) x)) |
(/.f64 (/.f64 y z) x) |
(/.f64 y z) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
#s(approx (* (cosh x) (/ y x)) (/.f64 y x)) |
(/.f64 y x) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(/.f64 (cosh.f64 x) z) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
(*.f64 (cosh.f64 x) y) |
(*.f64 z x) |
#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 (* (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 x) #s(hole binary64 (/ y x))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ y x) (/ (cosh 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) 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) y) (* z x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) y) (* z x)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) y) (* z 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) y) (* z 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) 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 (* z x) #s(hole binary64 (* x z))) |
#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 (* (/ y x) (/ (cosh x) z)) #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) y) (* z x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (cosh x) y) #s(hole binary64 (* 1/2 (* y (+ (exp x) (/ 1 (exp x))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ y z) #s(hole binary64 (/ y z))) |
#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 (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) x) y) (*.f64 (neg.f64 z) #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) y) (*.f64 z #s(literal 2 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y) (*.f64 z x)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y) (*.f64 (*.f64 (neg.f64 x) z) #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)) |
(neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y) (*.f64 z x)) #s(literal 2 binary64))) |
(neg.f64 (/.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 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y)) (neg.f64 (*.f64 (neg.f64 x) z))) |
(/.f64 (*.f64 (neg.f64 y) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) y) z) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y) (*.f64 (neg.f64 x) z)) |
(/.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)) |
(neg.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (*.f64 (neg.f64 x) z))) |
(neg.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) 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) x) (/.f64 #s(literal 2 binary64) z)) |
(*.f64 (/.f64 (cosh.f64 x) z) (/.f64 #s(literal 2 binary64) x)) |
(*.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 (*.f64 (/.f64 (exp.f64 x) (*.f64 z x)) (/.f64 (exp.f64 x) (*.f64 z x))) (*.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 (+.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 (*.f64 #s(literal -2 binary64) (cosh.f64 x))) (neg.f64 (*.f64 (neg.f64 x) z))) |
(/.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 (/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) x) (neg.f64 z)) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 (neg.f64 x) z)) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) (neg.f64 (neg.f64 z))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 z x)) |
(neg.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) x) z)) |
(neg.f64 (/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 z x))) |
(neg.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) (neg.f64 z))) |
(neg.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (neg.f64 x) z))) |
(+.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 (*.f64 (/.f64 (exp.f64 x) x) (/.f64 (exp.f64 x) x)) (*.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 (+.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 (*.f64 #s(literal -2 binary64) (cosh.f64 x))) (neg.f64 (neg.f64 x))) |
(/.f64 (fma.f64 (exp.f64 x) x (*.f64 x (exp.f64 (neg.f64 x)))) (*.f64 x x)) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (neg.f64 x)) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) |
(neg.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (neg.f64 x))) |
(neg.f64 (/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) 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 -2 binary64)) (pow.f64 (exp.f64 x) #s(literal 2 binary64))) (-.f64 (exp.f64 (neg.f64 x)) (exp.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 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (cosh.f64 x) (cosh.f64 x))) (-.f64 (cosh.f64 x) (cosh.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 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (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 (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 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (*.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 (pow.f64 (exp.f64 x) #s(literal -1/2 binary64)) (pow.f64 (exp.f64 x) #s(literal -1/2 binary64)) (exp.f64 (neg.f64 (neg.f64 x)))) |
(fma.f64 (pow.f64 (exp.f64 x) #s(literal -1/2 binary64)) (pow.f64 (exp.f64 x) #s(literal -1/2 binary64)) (exp.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 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) #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 (* (/ y x) (/ (cosh x) z)) (/.f64 (/.f64 y x) z)) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (*.f64 (neg.f64 x) z))) |
(/.f64 (neg.f64 (/.f64 y x)) (neg.f64 z)) |
(/.f64 (/.f64 (neg.f64 y) z) (neg.f64 x)) |
(/.f64 (neg.f64 y) (*.f64 (neg.f64 x) z)) |
(/.f64 (/.f64 y z) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 y z) x) |
(/.f64 (/.f64 y x) z) |
(/.f64 y (*.f64 z x)) |
(neg.f64 (/.f64 (/.f64 (neg.f64 y) z) x)) |
(neg.f64 (/.f64 (neg.f64 y) (*.f64 z x))) |
(neg.f64 (/.f64 (/.f64 y z) (neg.f64 x))) |
(neg.f64 (/.f64 y (*.f64 (neg.f64 x) z))) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 y) (neg.f64 z)) |
(/.f64 y z) |
(neg.f64 (/.f64 y (neg.f64 z))) |
(neg.f64 (/.f64 (neg.f64 y) z)) |
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x))) (neg.f64 z)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(neg.f64 (/.f64 (neg.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x))) z)) |
(neg.f64 (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) (neg.f64 z))) |
#s(approx (* (cosh x) (/ y x)) (/.f64 y 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))) |
(*.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 (*.f64 (cosh.f64 x) y) z)) (neg.f64 x)) |
(/.f64 (neg.f64 (*.f64 y (/.f64 (cosh.f64 x) z))) (neg.f64 x)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) (cosh.f64 x))) (neg.f64 (*.f64 (neg.f64 x) z))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (/.f64 y x)) (cosh.f64 x))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (neg.f64 y)) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 (cosh.f64 x))) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (neg.f64 y) z)) (*.f64 #s(literal 2 binary64) (neg.f64 x))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 y z)) (*.f64 #s(literal 2 binary64) x)) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 y x)) (*.f64 #s(literal 2 binary64) z)) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
(/.f64 (*.f64 y (/.f64 (cosh.f64 x) z)) x) |
(/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) (*.f64 (neg.f64 x) z))) |
(/.f64 (*.f64 (neg.f64 (/.f64 y x)) (cosh.f64 x)) (neg.f64 z)) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) 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) |
(neg.f64 (/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 z x))) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (/.f64 y x)) (cosh.f64 x)) z)) |
(neg.f64 (/.f64 (*.f64 (cosh.f64 x) y) (*.f64 (neg.f64 x) z))) |
(neg.f64 (/.f64 (*.f64 (/.f64 y x) (cosh.f64 x)) (neg.f64 z))) |
(/.f64 (neg.f64 (neg.f64 (cosh.f64 x))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (cosh.f64 x)) (neg.f64 z)) |
(/.f64 (cosh.f64 x) z) |
(neg.f64 (/.f64 (neg.f64 (cosh.f64 x)) z)) |
(neg.f64 (/.f64 (cosh.f64 x) (neg.f64 z))) |
(*.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 (*.f64 (cosh.f64 x) y) z)) (neg.f64 x)) |
(/.f64 (neg.f64 (*.f64 y (/.f64 (cosh.f64 x) z))) (neg.f64 x)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) (cosh.f64 x))) (neg.f64 (*.f64 (neg.f64 x) z))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (/.f64 y x)) (cosh.f64 x))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (neg.f64 y)) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 (cosh.f64 x))) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (neg.f64 y) z)) (*.f64 #s(literal 2 binary64) (neg.f64 x))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 y z)) (*.f64 #s(literal 2 binary64) x)) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 y x)) (*.f64 #s(literal 2 binary64) z)) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
(/.f64 (*.f64 y (/.f64 (cosh.f64 x) z)) x) |
(/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) (*.f64 (neg.f64 x) z))) |
(/.f64 (*.f64 (neg.f64 (/.f64 y x)) (cosh.f64 x)) (neg.f64 z)) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) 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) |
(neg.f64 (/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 z x))) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (/.f64 y x)) (cosh.f64 x)) z)) |
(neg.f64 (/.f64 (*.f64 (cosh.f64 x) y) (*.f64 (neg.f64 x) z))) |
(neg.f64 (/.f64 (*.f64 (/.f64 y x) (cosh.f64 x)) (neg.f64 z))) |
(*.f64 (cosh.f64 x) y) |
(*.f64 y (cosh.f64 x)) |
(*.f64 z x) |
(*.f64 x z) |
#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 #s(literal 1/24 binary64) (*.f64 x x)) 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 (fma.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) y (*.f64 #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 #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) (/ (cosh x) z)) (/.f64 (/.f64 y x) z)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) y (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) y (*.f64 #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 #s(literal 1/24 binary64) (*.f64 x x)) y (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (* (cosh x) (/ y x)) (/.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) y (*.f64 #s(literal 1/24 binary64) y)) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y) x)) |
#s(approx (/ y x) (/.f64 y x)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (/.f64 y x) z)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) y (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) y (*.f64 #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 (*.f64 x x) #s(literal 1/2 binary64) #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 #s(literal 1/720 binary64) (*.f64 x x) #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 (* (/ y x) (/ (cosh x) z)) (/.f64 (/.f64 y x) z)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) y (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (* (/ y x) (/ (cosh x) z)) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) y (*.f64 #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) 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 #s(literal 1/24 binary64) (*.f64 x x)) y (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (* (cosh x) y) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) y (*.f64 #s(literal 1/24 binary64) y)) (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (* z x) (*.f64 z x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y))) |
#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 #s(literal 1/2 binary64) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
#s(approx (* (/ y x) (/ (cosh x) z)) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y))) |
#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 (* (/ y x) (/ (cosh x) z)) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y))) |
#s(approx (/ (cosh x) z) (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) z) #s(literal 1/2 binary64))) |
#s(approx (* (/ y x) (/ (cosh x) z)) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) x) z) y))) |
#s(approx (* (cosh x) y) (*.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) #s(literal 1/2 binary64))) |
#s(approx y y) |
#s(approx (/ y z) (/.f64 y z)) |
#s(approx z z) |
Compiled 4 277 to 986 computations (76.9% saved)
8 alts after pruning (6 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 244 | 6 | 250 |
| Fresh | 2 | 0 | 2 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 249 | 8 | 257 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 96.9% | (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
| 80.9% | (/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) | |
| ▶ | 49.7% | (/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
| ✓ | 47.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
| ▶ | 50.0% | (/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
| ▶ | 93.3% | (*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
| ▶ | 47.8% | (*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
| ✓ | 54.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
Compiled 160 to 131 computations (18.1% saved)
| Inputs |
|---|
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
(/.f64 (*.f64 (cosh.f64 x) y) z) |
(*.f64 (cosh.f64 x) y) |
(cosh.f64 x) |
x |
y |
z |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
#s(approx (* (cosh x) y) y) |
(*.f64 z x) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(/.f64 y x) |
(/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
(/.f64 (cosh.f64 x) x) |
(/.f64 y z) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) |
(/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) |
(/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) |
#s(approx (* 2 (cosh x)) #s(literal 2 binary64)) |
#s(literal 2 binary64) |
| Outputs |
|---|
#s(approx (/ (/ (* (cosh x) y) z) x) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (/ (* (cosh x) y) z) x) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (/ (* (cosh x) y) z) 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) y) z) 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) y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)))) |
#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) (* z x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) y) (* z x)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) y) (* z 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) y) (* z 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 (* z x) #s(hole binary64 (* x z))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ y x) (/ (cosh 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 x) #s(hole binary64 (/ y 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) x) (/ y z)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* 1/2 (pow x 2))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) x))) |
#s(approx (/ (* (/ (/ (* 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) y) z) x) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) z)))) |
#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) (* z x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #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) x) (/ y z)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) x)))) |
#s(approx (/ (* (/ (/ (* 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 y #s(hole binary64 y)) |
#s(approx (/ y z) #s(hole binary64 (/ y z))) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 17.0ms | y | @ | inf | ((/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x) (* (/ y x) (/ (cosh x) z)) (/ y x) (/ (cosh x) z) (cosh x) 1 (* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (/ y z) (/ (* (/ (/ (* 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) |
| 4.0ms | x | @ | -inf | ((/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x) (* (/ y x) (/ (cosh x) z)) (/ y x) (/ (cosh x) z) (cosh x) 1 (* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (/ y z) (/ (* (/ (/ (* 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) |
| 3.0ms | x | @ | inf | ((/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x) (* (/ y x) (/ (cosh x) z)) (/ y x) (/ (cosh x) z) (cosh x) 1 (* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (/ y z) (/ (* (/ (/ (* 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) |
| 3.0ms | z | @ | -inf | ((/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x) (* (/ y x) (/ (cosh x) z)) (/ y x) (/ (cosh x) z) (cosh x) 1 (* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (/ y z) (/ (* (/ (/ (* 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) |
| 3.0ms | y | @ | -inf | ((/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) x y z (/ (* (cosh x) y) (* z x)) (* (cosh x) y) (* z x) (* (/ y x) (/ (cosh x) z)) (/ y x) (/ (cosh x) z) (cosh x) 1 (* (/ (cosh x) x) (/ y z)) (/ (cosh x) x) (/ y z) (/ (* (/ (/ (* 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) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 251 | 1780 |
| 0 | 271 | 1724 |
| 1 | 1287 | 1670 |
| 0 | 8136 | 1586 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
(/.f64 (*.f64 (cosh.f64 x) y) z) |
(*.f64 (cosh.f64 x) y) |
(cosh.f64 x) |
x |
y |
z |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
#s(approx (* (cosh x) y) y) |
(*.f64 z x) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(/.f64 y x) |
(/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
(/.f64 (cosh.f64 x) x) |
(/.f64 y z) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) |
(/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) |
(/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) |
#s(approx (* 2 (cosh x)) #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (/ (/ (* (cosh x) y) z) x) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (/ (* (cosh x) y) z) x) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (/ (* (cosh x) y) z) 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) y) z) 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) y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)))) |
#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) (* z x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* (cosh x) y) (* z x)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* (cosh x) y) (* z 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) y) (* z 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 (* z x) #s(hole binary64 (* x z))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ y x) (/ (cosh 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 x) #s(hole binary64 (/ y 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) x) (/ y z)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ (cosh x) x) (/ y z)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* 1/2 (pow x 2))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) x))) |
#s(approx (/ (* (/ (/ (* 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) y) z) x) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) z)))) |
#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) (* z x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* (/ y x) (/ (cosh x) z)) #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) x) (/ y z)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) x)))) |
#s(approx (/ (* (/ (/ (* 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 y #s(hole binary64 y)) |
#s(approx (/ y z) #s(hole binary64 (/ y z))) |
#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 x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (/.f64 y z) (/.f64 (cosh.f64 x) x)) |
(*.f64 (cosh.f64 x) (/.f64 y (*.f64 z x))) |
(/.f64 (neg.f64 (*.f64 y (/.f64 (cosh.f64 x) z))) (neg.f64 x)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (cosh.f64 x) x) y)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y x) (cosh.f64 x))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) (cosh.f64 x))) (neg.f64 (*.f64 (neg.f64 x) z))) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (neg.f64 y)) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (neg.f64 y)) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 (cosh.f64 x))) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 (cosh.f64 x))) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) (/.f64 y x)) (*.f64 #s(literal 2 binary64) z)) |
(/.f64 (*.f64 y (/.f64 (cosh.f64 x) z)) x) |
(/.f64 (*.f64 (/.f64 (cosh.f64 x) x) y) z) |
(/.f64 (*.f64 (/.f64 y x) (cosh.f64 x)) z) |
(/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (/.f64 y z)) (neg.f64 x)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) (*.f64 (neg.f64 x) z))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) (*.f64 z x))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 z x))) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (/.f64 y z)) x)) |
(neg.f64 (/.f64 (*.f64 (cosh.f64 x) y) (*.f64 (neg.f64 x) z))) |
(neg.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) (neg.f64 x))) |
(*.f64 (cosh.f64 x) (/.f64 y z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) (cosh.f64 x))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (neg.f64 z)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) z)) |
(/.f64 (*.f64 (cosh.f64 x) y) z) |
(neg.f64 (/.f64 (*.f64 (cosh.f64 x) y) (neg.f64 z))) |
(neg.f64 (*.f64 (neg.f64 (cosh.f64 x)) (/.f64 y z))) |
(*.f64 (cosh.f64 x) y) |
(*.f64 y (cosh.f64 x)) |
(*.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 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 2 binary64)) |
(cosh.f64 (neg.f64 (neg.f64 x))) |
(cosh.f64 (neg.f64 x)) |
(cosh.f64 x) |
(+.f64 (/.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64)) (/.f64 (exp.f64 x) #s(literal 2 binary64))) |
(+.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (/.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64))) |
(+.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
x |
y |
z |
(/.f64 (neg.f64 (/.f64 #s(approx (* (cosh x) y) y) z)) (neg.f64 x)) |
(/.f64 (neg.f64 (neg.f64 #s(approx (* (cosh x) y) y))) (neg.f64 (*.f64 (neg.f64 x) z))) |
(/.f64 (/.f64 #s(approx (* (cosh x) y) y) z) x) |
(/.f64 (neg.f64 #s(approx (* (cosh x) y) y)) (*.f64 (neg.f64 x) z)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(neg.f64 (/.f64 (neg.f64 #s(approx (* (cosh x) y) y)) (*.f64 z x))) |
(neg.f64 (/.f64 #s(approx (* (cosh x) y) y) (*.f64 (neg.f64 x) z))) |
#s(approx (* (cosh x) y) y) |
(*.f64 z x) |
(*.f64 x z) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) (/.f64 y x)) |
(/.f64 (neg.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z))) (neg.f64 x)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y x) #s(approx (cosh x) #s(literal 1 binary64)))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 y #s(approx (cosh x) #s(literal 1 binary64)))) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 y) #s(approx (cosh x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 y (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) (neg.f64 y)) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) y) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) (neg.f64 y)) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) y) (*.f64 z x)) |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x) |
(/.f64 (*.f64 (/.f64 y x) #s(approx (cosh x) #s(literal 1 binary64))) z) |
(/.f64 (*.f64 y #s(approx (cosh x) #s(literal 1 binary64))) (*.f64 z 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))) |
(/.f64 (neg.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) (neg.f64 z)) |
(/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) |
(neg.f64 (/.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) z)) |
(neg.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) (neg.f64 z))) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
(*.f64 (/.f64 (cosh.f64 x) z) (/.f64 y x)) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (/.f64 y z) (/.f64 (cosh.f64 x) x)) |
(*.f64 (cosh.f64 x) (/.f64 y (*.f64 z x))) |
(/.f64 (neg.f64 (*.f64 y (/.f64 (cosh.f64 x) z))) (neg.f64 x)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (cosh.f64 x) x) y)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y x) (cosh.f64 x))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) (cosh.f64 x))) (neg.f64 (*.f64 (neg.f64 x) z))) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (neg.f64 y)) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (neg.f64 y)) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 (cosh.f64 x))) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 (cosh.f64 x))) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) (/.f64 y x)) (*.f64 #s(literal 2 binary64) z)) |
(/.f64 (*.f64 y (/.f64 (cosh.f64 x) z)) x) |
(/.f64 (*.f64 (/.f64 (cosh.f64 x) x) y) z) |
(/.f64 (*.f64 (/.f64 y x) (cosh.f64 x)) z) |
(/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 (neg.f64 x) z)) |
(/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (/.f64 y z)) (neg.f64 x)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) (*.f64 (neg.f64 x) z))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) (*.f64 #s(literal 2 binary64) (*.f64 z x))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) (neg.f64 (neg.f64 x))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 y) (cosh.f64 x)) (*.f64 z x))) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (cosh.f64 x)) (/.f64 y z)) x)) |
(neg.f64 (/.f64 (*.f64 (cosh.f64 x) y) (*.f64 (neg.f64 x) z))) |
(neg.f64 (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) (neg.f64 x))) |
(/.f64 (neg.f64 (neg.f64 (cosh.f64 x))) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (cosh.f64 x)) (neg.f64 x)) |
(/.f64 (cosh.f64 x) x) |
(neg.f64 (/.f64 (neg.f64 (cosh.f64 x)) x)) |
(neg.f64 (/.f64 (cosh.f64 x) (neg.f64 x))) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 y) (neg.f64 z)) |
(/.f64 y z) |
(neg.f64 (/.f64 (neg.f64 y) z)) |
(neg.f64 (/.f64 y (neg.f64 z))) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) #s(literal 2 binary64)) (/.f64 y #s(literal 1 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) (/.f64 y #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (neg.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x)) y) (*.f64 (neg.f64 z) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) y) (*.f64 (*.f64 z x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) y) (*.f64 z #s(literal 2 binary64))) |
(/.f64 (*.f64 (neg.f64 y) (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 y) (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z)) #s(literal 2 binary64))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal -2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) |
(*.f64 y (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) y)) (neg.f64 z)) |
(/.f64 (*.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) y) z) |
(/.f64 (neg.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x)) (neg.f64 z)) |
(/.f64 (neg.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64))) (*.f64 (neg.f64 x) z)) |
(/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) (neg.f64 (neg.f64 z))) |
(/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) |
(/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) (*.f64 z x)) |
(neg.f64 (/.f64 (neg.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x)) z)) |
(neg.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) (neg.f64 z))) |
(/.f64 (neg.f64 (neg.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)))) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64))) (neg.f64 x)) |
(/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) |
(neg.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) (neg.f64 x))) |
(neg.f64 (neg.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x))) |
#s(approx (* 2 (cosh x)) #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 y (*.f64 z x))) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #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) z) (/.f64 y z)) |
#s(approx (/ (* (cosh x) y) z) (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z)) |
#s(approx (/ (* (cosh x) y) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z))) |
#s(approx (/ (* (cosh x) y) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #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))) |
#s(approx (* (cosh x) y) y) |
#s(approx (* (cosh x) y) (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
#s(approx (* (cosh x) y) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (* (cosh x) y) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/24 binary64) y)) (*.f64 x x) (*.f64 #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 #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 (/ (/ (* (cosh x) y) z) x) (/.f64 y (*.f64 z x))) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #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 (* z x) (*.f64 z x)) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 y (*.f64 z x))) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #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 x) (/.f64 y x)) |
#s(approx (/ (cosh x) z) (pow.f64 z #s(literal -1 binary64))) |
#s(approx (/ (cosh x) z) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #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 #s(literal 1/720 binary64) (*.f64 x x) #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) y) z) x) (/.f64 y (*.f64 z x))) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) z) x)) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/2 binary64) y)) z) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (/ (* (cosh x) y) z) x) (/.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #s(literal 1/24 binary64) y)) z) (*.f64 x x) (*.f64 (/.f64 y z) #s(literal 1/2 binary64))) (*.f64 x x) (/.f64 y z)) x)) |
#s(approx (/ (cosh x) x) (pow.f64 x #s(literal -1 binary64))) |
#s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) |
#s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (/ (cosh x) x) (/.f64 (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)) x)) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.f64 y (*.f64 z x))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (/.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 (fma.f64 (/.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 x x) 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 (fma.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) y) (*.f64 #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 y (*.f64 z x)) #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) y) z) x) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x)) z) y) #s(literal 1/2 binary64))) |
#s(approx (/ (* (cosh x) y) z) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) z) #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) z) x) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x)) z) y) #s(literal 1/2 binary64))) |
#s(approx (/ (/ (* (cosh x) y) z) x) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x)) z) y) #s(literal 1/2 binary64))) |
#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) y) z) x) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x)) z) y) #s(literal 1/2 binary64))) |
#s(approx (/ (cosh x) x) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x)) #s(literal 1/2 binary64))) |
#s(approx (/ (* (/ (/ (* 2 (cosh x)) x) z) y) 2) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x)) z) y) #s(literal 1/2 binary64))) |
#s(approx (* (/ (/ (* 2 (cosh x)) x) z) y) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x)) z) y)) |
#s(approx (/ (/ (* 2 (cosh x)) x) z) (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x)) z)) |
#s(approx (/ (* 2 (cosh x)) x) (*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) x))) |
#s(approx (* 2 (cosh x)) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) |
#s(approx y y) |
#s(approx (/ y z) (/.f64 y z)) |
#s(approx z z) |
Compiled 2 879 to 608 computations (78.9% saved)
9 alts after pruning (3 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 185 | 3 | 188 |
| Fresh | 1 | 0 | 1 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 2 | 2 |
| Total | 187 | 9 | 196 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 96.9% | (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
| ▶ | 81.5% | (/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) z) x) |
| ✓ | 49.7% | (/.f64 (*.f64 (/.f64 (/.f64 #s(approx (* 2 (cosh x)) #s(literal 2 binary64)) x) z) y) #s(literal 2 binary64)) |
| ▶ | 54.4% | (/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x) |
| ✓ | 47.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
| ✓ | 50.0% | (/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
| ▶ | 54.4% | (*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
| ✓ | 47.8% | (*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
| ✓ | 54.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
Compiled 103 to 85 computations (17.5% saved)
| Inputs |
|---|
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 y z) |
y |
z |
(/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
x |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x) |
(*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) z) x) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) |
#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) |
| Outputs |
|---|
#s(approx (* (/ y z) (/ (cosh x) x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ y z) (/ (cosh x) x)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ y z) (/ (cosh x) x)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ y z) (/ (cosh x) 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) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* 1/2 (pow x 2))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) x))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* y (/ (cosh x) z)) x) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* y (/ (cosh x) z)) x) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* y (/ (cosh x) z)) x) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* y (/ (cosh x) z)) 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 (* y (/ (cosh x) z)) #s(hole binary64 (/ y z))) |
#s(approx (* y (/ (cosh x) z)) #s(hole binary64 (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)))) |
#s(approx (* y (/ (cosh x) z)) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)))) |
#s(approx (* y (/ (cosh 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)))) |
#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) y) z) x) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (/ (* (cosh x) y) z) x) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (/ (* (cosh x) y) z) 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) y) z) 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) y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)))) |
#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/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 z) (/ (cosh x) x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) x)))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (* y (/ (cosh x) z)) x) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* y (/ (cosh x) z)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) z)))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) z)))) |
#s(approx (/ (/ (* (cosh x) y) z) x) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) z)))) |
#s(approx (* (cosh x) y) #s(hole binary64 (* 1/2 (* y (+ (exp x) (/ 1 (exp 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 (/ y z) #s(hole binary64 (/ y z))) |
#s(approx y #s(hole binary64 y)) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | x | @ | inf | ((* (/ y z) (/ (cosh x) x)) (/ y z) y z (/ (cosh x) x) (cosh x) 1 x (/ (* y (/ (cosh x) z)) x) (* y (/ (cosh x) z)) (/ (cosh x) z) (/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2) |
| 3.0ms | z | @ | 0 | ((* (/ y z) (/ (cosh x) x)) (/ y z) y z (/ (cosh x) x) (cosh x) 1 x (/ (* y (/ (cosh x) z)) x) (* y (/ (cosh x) z)) (/ (cosh x) z) (/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2) |
| 3.0ms | x | @ | -inf | ((* (/ y z) (/ (cosh x) x)) (/ y z) y z (/ (cosh x) x) (cosh x) 1 x (/ (* y (/ (cosh x) z)) x) (* y (/ (cosh x) z)) (/ (cosh x) z) (/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2) |
| 2.0ms | y | @ | -inf | ((* (/ y z) (/ (cosh x) x)) (/ y z) y z (/ (cosh x) x) (cosh x) 1 x (/ (* y (/ (cosh x) z)) x) (* y (/ (cosh x) z)) (/ (cosh x) z) (/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2) |
| 2.0ms | z | @ | -inf | ((* (/ y z) (/ (cosh x) x)) (/ y z) y z (/ (cosh x) x) (cosh x) 1 x (/ (* y (/ (cosh x) z)) x) (* y (/ (cosh x) z)) (/ (cosh x) z) (/ (/ (* (cosh x) y) z) x) (/ (* (cosh x) y) z) (* (cosh x) y) (cosh x) (+ (* (* x x) 1/2) 1) (* x x) 1/2) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 172 | 1182 |
| 0 | 184 | 1159 |
| 1 | 843 | 1074 |
| 0 | 7580 | 1029 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 y z) |
y |
z |
(/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
x |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x) |
(*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) z) x) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) z) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) |
#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(approx (* (/ y z) (/ (cosh x) x)) #s(hole binary64 (/ y (* x z)))) |
#s(approx (* (/ y z) (/ (cosh x) x)) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (* (/ y z) (/ (cosh x) x)) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (* (/ y z) (/ (cosh x) 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) x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* 1/2 (pow x 2))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) x))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) x))) |
#s(approx (cosh x) #s(hole binary64 1)) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) |
#s(approx (cosh x) #s(hole binary64 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* y (/ (cosh x) z)) x) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (* y (/ (cosh x) z)) x) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (* y (/ (cosh x) z)) x) #s(hole binary64 (/ (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)) x))) |
#s(approx (/ (* y (/ (cosh x) z)) 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 (* y (/ (cosh x) z)) #s(hole binary64 (/ y z))) |
#s(approx (* y (/ (cosh x) z)) #s(hole binary64 (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)))) |
#s(approx (* y (/ (cosh x) z)) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)))) |
#s(approx (* y (/ (cosh 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)))) |
#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) y) z) x) #s(hole binary64 (/ y (* x z)))) |
#s(approx (/ (/ (* (cosh x) y) z) x) #s(hole binary64 (/ (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)) x))) |
#s(approx (/ (/ (* (cosh x) y) z) 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) y) z) 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) y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* 1/2 (/ (* (pow x 2) y) z)) (/ y z)))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) y) z)) (* 1/2 (/ y z)))) (/ y z)))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (+ (* (pow x 2) (+ (* 1/2 (/ y z)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) y) z)) (* 1/24 (/ y z)))))) (/ y z)))) |
#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/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 z) (/ (cosh x) x)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (cosh x) x) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) x)))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (* y (/ (cosh x) z)) x) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (* y (/ (cosh x) z)) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) z)))) |
#s(approx (/ (cosh x) z) #s(hole binary64 (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) z)))) |
#s(approx (/ (/ (* (cosh x) y) z) x) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) (* x z))))) |
#s(approx (/ (* (cosh x) y) z) #s(hole binary64 (* 1/2 (/ (* y (+ (exp x) (/ 1 (exp x)))) z)))) |
#s(approx (* (cosh x) y) #s(hole binary64 (* 1/2 (* y (+ (exp x) (/ 1 (exp 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 (/ y z) #s(hole binary64 (/ y z))) |
#s(approx y #s(hole binary64 y)) |
#s(approx z #s(hole binary64 z)) |
| Outputs |
|---|
(*.f64 (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) x) y) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) x)) |
(/.f64 (*.f64 (neg.f64 y) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) (/.f64 y z)) (neg.f64 x)) |
(/.f64 (*.f64 (/.f64 y z) (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (neg.f64 x)) |
(/.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (neg.f64 y)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z))) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) y)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) y)) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) #s(approx (cosh x) #s(literal 1 binary64))) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 y (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) (neg.f64 y)) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) y) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) (neg.f64 y)) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) y) z) |
(/.f64 (*.f64 (neg.f64 y) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) (neg.f64 x)) |
(/.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) y) (*.f64 x z)) |
(/.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) y) x) |
(neg.f64 (/.f64 (*.f64 (neg.f64 y) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x)) |
(neg.f64 (/.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) y) (neg.f64 x))) |
(/.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 y) (neg.f64 z)) |
(/.f64 y z) |
(neg.f64 (/.f64 (neg.f64 y) z)) |
(neg.f64 (/.f64 y (neg.f64 z))) |
y |
z |
(/.f64 (neg.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) (neg.f64 x)) |
(/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) |
(neg.f64 (/.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) x)) |
(neg.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) (neg.f64 x))) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
x |
(*.f64 (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) x) y) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (/.f64 y z)) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) x)) |
(/.f64 (*.f64 (neg.f64 y) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) (/.f64 y z)) (neg.f64 x)) |
(/.f64 (*.f64 (/.f64 y z) (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (neg.f64 x)) |
(/.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) (neg.f64 y)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z))) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) y)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) y)) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 (neg.f64 y) (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (*.f64 (neg.f64 z) (neg.f64 x))) |
(/.f64 (*.f64 (neg.f64 y) #s(approx (cosh x) #s(literal 1 binary64))) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 y (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) (neg.f64 y)) (*.f64 (neg.f64 x) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) y) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) (neg.f64 y)) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) y) z) |
(/.f64 (*.f64 (neg.f64 y) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) (neg.f64 x)) |
(/.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) y) (*.f64 x z)) |
(/.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) y) x) |
(neg.f64 (/.f64 (*.f64 (neg.f64 y) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x)) |
(neg.f64 (/.f64 (*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) y) (neg.f64 x))) |
(*.f64 (/.f64 y z) #s(approx (cosh x) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) y) |
(*.f64 #s(approx (cosh x) #s(literal 1 binary64)) (/.f64 y z)) |
(*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(/.f64 (neg.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) y)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 y) #s(approx (cosh x) #s(literal 1 binary64))) (neg.f64 z)) |
(/.f64 (*.f64 y (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) y) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (cosh x) #s(literal 1 binary64)) y) z) |
(/.f64 (neg.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64)))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) (neg.f64 z)) |
(/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z) |
(neg.f64 (/.f64 (neg.f64 #s(approx (cosh x) #s(literal 1 binary64))) z)) |
(neg.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) (neg.f64 z))) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) z) (/.f64 y x)) |
(*.f64 (/.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) x) (/.f64 y z)) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) 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 y (/.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x z))) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) x) z) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (neg.f64 (/.f64 y z))) (neg.f64 x)) |
(/.f64 (*.f64 (neg.f64 y) #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)))) (*.f64 (neg.f64 z) x)) |
(/.f64 (*.f64 (/.f64 y z) #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)))) (neg.f64 (neg.f64 x))) |
(/.f64 (*.f64 (/.f64 y z) #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)))) x) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) (*.f64 x z)) |
(neg.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (neg.f64 (/.f64 y z))) x)) |
(neg.f64 (/.f64 (*.f64 (/.f64 y z) #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)))) (neg.f64 x))) |
(*.f64 (/.f64 y z) #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (/.f64 y z)) |
(*.f64 y (/.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 y) #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 y) #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)))) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) z) |
(neg.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) (neg.f64 (/.f64 y z)))) |
(*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) |
(*.f64 y #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/2 binary64)) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/2 binary64)) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/2 binary64)) x) x) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/2 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 x (*.f64 x (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal -4 binary64))) (*.f64 x x)) (-.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 1/8 binary64)) (*.f64 x x)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal -4 binary64)))) (-.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 1/8 binary64))) (fma.f64 (pow.f64 x #s(literal -2 binary64)) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) #s(literal 1/4 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) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.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 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.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 (fma.f64 (pow.f64 (*.f64 x x) #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (neg.f64 (-.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 x x) #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.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 (fma.f64 (pow.f64 (*.f64 x x) #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 x x) #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 x)) (neg.f64 x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) x #s(literal 1 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 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 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #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 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (pow.f64 x #s(literal -2 binary64))) (*.f64 x x))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 (*.f64 (neg.f64 x) x) (pow.f64 x #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 (neg.f64 x) x) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 #s(literal 1/2 binary64) x))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64)) #s(literal 1 binary64))) (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 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)) |
(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) |
#s(approx (/ (* y (/ (cosh x) z)) x) (/.f64 (/.f64 y x) z)) |
#s(approx (/ (* y (/ (cosh x) z)) x) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* y (/ (cosh x) z)) x) (/.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 (/ (* y (/ (cosh x) z)) x) (/.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) x) (pow.f64 x #s(literal -1 binary64))) |
#s(approx (/ (cosh x) x) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) |
#s(approx (/ (cosh x) x) (/.f64 (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) x)) |
#s(approx (/ (cosh x) x) (/.f64 (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)) 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 (/ (cosh x) z)) x) (/.f64 (/.f64 y x) z)) |
#s(approx (/ (* y (/ (cosh x) z)) x) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* y (/ (cosh x) z)) x) (/.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 (/ (* y (/ (cosh x) z)) x) (/.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 (* y (/ (cosh x) z)) (/.f64 y z)) |
#s(approx (* y (/ (cosh x) z)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z)) |
#s(approx (* y (/ (cosh x) z)) (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))) |
#s(approx (* y (/ (cosh x) z)) (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))) |
#s(approx (/ (cosh x) z) (pow.f64 z #s(literal -1 binary64))) |
#s(approx (/ (cosh x) z) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) z)) |
#s(approx (/ (cosh x) z) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64)) z) x) x (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (cosh x) z) (fma.f64 (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) z) x) x (/.f64 #s(literal 1/2 binary64) z)) (*.f64 x x) (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (* y (/ (cosh x) z)) x) (/.f64 (/.f64 y x) z)) |
#s(approx (/ (* y (/ (cosh x) z)) x) (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z) x)) |
#s(approx (/ (* y (/ (cosh x) z)) x) (/.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 (/ (* y (/ (cosh x) z)) x) (/.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 (* y (/ (cosh x) z)) (/.f64 y z)) |
#s(approx (* y (/ (cosh x) z)) (/.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y y) z)) |
#s(approx (* y (/ (cosh x) z)) (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))) |
#s(approx (* y (/ (cosh x) z)) (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))) |
#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 (*.f64 y (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x x) y)) |
#s(approx (* (cosh x) y) (fma.f64 (fma.f64 (*.f64 (*.f64 y (fma.f64 #s(literal 1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64))) x) x (*.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#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 (/ (cosh x) z)) x) (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 y x)) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) z))) |
#s(approx (/ (cosh x) x) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) #s(literal 1/2 binary64))) |
#s(approx (cosh x) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64))) |
#s(approx (/ (* y (/ (cosh x) z)) x) (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 y x)) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) z))) |
#s(approx (* y (/ (cosh x) z)) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) z) #s(literal 1/2 binary64))) |
#s(approx (/ (cosh x) z) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) z) #s(literal 1/2 binary64))) |
#s(approx (/ (* y (/ (cosh x) z)) x) (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 y x)) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) z))) |
#s(approx (* y (/ (cosh x) z)) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) y) z) #s(literal 1/2 binary64))) |
#s(approx (* (cosh x) y) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64)) y)) |
#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 (/ y z) (/.f64 y z)) |
#s(approx y y) |
#s(approx z z) |
Compiled 3 037 to 756 computations (75.1% saved)
9 alts after pruning (1 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 170 | 1 | 171 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 3 | 3 |
| Done | 1 | 5 | 6 |
| Total | 171 | 9 | 180 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 96.9% | (/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
| ✓ | 81.5% | (/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) z) x) |
| ✓ | 54.4% | (/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x) |
| ✓ | 47.8% | (/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
| ✓ | 50.0% | (/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
| ✓ | 54.4% | (*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
| ✓ | 47.8% | (*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
| 49.7% | (*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) | |
| ✓ | 54.5% | #s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
Compiled 296 to 150 computations (49.3% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) 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) y) (*.f64 z x)) |
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
(/.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 (*.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)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 (*.f64 #s(approx (cosh x) (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) z) x) |
| Outputs |
|---|
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) x) z) y) #s(literal 2 binary64)) |
5 calls:
| 16.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 11.0ms | z |
| 11.0ms | y |
| 11.0ms | x |
| 10.0ms | (*.f64 (cosh.f64 x) (/.f64 y 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.9% | 2 | y |
| 99.9% | 2 | z |
Compiled 17 to 22 computations (-29.4% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) 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) y) (*.f64 z x)) |
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) x) z) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
(/.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 (*.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)) (fma.f64 x x #s(literal 2 binary64))) x) z) y) #s(literal 2 binary64)) |
| Outputs |
|---|
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) y) z) x) |
2 calls:
| 9.0ms | z |
| 7.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 96.9% | 1 | z |
Compiled 9 to 10 computations (-11.1% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) 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) y) (*.f64 z 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)) |
3 calls:
| 9.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 8.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 7.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 3 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 99.8% | 2 | y |
| 99.5% | 3 | (/.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 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) 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) y) (*.f64 z x)) |
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Outputs |
|---|
(/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
5 calls:
| 5.0ms | z |
| 4.0ms | y |
| 3.0ms | x |
| 3.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 3.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.3% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 96.3% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 93.3% | 1 | x |
| 93.3% | 1 | z |
| 93.3% | 1 | y |
Compiled 17 to 22 computations (-29.4% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) 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) y) (*.f64 z x)) |
| Outputs |
|---|
(/.f64 (*.f64 (cosh.f64 x) y) (*.f64 z x)) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
1 calls:
| 3.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.3% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
Compiled 8 to 7 computations (12.5% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
| Outputs |
|---|
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
(*.f64 (/.f64 (cosh.f64 x) x) (/.f64 y z)) |
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 |
|---|---|---|
| 96.3% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 96.3% | 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 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(*.f64 (/.f64 y x) (/.f64 (cosh.f64 x) z)) |
5 calls:
| 5.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 5.0ms | z |
| 3.0ms | y |
| 3.0ms | x |
| 2.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.1% | 1 | z |
| 87.1% | 2 | x |
| 86.3% | 2 | y |
| 84.1% | 1 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 84.1% | 1 | (/.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 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
(*.f64 (/.f64 y x) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) |
(*.f64 (/.f64 y z) (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x)) |
(/.f64 (*.f64 y (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) z)) x) |
| Outputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(*.f64 y (/.f64 (/.f64 #s(approx (cosh x) #s(literal 1 binary64)) x) z)) |
5 calls:
| 2.0ms | z |
| 2.0ms | y |
| 2.0ms | x |
| 2.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 2.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.4% | 2 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 57.5% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 57.5% | 2 | z |
| 57.5% | 2 | y |
| 54.5% | 1 | x |
Compiled 17 to 22 computations (-29.4% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) (/ y x)) (/.f64 y x)) z) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
2 calls:
| 2.0ms | z |
| 1.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.5% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 57.5% | 2 | z |
Compiled 9 to 10 computations (-11.1% saved)
| Inputs |
|---|
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
| Outputs |
|---|
(/.f64 #s(approx (* (cosh x) y) y) (*.f64 z x)) |
#s(approx (/ (* (cosh x) (/ y x)) z) (/.f64 (/.f64 y z) x)) |
1 calls:
| 1.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.5% | 2 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
Compiled 8 to 7 computations (12.5% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
#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)) |
4 calls:
| 1.0ms | z |
| 1.0ms | y |
| 1.0ms | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
| 1.0ms | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 54.5% | 1 | (*.f64 (cosh.f64 x) (/.f64 y x)) |
| 54.5% | 1 | z |
| 54.5% | 1 | y |
| 54.5% | 1 | (/.f64 (*.f64 (cosh.f64 x) (/.f64 y x)) z) |
Compiled 16 to 19 computations (-18.8% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 4.0ms | 1.055665042069922e+46 | 5.727130131907784e+48 |
| 2.0ms | 48× | 0 | valid |
Compiled 71 to 70 computations (1.4% saved)
ival-cosh: 1.0ms (77.8% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)ival-div!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 3.3972912382453323e-22 | 1.8977207617722396e-6 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 0.17334245963569797 | 116.41835593520038 |
| 7.0ms | 96× | 0 | valid |
Compiled 107 to 109 computations (-1.9% saved)
ival-cosh: 1.0ms (39.8% of total)ival-div!: 1.0ms (39.8% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.2571858443558696e+88 | 4.063092548036674e+95 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.1727530798476296e+56 | 2.6214347235268107e+61 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.2571858443558696e+88 | 4.063092548036674e+95 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 1.0236006469689176e-115 | 1.2756421091444237e-113 |
| 10.0ms | 112× | 0 | valid |
Compiled 137 to 132 computations (3.6% saved)
ival-cosh: 5.0ms (74.7% of total)ival-div!: 1.0ms (14.9% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 5.0ms | 1.055665042069922e+46 | 5.727130131907784e+48 |
| 4.0ms | 32× | 0 | valid |
Compiled 131 to 118 computations (9.9% saved)
adjust: 0.0ms (0% of total)ival-cosh: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)ival-div!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 3.3972912382453323e-22 | 1.8977207617722396e-6 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 3.3972912382453323e-22 | 1.8977207617722396e-6 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | fuel |
Compiled 288 to 65 computations (77.4% saved)
(negabs z)
(negabs y)
(negabs x)
Compiled 2 508 to 1 282 computations (48.9% saved)
Loading profile data...