
Time bar (total: 7.2s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 0 |
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 1 |
| 100% | 100% | 0% | 0% | 0% | 0% | 0% | 2 |
Compiled 15 to 9 computations (40% saved)
| 3.6s | 3 255× | 2 | valid |
| 795.0ms | 4 607× | 1 | valid |
| 443.0ms | 7 875× | 0 | exit |
| 24.0ms | 394× | 0 | valid |
ival-exp: 3.7s (84.8% of total)adjust: 287.0ms (6.5% of total)ival-div!: 144.0ms (3.3% of total)ival-sub!: 89.0ms (2% of total)ival-neg: 82.0ms (1.9% of total)ival-add!: 64.0ms (1.5% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 245 | 0 | - | 0 | - | (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) |
| 7 | 0 | - | 0 | - | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| 0 | 0 | - | 0 | - | (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) |
| 0 | 0 | - | 0 | - | (exp.f64 x) |
| 0 | 0 | - | 0 | - | (exp.f64 (neg.f64 x)) |
| 0 | 0 | - | 0 | - | (neg.f64 x) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
-.f64 | (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) | cancellation | 245 | 0 |
/.f64 | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) | o/o | 7 | 0 |
| ↳ | (exp.f64 x) | overflow | 5 | |
| ↳ | (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) | overflow | 7 | |
| ↳ | (exp.f64 (neg.f64 x)) | overflow | 2 | |
| ↳ | (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) | overflow | 7 | |
| ↳ | (exp.f64 x) | overflow | 5 | |
| ↳ | (exp.f64 (neg.f64 x)) | overflow | 2 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 252 | 0 |
| - | 0 | 4 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 252 | 0 | 0 |
| - | 0 | 3 | 1 |
| number | freq |
|---|---|
| 0 | 4 |
| 1 | 252 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 90.0ms | 202× | 2 | valid |
| 46.0ms | 278× | 1 | valid |
| 2.0ms | 32× | 0 | valid |
Compiled 83 to 25 computations (69.9% saved)
ival-exp: 84.0ms (71.7% of total)adjust: 12.0ms (10.2% of total)ival-neg: 7.0ms (6% of total)ival-div!: 6.0ms (5.1% of total)ival-sub!: 5.0ms (4.3% of total)ival-add!: 3.0ms (2.6% of total)Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 39 |
| 1 | 45 | 39 |
| 2 | 104 | 39 |
| 3 | 414 | 39 |
| 4 | 4412 | 27 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 9.2% | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(negabs x)
Compiled 26 to 14 computations (46.2% saved)
| Inputs |
|---|
(/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) |
(exp.f64 x) |
x |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
(+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) |
| Outputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (* 2 x))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (* x (+ 2 (* 1/3 (pow x 2)))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (* x (+ 2 (* (pow x 2) (+ 1/3 (* 1/60 (pow x 2)))))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (* x (+ 2 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 1/60 (* 1/2520 (pow x 2)))))))))) |
#s(approx (exp x) #s(hole binary64 1)) |
#s(approx (exp x) #s(hole binary64 (+ 1 x))) |
#s(approx (exp x) #s(hole binary64 (+ 1 (* x (+ 1 (* 1/2 x)))))) |
#s(approx (exp x) #s(hole binary64 (+ 1 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (exp (neg x)) #s(hole binary64 1)) |
#s(approx (exp (neg x)) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (exp (neg x)) #s(hole binary64 (+ 1 (* x (- (* 1/2 x) 1))))) |
#s(approx (exp (neg x)) #s(hole binary64 (+ 1 (* x (- (* x (+ 1/2 (* -1/6 x))) 1))))) |
#s(approx (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 2)) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ 2 (pow x 2)))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ 2 (* (pow x 2) (+ 1 (* 1/12 (pow x 2))))))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ 2 (* (pow x 2) (+ 1 (* (pow x 2) (+ 1/12 (* 1/360 (pow x 2))))))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (- (exp x) (exp (neg x))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ (exp x) (exp (neg x))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (* -1 x))) (+ (exp x) (exp (* -1 x)))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (- (exp x) (exp (* -1 x))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ (exp x) (exp (* -1 x))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | -inf | ((/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (- (exp x) (exp (neg x))) (exp x) x (exp (neg x)) (neg x) (+ (exp x) (exp (neg x)))) |
| 1.0ms | x | @ | inf | ((/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (- (exp x) (exp (neg x))) (exp x) x (exp (neg x)) (neg x) (+ (exp x) (exp (neg x)))) |
| 1.0ms | x | @ | 0 | ((/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (- (exp x) (exp (neg x))) (exp x) x (exp (neg x)) (neg x) (+ (exp x) (exp (neg x)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 127 | 498 |
| 0 | 140 | 356 |
| 1 | 753 | 345 |
| 0 | 6406 | 319 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) |
(exp.f64 x) |
x |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
(+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (* 2 x))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (* x (+ 2 (* 1/3 (pow x 2)))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (* x (+ 2 (* (pow x 2) (+ 1/3 (* 1/60 (pow x 2)))))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (* x (+ 2 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 1/60 (* 1/2520 (pow x 2)))))))))) |
#s(approx (exp x) #s(hole binary64 1)) |
#s(approx (exp x) #s(hole binary64 (+ 1 x))) |
#s(approx (exp x) #s(hole binary64 (+ 1 (* x (+ 1 (* 1/2 x)))))) |
#s(approx (exp x) #s(hole binary64 (+ 1 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (exp (neg x)) #s(hole binary64 1)) |
#s(approx (exp (neg x)) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (exp (neg x)) #s(hole binary64 (+ 1 (* x (- (* 1/2 x) 1))))) |
#s(approx (exp (neg x)) #s(hole binary64 (+ 1 (* x (- (* x (+ 1/2 (* -1/6 x))) 1))))) |
#s(approx (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 2)) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ 2 (pow x 2)))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ 2 (* (pow x 2) (+ 1 (* 1/12 (pow x 2))))))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ 2 (* (pow x 2) (+ 1 (* (pow x 2) (+ 1/12 (* 1/360 (pow x 2))))))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (- (exp x) (exp (neg x))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ (exp x) (exp (neg x))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (* -1 x))) (+ (exp x) (exp (* -1 x)))))) |
#s(approx (- (exp x) (exp (neg x))) #s(hole binary64 (- (exp x) (exp (* -1 x))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
#s(approx (+ (exp x) (exp (neg x))) #s(hole binary64 (+ (exp x) (exp (* -1 x))))) |
| Outputs |
|---|
(tanh.f64 x) |
(*.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64)))) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (+.f64 (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64)) (pow.f64 (exp.f64 x) #s(literal 3 binary64)))) (fma.f64 (exp.f64 x) (exp.f64 x) (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64))))) |
(*.f64 #s(literal 2 binary64) (/.f64 (sinh.f64 x) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (tanh.f64 x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x))) (*.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))))) (+.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (fma.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))))))) |
(/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) x)) (fma.f64 (exp.f64 x) (exp.f64 x) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (neg.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) |
(/.f64 (-.f64 (*.f64 (exp.f64 x) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (exp.f64 (neg.f64 x)))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 #s(literal -2 binary64) x))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 #s(literal -2 binary64) x)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 x) #s(literal 3 binary64)) (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64))) (*.f64 (fma.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (pow.f64 (exp.f64 x) #s(literal 2 binary64))) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x)) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) |
(/.f64 (sinh.f64 x) (cosh.f64 x)) |
(/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(neg.f64 (/.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) |
(-.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64)))) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (+.f64 (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64)) (pow.f64 (exp.f64 x) #s(literal 3 binary64)))) (fma.f64 (exp.f64 x) (exp.f64 x) (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64))))) |
(*.f64 (sinh.f64 x) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (sinh.f64 x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) (cosh.f64 x)) |
(/.f64 (neg.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64)))) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (exp.f64 x) #s(literal 3 binary64)) (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (pow.f64 (exp.f64 x) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 x) #s(literal 3 binary64)) (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64))) (fma.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (pow.f64 (exp.f64 x) #s(literal 2 binary64)))) |
(-.f64 (-.f64 (exp.f64 x) (cosh.f64 x)) (sinh.f64 (neg.f64 x))) |
(-.f64 (/.f64 (pow.f64 (exp.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (exp.f64 x) #s(literal 3 binary64)) (fma.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (pow.f64 (exp.f64 x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64)) (fma.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (pow.f64 (exp.f64 x) #s(literal 2 binary64))))) |
(-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) |
(+.f64 (-.f64 (exp.f64 x) (cosh.f64 x)) (sinh.f64 x)) |
(+.f64 (cosh.f64 x) (-.f64 (sinh.f64 x) (exp.f64 (neg.f64 x)))) |
(+.f64 (sinh.f64 x) (sinh.f64 x)) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 x) #s(literal 3 binary64)) (pow.f64 (sinh.f64 x) #s(literal 3 binary64))) (fma.f64 (cosh.f64 x) (cosh.f64 x) (-.f64 (*.f64 (sinh.f64 x) (sinh.f64 x)) (*.f64 (cosh.f64 x) (sinh.f64 x))))) |
(/.f64 #s(literal 1 binary64) (exp.f64 (neg.f64 x))) |
(exp.f64 x) |
(+.f64 (cosh.f64 x) (sinh.f64 x)) |
(+.f64 (sinh.f64 x) (cosh.f64 x)) |
x |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (/.f64 x #s(literal 2 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (/.f64 x #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (exp.f64 (neg.f64 x))) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) x) |
(pow.f64 (exp.f64 x) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 (neg.f64 x)) (sinh.f64 (neg.f64 x)))) (-.f64 (cosh.f64 x) (sinh.f64 (neg.f64 x)))) |
(/.f64 (-.f64 (pow.f64 (cosh.f64 x) #s(literal 3 binary64)) (pow.f64 (sinh.f64 x) #s(literal 3 binary64))) (fma.f64 (cosh.f64 x) (cosh.f64 x) (fma.f64 (sinh.f64 x) (sinh.f64 x) (*.f64 (cosh.f64 x) (sinh.f64 x))))) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 x) #s(literal 3 binary64)) (pow.f64 (sinh.f64 (neg.f64 x)) #s(literal 3 binary64))) (fma.f64 (cosh.f64 x) (cosh.f64 x) (-.f64 (*.f64 (sinh.f64 (neg.f64 x)) (sinh.f64 (neg.f64 x))) (*.f64 (cosh.f64 x) (sinh.f64 (neg.f64 x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (exp.f64 x))) |
(/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (exp.f64 x))) |
(/.f64 #s(literal 1 binary64) (exp.f64 x)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (exp.f64 x))) |
(-.f64 (cosh.f64 x) (sinh.f64 x)) |
(exp.f64 (-.f64 #s(literal 0 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1 binary64))) x)) |
(exp.f64 (neg.f64 x)) |
(+.f64 (sinh.f64 (neg.f64 x)) (cosh.f64 x)) |
(+.f64 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 #s(literal 1 binary64) (neg.f64 x)) |
(*.f64 (neg.f64 x) #s(literal 1 binary64)) |
(*.f64 x #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (neg.f64 x)) #s(literal 2 binary64)) |
(neg.f64 (*.f64 #s(literal -1 binary64) (neg.f64 x))) |
(neg.f64 x) |
(*.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (-.f64 (pow.f64 (exp.f64 x) #s(literal 3 binary64)) (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64)))) (fma.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (pow.f64 (exp.f64 x) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64)))) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (cosh.f64 x) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (cosh.f64 x)) |
(/.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) (sinh.f64 x)) |
(/.f64 (-.f64 (pow.f64 (exp.f64 (neg.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 (neg.f64 (+.f64 (pow.f64 (exp.f64 (neg.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) (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64)))) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) |
(/.f64 (+.f64 (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64)) (pow.f64 (exp.f64 x) #s(literal 3 binary64))) (+.f64 (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64)) (expm1.f64 (*.f64 #s(literal 2 binary64) x)))) |
(/.f64 (+.f64 (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64)) (pow.f64 (exp.f64 x) #s(literal 3 binary64))) (fma.f64 (exp.f64 x) (exp.f64 x) (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (/.f64 x #s(literal 2 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (/.f64 x #s(literal 2 binary64))) (exp.f64 x)) |
(fma.f64 #s(literal 1 binary64) (exp.f64 (neg.f64 x)) (exp.f64 x)) |
(-.f64 (+.f64 (exp.f64 x) (cosh.f64 x)) (sinh.f64 x)) |
(-.f64 (/.f64 (pow.f64 (exp.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (/.f64 (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64)))) |
(-.f64 (cosh.f64 x) (-.f64 (sinh.f64 x) (exp.f64 x))) |
(+.f64 (+.f64 (exp.f64 (neg.f64 x)) (cosh.f64 x)) (sinh.f64 x)) |
(+.f64 (+.f64 (exp.f64 x) (cosh.f64 x)) (sinh.f64 (neg.f64 x))) |
(+.f64 (/.f64 (pow.f64 (exp.f64 x) #s(literal 3 binary64)) (fma.f64 (exp.f64 x) (exp.f64 x) (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64))))) (/.f64 (pow.f64 (exp.f64 (neg.f64 x)) #s(literal 3 binary64)) (fma.f64 (exp.f64 x) (exp.f64 x) (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64)))))) |
(+.f64 (cosh.f64 x) (+.f64 (sinh.f64 (neg.f64 x)) (exp.f64 x))) |
(+.f64 (cosh.f64 x) (+.f64 (sinh.f64 x) (exp.f64 (neg.f64 x)))) |
(+.f64 (cosh.f64 x) (cosh.f64 x)) |
(+.f64 (exp.f64 (neg.f64 x)) (exp.f64 x)) |
(+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 2/15 binary64) x) x (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) x)) |
#s(approx (- (exp x) (exp (neg x))) (*.f64 #s(literal 2 binary64) x)) |
#s(approx (- (exp x) (exp (neg x))) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 x x) #s(literal 2 binary64)) x)) |
#s(approx (- (exp x) (exp (neg x))) (*.f64 (fma.f64 (fma.f64 #s(literal 1/60 binary64) (*.f64 x x) #s(literal 1/3 binary64)) (*.f64 x x) #s(literal 2 binary64)) x)) |
#s(approx (- (exp x) (exp (neg x))) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 1/2520 binary64) (*.f64 x x) #s(literal 1/60 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (*.f64 x x) #s(literal 2 binary64)) x)) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
#s(approx (exp x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) x #s(literal 1 binary64))) |
#s(approx (exp x) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) x #s(literal 1/2 binary64)) x #s(literal 1 binary64)) x #s(literal 1 binary64))) |
#s(approx x x) |
#s(approx (exp (neg x)) #s(literal 1 binary64)) |
#s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
#s(approx (exp (neg x)) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/6 binary64) x #s(literal 1/2 binary64)) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
#s(approx (neg x) (neg.f64 x)) |
#s(approx (+ (exp x) (exp (neg x))) #s(literal 2 binary64)) |
#s(approx (+ (exp x) (exp (neg x))) (fma.f64 x x #s(literal 2 binary64))) |
#s(approx (+ (exp x) (exp (neg x))) (fma.f64 x x (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/12 binary64) #s(literal 2 binary64)))) |
#s(approx (+ (exp x) (exp (neg x))) (fma.f64 x x (fma.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 #s(literal 1/360 binary64) (*.f64 x x) #s(literal 1/12 binary64)) #s(literal 2 binary64)))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (tanh.f64 x)) |
#s(approx (- (exp x) (exp (neg x))) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) |
#s(approx (exp x) (exp.f64 x)) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (+ (exp x) (exp (neg x))) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (tanh.f64 x)) |
#s(approx (- (exp x) (exp (neg x))) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (+ (exp x) (exp (neg x))) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
Compiled 3 096 to 499 computations (83.9% saved)
4 alts after pruning (4 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 158 | 4 | 162 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 159 | 4 | 163 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 97.2% | (/.f64 (sinh.f64 x) (cosh.f64 x)) |
| ▶ | 100.0% | (tanh.f64 x) |
| ▶ | 96.3% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) x)) |
| ▶ | 95.5% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
Compiled 48 to 30 computations (37.5% saved)
| Inputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
x |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) x)) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) x) |
(pow.f64 x #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(-.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 2/15 binary64) (*.f64 x x)) |
#s(literal 2/15 binary64) |
(*.f64 x x) |
#s(literal 1/3 binary64) |
(tanh.f64 x) |
(/.f64 (sinh.f64 x) (cosh.f64 x)) |
(sinh.f64 x) |
(cosh.f64 x) |
| Outputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 x)) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (pow x 3) #s(hole binary64 (pow x 3))) |
#s(approx (- (* 2/15 (* x x)) 1/3) #s(hole binary64 -1/3)) |
#s(approx (- (* 2/15 (* x x)) 1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (* 2/15 (* x x)) #s(hole binary64 (* 2/15 (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (tanh x) #s(hole binary64 x)) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 x)) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (sinh x) #s(hole binary64 x)) |
#s(approx (sinh x) #s(hole binary64 (* x (+ 1 (* 1/6 (pow x 2)))))) |
#s(approx (sinh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (+ 1/6 (* 1/120 (pow x 2)))))))) |
#s(approx (sinh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (+ 1/6 (* (pow x 2) (+ 1/120 (* 1/5040 (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 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* 2/15 (pow x 5)))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* (pow x 5) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* (pow x 5) (- (+ 2/15 (/ 1 (pow x 4))) (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (- (* 2/15 (* x x)) 1/3) #s(hole binary64 (* 2/15 (pow x 2)))) |
#s(approx (- (* 2/15 (* x x)) 1/3) #s(hole binary64 (* (pow x 2) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (tanh x) #s(hole binary64 (/ (- (exp x) (/ 1 (exp x))) (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 (/ (- (exp x) (/ 1 (exp x))) (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (sinh x) #s(hole binary64 (* 1/2 (- (exp x) (/ 1 (exp x)))))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (* -1 x))) (+ (exp x) (exp (* -1 x)))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) (+ 2/15 (/ 1 (pow x 4)))))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | x | @ | inf | ((/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (pow x 3) 3 (- (* 2/15 (* x x)) 1/3) (* 2/15 (* x x)) 2/15 (* x x) 1/3 (tanh x) (/ (sinh x) (cosh x)) (sinh x) (cosh x)) |
| 4.0ms | x | @ | -inf | ((/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (pow x 3) 3 (- (* 2/15 (* x x)) 1/3) (* 2/15 (* x x)) 2/15 (* x x) 1/3 (tanh x) (/ (sinh x) (cosh x)) (sinh x) (cosh x)) |
| 2.0ms | x | @ | 0 | ((/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (pow x 3) 3 (- (* 2/15 (* x x)) 1/3) (* 2/15 (* x x)) 2/15 (* x x) 1/3 (tanh x) (/ (sinh x) (cosh x)) (sinh x) (cosh x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 157 | 833 |
| 0 | 167 | 646 |
| 1 | 776 | 619 |
| 0 | 6168 | 571 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
x |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) x)) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) x) |
(pow.f64 x #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(-.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 2/15 binary64) (*.f64 x x)) |
#s(literal 2/15 binary64) |
(*.f64 x x) |
#s(literal 1/3 binary64) |
(tanh.f64 x) |
(/.f64 (sinh.f64 x) (cosh.f64 x)) |
(sinh.f64 x) |
(cosh.f64 x) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 x)) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (pow x 3) #s(hole binary64 (pow x 3))) |
#s(approx (- (* 2/15 (* x x)) 1/3) #s(hole binary64 -1/3)) |
#s(approx (- (* 2/15 (* x x)) 1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (* 2/15 (* x x)) #s(hole binary64 (* 2/15 (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (tanh x) #s(hole binary64 x)) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 x)) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (sinh x) #s(hole binary64 x)) |
#s(approx (sinh x) #s(hole binary64 (* x (+ 1 (* 1/6 (pow x 2)))))) |
#s(approx (sinh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (+ 1/6 (* 1/120 (pow x 2)))))))) |
#s(approx (sinh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (+ 1/6 (* (pow x 2) (+ 1/120 (* 1/5040 (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 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* 2/15 (pow x 5)))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* (pow x 5) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* (pow x 5) (- (+ 2/15 (/ 1 (pow x 4))) (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (- (* 2/15 (* x x)) 1/3) #s(hole binary64 (* 2/15 (pow x 2)))) |
#s(approx (- (* 2/15 (* x x)) 1/3) #s(hole binary64 (* (pow x 2) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (tanh x) #s(hole binary64 (/ (- (exp x) (/ 1 (exp x))) (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (sinh x) (cosh x)) #s(hole binary64 (/ (- (exp x) (/ 1 (exp x))) (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (sinh x) #s(hole binary64 (* 1/2 (- (exp x) (/ 1 (exp x)))))) |
#s(approx (cosh x) #s(hole binary64 (* 1/2 (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (* -1 x))) (+ (exp x) (exp (* -1 x)))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) (+ 2/15 (/ 1 (pow x 4)))))))) |
| Outputs |
|---|
#s(approx (tanh x) x) |
x |
#s(approx (tanh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
(*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x) |
(*.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 2 binary64))) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 3 binary64)) #s(literal 1 binary64)) x) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x))) |
(/.f64 (*.f64 x (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 3 binary64)) #s(literal 1 binary64))) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64))) (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (fma.f64 x (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x x (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3/2 binary64))) (pow.f64 x #s(literal 3/2 binary64)) x) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) (*.f64 x x) x) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(fma.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 (pow.f64 x #s(literal 3/2 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) x) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) x x) |
(fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) x) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) |
(fma.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) x) |
(-.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x))) |
(-.f64 x (*.f64 (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) x)) |
(-.f64 x (*.f64 (neg.f64 x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x))) |
(-.f64 x (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 3 binary64)))) |
(-.f64 x (*.f64 (neg.f64 (pow.f64 x #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (fma.f64 x (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 x (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x) |
(+.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(*.f64 (*.f64 x (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (neg.f64 (pow.f64 x #s(literal 3/2 binary64))) (neg.f64 (pow.f64 x #s(literal 3/2 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 x #s(literal 3/2 binary64))) (fabs.f64 (pow.f64 x #s(literal 3/2 binary64)))) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (neg.f64 x) x) (neg.f64 x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) |
(*.f64 x (*.f64 x x)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 3/2 binary64)) |
(pow.f64 x #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 3 binary64)))) |
#s(literal 3 binary64) |
(/.f64 (neg.f64 (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/9 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 3 binary64)) #s(literal 1/27 binary64))) (neg.f64 (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64))))) |
(/.f64 (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/9 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 3 binary64)) #s(literal 1/27 binary64)) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64)))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (neg.f64 x)) (neg.f64 x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) x) x #s(literal -1/3 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 2/15 binary64)) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 2/15 binary64) (*.f64 x x) #s(literal -1/3 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 2/15 binary64)) #s(literal -1/3 binary64)) |
(fma.f64 x (*.f64 #s(literal 2/15 binary64) x) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64)))) (/.f64 #s(literal 1/27 binary64) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (*.f64 #s(literal 2/15 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 #s(literal 2/15 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 #s(literal 2/15 binary64) x) x) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 2/15 binary64))) |
(*.f64 (*.f64 x x) #s(literal 2/15 binary64)) |
(*.f64 #s(literal 2/15 binary64) (*.f64 x x)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 2/15 binary64))) |
(*.f64 x (*.f64 #s(literal 2/15 binary64) x)) |
#s(literal 2/15 binary64) |
(*.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64)) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x (*.f64 #s(literal -1 binary64) (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 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 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/3 binary64) |
(tanh.f64 x) |
(*.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64)))) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (+.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) (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64))))) |
(*.f64 (/.f64 (sinh.f64 x) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 (sinh.f64 x) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (tanh.f64 x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x))) (*.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))))) (+.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (fma.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (neg.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal -2 binary64)) x))) (neg.f64 (+.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) x))) (neg.f64 (fma.f64 (exp.f64 x) (exp.f64 x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (sinh.f64 (neg.f64 x))) (neg.f64 (neg.f64 (cosh.f64 x)))) |
(/.f64 (-.f64 (*.f64 (exp.f64 x) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (exp.f64 (neg.f64 x)))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.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) (+.f64 (pow.f64 (exp.f64 x) #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x)) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal -2 binary64)) x)) (+.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) #s(literal 1 binary64))) |
(/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) x)) (fma.f64 (exp.f64 x) (exp.f64 x) #s(literal 1 binary64))) |
(/.f64 (sinh.f64 (neg.f64 x)) (neg.f64 (cosh.f64 x))) |
(/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(/.f64 (sinh.f64 x) (cosh.f64 x)) |
(neg.f64 (/.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (sinh.f64 (neg.f64 x)) (cosh.f64 x))) |
(neg.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) |
(neg.f64 (/.f64 (sinh.f64 x) (neg.f64 (cosh.f64 x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) #s(literal 1 binary64))) (/.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) (+.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) #s(literal 1 binary64)))) |
(-.f64 (/.f64 (pow.f64 (exp.f64 x) #s(literal 2 binary64)) (fma.f64 (exp.f64 x) (exp.f64 x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (exp.f64 x) (exp.f64 x) #s(literal 1 binary64)))) |
(-.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(tanh.f64 x) |
(*.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64)))) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (+.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) (expm1.f64 (*.f64 (neg.f64 x) #s(literal 2 binary64))))) |
(*.f64 (/.f64 (sinh.f64 x) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 (sinh.f64 x) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (tanh.f64 x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x))) (*.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))))) (+.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (fma.f64 (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (neg.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal -2 binary64)) x))) (neg.f64 (+.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) x))) (neg.f64 (fma.f64 (exp.f64 x) (exp.f64 x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (sinh.f64 (neg.f64 x))) (neg.f64 (neg.f64 (cosh.f64 x)))) |
(/.f64 (-.f64 (*.f64 (exp.f64 x) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (exp.f64 (neg.f64 x)))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.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) (+.f64 (pow.f64 (exp.f64 x) #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x)) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal -2 binary64)) x)) (+.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) #s(literal 1 binary64))) |
(/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) x)) (fma.f64 (exp.f64 x) (exp.f64 x) #s(literal 1 binary64))) |
(/.f64 (sinh.f64 (neg.f64 x)) (neg.f64 (cosh.f64 x))) |
(/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(/.f64 (sinh.f64 x) (cosh.f64 x)) |
(neg.f64 (/.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (sinh.f64 (neg.f64 x)) (cosh.f64 x))) |
(neg.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) |
(neg.f64 (/.f64 (sinh.f64 x) (neg.f64 (cosh.f64 x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) #s(literal 1 binary64))) (/.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) (+.f64 (pow.f64 (exp.f64 #s(literal -2 binary64)) x) #s(literal 1 binary64)))) |
(-.f64 (/.f64 (pow.f64 (exp.f64 x) #s(literal 2 binary64)) (fma.f64 (exp.f64 x) (exp.f64 x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (exp.f64 x) (exp.f64 x) #s(literal 1 binary64)))) |
(-.f64 (/.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (cosh.f64 x)) (/.f64 (exp.f64 (neg.f64 x)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) #s(literal 4 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 (sinh.f64 x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #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) (+.f64 (pow.f64 (exp.f64 x) #s(literal -2 binary64)) #s(literal 1 binary64))) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (sinh.f64 x)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(sinh.f64 x) |
(-.f64 (/.f64 (exp.f64 x) #s(literal 2 binary64)) (/.f64 (exp.f64 (neg.f64 x)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 4 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (sinh.f64 x) #s(literal 2 binary64))) (*.f64 (*.f64 (sinh.f64 x) #s(literal 2 binary64)) #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)) |
(/.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))) |
#s(approx (tanh x) x) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (tanh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
#s(approx x x) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) x) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (pow x 3) (pow.f64 x #s(literal 3 binary64))) |
#s(approx (- (* 2/15 (* x x)) 1/3) #s(literal -1/3 binary64)) |
#s(approx (- (* 2/15 (* x x)) 1/3) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) |
#s(approx (* 2/15 (* x x)) (*.f64 (*.f64 x x) #s(literal 2/15 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (tanh x) x) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (tanh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
#s(approx (tanh x) x) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (tanh x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
#s(approx (sinh x) x) |
#s(approx (sinh x) (fma.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (sinh x) (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 x x) #s(literal 1/6 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (sinh x) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/5040 binary64) (*.f64 x x) #s(literal 1/120 binary64)) (*.f64 x x) #s(literal 1/6 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (cosh x) #s(literal 1 binary64)) |
#s(approx (cosh x) (fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cosh x) (fma.f64 (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 (tanh x) (tanh.f64 x)) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 2/15 binary64))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) #s(literal 2/15 binary64)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) (+.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 2/15 binary64))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (- (* 2/15 (* x x)) 1/3) (*.f64 (*.f64 x x) #s(literal 2/15 binary64))) |
#s(approx (- (* 2/15 (* x x)) 1/3) (*.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) #s(literal 2/15 binary64)) x) x)) |
#s(approx (tanh x) (tanh.f64 x)) |
#s(approx (tanh x) (tanh.f64 x)) |
#s(approx (sinh x) (*.f64 #s(literal 1 binary64) (sinh.f64 x))) |
#s(approx (cosh x) (*.f64 #s(literal 1 binary64) (cosh.f64 x))) |
#s(approx (tanh x) (tanh.f64 x)) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (*.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/3 binary64)) #s(literal 2/15 binary64))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (pow x 3) (- (* 2/15 (* x x)) 1/3)) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 5 binary64))) (-.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/3 binary64)) #s(literal 2/15 binary64)) (pow.f64 x #s(literal -4 binary64))))) |
Compiled 4 654 to 675 computations (85.5% saved)
4 alts after pruning (2 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 185 | 2 | 187 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 2 | 4 |
| Done | 0 | 0 | 0 |
| Total | 187 | 4 | 191 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 100.0% | (tanh.f64 x) |
| ▶ | 96.3% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
| ✓ | 95.5% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
| ▶ | 96.1% | #s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
Compiled 63 to 36 computations (42.9% saved)
| Inputs |
|---|
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) |
(pow.f64 x #s(literal 3 binary64)) |
x |
#s(literal 3 binary64) |
(fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) |
#s(literal -17/315 binary64) |
(*.f64 x x) |
#s(literal 2/15 binary64) |
#s(literal -1/3 binary64) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) |
(fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) |
| Outputs |
|---|
#s(approx (tanh x) #s(hole binary64 x)) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 x)) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (pow x 3) #s(hole binary64 (pow x 3))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 -1/3)) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3))) |
#s(approx (+ (* -17/315 (* x x)) 2/15) #s(hole binary64 2/15)) |
#s(approx (+ (* -17/315 (* x x)) 2/15) #s(hole binary64 (+ 2/15 (* -17/315 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* -1/3 x))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* x (- (* 2/15 (pow x 2)) 1/3)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 -1/3)) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (tanh x) #s(hole binary64 (/ (- (exp x) (/ 1 (exp x))) (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* -17/315 (pow x 7)))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* (pow x 7) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* (pow x 7) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* (pow x 7) (- (+ (* 2/15 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (* -17/315 (pow x 4)))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (* (pow x 4) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (* (pow x 4) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* -17/315 (* x x)) 2/15) #s(hole binary64 (* -17/315 (pow x 2)))) |
#s(approx (+ (* -17/315 (* x x)) 2/15) #s(hole binary64 (* (pow x 2) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* 2/15 (pow x 5)))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 5) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 5) (- (+ 2/15 (/ 1 (pow x 4))) (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* 2/15 (pow x 3)))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* (pow x 3) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (* 2/15 (pow x 2)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (* (pow x 2) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* -1 (* (pow x 7) (- 17/315 (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* -1 (* (pow x 7) (- (+ 17/315 (/ 1/3 (pow x 4))) (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* -1 (* (pow x 7) (- (+ 17/315 (/ 1/3 (pow x 4))) (+ (* 2/15 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (* -1 x))) (+ (exp x) (exp (* -1 x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) (+ 2/15 (/ 1 (pow x 4)))))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* -1 (* (pow x 3) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | inf | ((tanh x) (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (pow x 3) x 3 (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) (+ (* -17/315 (* x x)) 2/15) -17/315 (* x x) 2/15 -1/3 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (* (+ (* (* x x) 2/15) -1/3) x) (+ (* (* x x) 2/15) -1/3)) |
| 3.0ms | x | @ | -inf | ((tanh x) (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (pow x 3) x 3 (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) (+ (* -17/315 (* x x)) 2/15) -17/315 (* x x) 2/15 -1/3 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (* (+ (* (* x x) 2/15) -1/3) x) (+ (* (* x x) 2/15) -1/3)) |
| 1.0ms | x | @ | 0 | ((tanh x) (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (pow x 3) x 3 (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) (+ (* -17/315 (* x x)) 2/15) -17/315 (* x x) 2/15 -1/3 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (* (+ (* (* x x) 2/15) -1/3) x) (+ (* (* x x) 2/15) -1/3)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 172 | 1264 |
| 0 | 190 | 1075 |
| 1 | 764 | 1053 |
| 0 | 5839 | 1019 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) |
(pow.f64 x #s(literal 3 binary64)) |
x |
#s(literal 3 binary64) |
(fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) |
#s(literal -17/315 binary64) |
(*.f64 x x) |
#s(literal 2/15 binary64) |
#s(literal -1/3 binary64) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) |
(fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) |
#s(approx (tanh x) #s(hole binary64 x)) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 x)) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (pow x 3) #s(hole binary64 (pow x 3))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 -1/3)) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3))) |
#s(approx (+ (* -17/315 (* x x)) 2/15) #s(hole binary64 2/15)) |
#s(approx (+ (* -17/315 (* x x)) 2/15) #s(hole binary64 (+ 2/15 (* -17/315 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* -1/3 x))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* x (- (* 2/15 (pow x 2)) 1/3)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 -1/3)) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (tanh x) #s(hole binary64 (/ (- (exp x) (/ 1 (exp x))) (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* -17/315 (pow x 7)))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* (pow x 7) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* (pow x 7) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* (pow x 7) (- (+ (* 2/15 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (* -17/315 (pow x 4)))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (* (pow x 4) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(hole binary64 (* (pow x 4) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* -17/315 (* x x)) 2/15) #s(hole binary64 (* -17/315 (pow x 2)))) |
#s(approx (+ (* -17/315 (* x x)) 2/15) #s(hole binary64 (* (pow x 2) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* 2/15 (pow x 5)))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 5) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 5) (- (+ 2/15 (/ 1 (pow x 4))) (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* 2/15 (pow x 3)))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* (pow x 3) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (* 2/15 (pow x 2)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (* (pow x 2) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* -1 (* (pow x 7) (- 17/315 (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* -1 (* (pow x 7) (- (+ 17/315 (/ 1/3 (pow x 4))) (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) #s(hole binary64 (* -1 (* (pow x 7) (- (+ 17/315 (/ 1/3 (pow x 4))) (+ (* 2/15 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (* -1 x))) (+ (exp x) (exp (* -1 x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) (+ 2/15 (/ 1 (pow x 4)))))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* -1 (* (pow x 3) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
| Outputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
(*.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x) |
(*.f64 x (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) #s(literal 2 binary64))) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) x) (fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x))) |
(/.f64 (*.f64 x (fma.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64))) (-.f64 x (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (fma.f64 x (-.f64 x (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x x (-.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x (-.f64 x (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3/2 binary64))) (pow.f64 x #s(literal 3/2 binary64)) x) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x)) x (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64))) (*.f64 x x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) (pow.f64 x #s(literal 3/2 binary64))) (pow.f64 x #s(literal 3/2 binary64)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) (*.f64 x x)) x (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) x) (*.f64 x x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 x (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) (*.f64 x x) x) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 (pow.f64 x #s(literal 3/2 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) x) |
(fma.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) (pow.f64 x #s(literal 3 binary64)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 (*.f64 x x) (pow.f64 x #s(literal 3 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) |
(fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) x) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) x x) |
(fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(fma.f64 x (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) x) |
(-.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x))) |
(-.f64 x (*.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 3 binary64)))) |
(-.f64 x (*.f64 (neg.f64 (pow.f64 x #s(literal 3 binary64))) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)))) |
(-.f64 x (*.f64 (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) x)) |
(-.f64 x (*.f64 (neg.f64 x) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x))) |
(+.f64 (+.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) (pow.f64 x #s(literal 4 binary64)))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (fma.f64 x (-.f64 x (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 x (-.f64 x (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
(+.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x) |
(+.f64 x (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(*.f64 (*.f64 x (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (neg.f64 (pow.f64 x #s(literal 3/2 binary64))) (neg.f64 (pow.f64 x #s(literal 3/2 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 x #s(literal 3/2 binary64))) (fabs.f64 (pow.f64 x #s(literal 3/2 binary64)))) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (neg.f64 x) x) (neg.f64 x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) x)) |
(*.f64 x (*.f64 x x)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 3/2 binary64)) |
(pow.f64 x #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 3 binary64)))) |
x |
#s(literal 3 binary64) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/27 binary64))) (neg.f64 (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/9 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/27 binary64))) (neg.f64 (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/9 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/27 binary64)) (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) (*.f64 #s(literal -1/3 binary64) x))))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/27 binary64)) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (fabs.f64 x)) (fabs.f64 x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (neg.f64 x)) (neg.f64 x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (fabs.f64 x)) (fabs.f64 x) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (fabs.f64 x)) (fabs.f64 x) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (neg.f64 x)) (neg.f64 x) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (neg.f64 x)) (neg.f64 x) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) x) x (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) x) x (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x #s(literal -1/3 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64))) #s(literal -1/3 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 2/15 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 2/15 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 1 binary64) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 1 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 2/15 binary64) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 2/15 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64))) #s(literal -1/3 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 2/15 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 2/15 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 2/15 binary64) (*.f64 x x) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 2/15 binary64) (*.f64 x x) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 x (*.f64 #s(literal 2/15 binary64) x) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 x (*.f64 #s(literal 2/15 binary64) x) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) (/.f64 #s(literal 1/27 binary64) (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))))) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 1/3 binary64)) |
(-.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x)) x)) |
(-.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64))) (*.f64 x x))) |
(-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) (/.f64 #s(literal -1/27 binary64) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))))) |
(+.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 8/3375 binary64) (pow.f64 (*.f64 #s(literal 17/315 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 4/225 binary64) (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal 2/15 binary64) (*.f64 #s(literal 17/315 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64))))) (neg.f64 (+.f64 #s(literal 2/15 binary64) (*.f64 #s(literal 17/315 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -4/225 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal -17/315 binary64) x) x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)) #s(literal 4/225 binary64)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64))) (neg.f64 (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal -34/4725 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)))) (+.f64 #s(literal 2/15 binary64) (*.f64 #s(literal 17/315 binary64) (*.f64 x x)))) |
(/.f64 (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -4/225 binary64)) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64))) |
(/.f64 (fma.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal -17/315 binary64) x) x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)) #s(literal 4/225 binary64))) |
(/.f64 (fma.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal -34/4725 binary64) (*.f64 x x))))) |
(fma.f64 (*.f64 #s(literal -17/315 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal 2/15 binary64)) |
(fma.f64 (*.f64 #s(literal -17/315 binary64) (neg.f64 x)) (neg.f64 x) #s(literal 2/15 binary64)) |
(fma.f64 (*.f64 #s(literal -17/315 binary64) x) x #s(literal 2/15 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal -17/315 binary64)) #s(literal 2/15 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal -17/315 binary64)) #s(literal 2/15 binary64)) |
(fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) |
(fma.f64 x (*.f64 #s(literal -17/315 binary64) x) #s(literal 2/15 binary64)) |
(-.f64 (/.f64 #s(literal 4/225 binary64) (+.f64 #s(literal 2/15 binary64) (*.f64 #s(literal 17/315 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64))) (+.f64 #s(literal 2/15 binary64) (*.f64 #s(literal 17/315 binary64) (*.f64 x x))))) |
(-.f64 (/.f64 (*.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64))) (/.f64 #s(literal 4/225 binary64) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)))) |
(-.f64 (*.f64 (*.f64 #s(literal -17/315 binary64) x) x) #s(literal -2/15 binary64)) |
(-.f64 #s(literal 2/15 binary64) (*.f64 (neg.f64 (*.f64 #s(literal -17/315 binary64) x)) x)) |
(-.f64 #s(literal 2/15 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -17/315 binary64))) |
(-.f64 #s(literal 2/15 binary64) (*.f64 #s(literal 17/315 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 8/3375 binary64) (fma.f64 (*.f64 (*.f64 #s(literal -17/315 binary64) x) x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)) #s(literal 4/225 binary64))) (/.f64 (*.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal -17/315 binary64) x) x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)) #s(literal 4/225 binary64)))) |
(+.f64 (/.f64 (*.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal -34/4725 binary64) (*.f64 x x))))) (/.f64 #s(literal 8/3375 binary64) (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal -34/4725 binary64) (*.f64 x x)))))) |
(+.f64 (*.f64 (*.f64 #s(literal -17/315 binary64) x) x) #s(literal 2/15 binary64)) |
(+.f64 #s(literal 2/15 binary64) (*.f64 (*.f64 #s(literal -17/315 binary64) x) x)) |
#s(literal -17/315 binary64) |
(*.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64)) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x (*.f64 #s(literal -1 binary64) (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 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 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 2/15 binary64) |
#s(literal -1/3 binary64) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
(*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x) |
(*.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 2 binary64))) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) x) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x))) |
(/.f64 (*.f64 x (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64))) (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (fma.f64 x (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x x (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (fabs.f64 x)) (fabs.f64 x) x) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (neg.f64 x)) (neg.f64 x) x) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3/2 binary64))) (pow.f64 x #s(literal 3/2 binary64)) x) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) x) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) x x) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) x) |
(fma.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x) x) |
(-.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x))) |
(-.f64 x (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) (*.f64 x x))) |
(-.f64 x (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 3 binary64)))) |
(-.f64 x (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x))) |
(-.f64 x (*.f64 (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) x)) |
(-.f64 x (*.f64 (neg.f64 x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) x))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 3 binary64)) (fma.f64 x (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64)))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 x (-.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64))) x) |
(+.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) |
(*.f64 x (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) #s(literal 1/27 binary64)) x) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64)))) |
(/.f64 (*.f64 (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/9 binary64)) x) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64) #s(literal -1/27 binary64)) x) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal -2/45 binary64))))) |
(/.f64 (*.f64 x (-.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) #s(literal 1/27 binary64))) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64)))) |
(/.f64 (*.f64 x (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/9 binary64))) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64))) |
(/.f64 (*.f64 x (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64) #s(literal -1/27 binary64))) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal -2/45 binary64))))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (pow.f64 x #s(literal 3/2 binary64))) (pow.f64 x #s(literal 3/2 binary64)) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) x) (*.f64 x x) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 2/15 binary64)) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 2/15 binary64)) #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) x (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 2/15 binary64) x) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 2/15 binary64) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 #s(literal -1/3 binary64) x (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 2/15 binary64))) |
(fma.f64 #s(literal 2/15 binary64) (*.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 #s(literal 2/15 binary64) (pow.f64 x #s(literal 3 binary64)) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 x (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 x #s(literal -1/3 binary64) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 2/15 binary64))) |
(+.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 2/15 binary64)) (*.f64 #s(literal -1/3 binary64) x)) |
(+.f64 (*.f64 #s(literal -1/3 binary64) x) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 2/15 binary64))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)))) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 x x) #s(literal 2/15 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64) #s(literal -1/27 binary64))) (neg.f64 (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal -2/45 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/9 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) #s(literal 1/27 binary64))) (neg.f64 (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64))))) |
(/.f64 (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/9 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) #s(literal 1/27 binary64)) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64)))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (-.f64 (*.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 (*.f64 x x) #s(literal -2/45 binary64))))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64) #s(literal -1/27 binary64)) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal -2/45 binary64))))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (neg.f64 x)) (neg.f64 x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) x) x #s(literal -1/3 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 2/15 binary64)) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 1 binary64) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 2/15 binary64)) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 2/15 binary64) (*.f64 x x) #s(literal -1/3 binary64)) |
(fma.f64 x (*.f64 #s(literal 2/15 binary64) x) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64)))) (/.f64 #s(literal 1/27 binary64) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/45 binary64) #s(literal 1/9 binary64))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 1/3 binary64)) |
(-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal 2/15 binary64))) |
(-.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -2/15 binary64) (*.f64 x x))) |
(-.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 x) (*.f64 #s(literal 2/15 binary64) x))) |
(+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal -2/45 binary64))))) (/.f64 #s(literal -1/27 binary64) (fma.f64 #s(literal 4/225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal -2/45 binary64)))))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 x x) #s(literal 2/15 binary64))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) x) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (pow x 3) (pow.f64 x #s(literal 3 binary64))) |
#s(approx x x) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) #s(literal -1/3 binary64)) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) |
#s(approx (+ (* -17/315 (* x x)) 2/15) #s(literal 2/15 binary64)) |
#s(approx (+ (* -17/315 (* x x)) 2/15) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) x) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x)) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 #s(literal -1/3 binary64) x)) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) |
#s(approx (+ (* (* x x) 2/15) -1/3) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (tanh.f64 x)) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -17/315 binary64))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) #s(literal 17/315 binary64)) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) #s(literal 17/315 binary64))) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (*.f64 (-.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64) (pow.f64 x #s(literal -6 binary64))) (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) #s(literal 17/315 binary64))) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) (*.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) #s(literal 17/315 binary64)))) |
#s(approx (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3) (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) #s(literal 17/315 binary64))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* -17/315 (* x x)) 2/15) (*.f64 (*.f64 #s(literal -17/315 binary64) x) x)) |
#s(approx (+ (* -17/315 (* x x)) 2/15) (*.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) #s(literal 17/315 binary64)) x) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (tanh.f64 x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 2/15 binary64))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) #s(literal 2/15 binary64)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) (-.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal -2/15 binary64))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 2/15 binary64))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) #s(literal 2/15 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) (*.f64 (*.f64 x x) #s(literal 2/15 binary64))) |
#s(approx (+ (* (* x x) 2/15) -1/3) (*.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) #s(literal 2/15 binary64)) x) x)) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (*.f64 (neg.f64 (fma.f64 #s(literal -2/15 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal 17/315 binary64))) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (*.f64 (neg.f64 (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) (fma.f64 #s(literal -2/15 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal 17/315 binary64)))) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (+ (* (pow x 3) (+ (* (+ (* -17/315 (* x x)) 2/15) (* x x)) -1/3)) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 7 binary64))) (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) (-.f64 #s(literal 17/315 binary64) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64) (pow.f64 x #s(literal -6 binary64))))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (tanh.f64 x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 5 binary64))) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/3 binary64) #s(literal -2/15 binary64)))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 5 binary64))) (-.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/3 binary64) #s(literal -2/15 binary64)) (pow.f64 x #s(literal -4 binary64))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/3 binary64) #s(literal -2/15 binary64))) (pow.f64 x #s(literal 3 binary64)))) |
Compiled 11 007 to 1 420 computations (87.1% saved)
5 alts after pruning (2 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 378 | 2 | 380 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 1 | 2 |
| Done | 0 | 2 | 2 |
| Total | 379 | 5 | 384 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 100.0% | (tanh.f64 x) |
| ✓ | 96.3% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
| ▶ | 95.7% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
| ✓ | 95.5% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
| ▶ | 96.1% | #s(approx (tanh x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
Compiled 95 to 53 computations (44.2% saved)
| Inputs |
|---|
#s(approx (tanh x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) |
(*.f64 x x) |
x |
#s(literal -17/315 binary64) |
#s(literal 2/15 binary64) |
#s(literal -1/3 binary64) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
(fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) |
| Outputs |
|---|
#s(approx (tanh x) #s(hole binary64 x)) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 x)) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* -1/3 x))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* x (- (* 2/15 (pow x 2)) 1/3)))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* x (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 -1/3)) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3))) |
#s(approx (+ (* (* x x) -17/315) 2/15) #s(hole binary64 2/15)) |
#s(approx (+ (* (* x x) -17/315) 2/15) #s(hole binary64 (+ 2/15 (* -17/315 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* -1/3 x))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* x (- (* 2/15 (pow x 2)) 1/3)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 -1/3)) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (tanh x) #s(hole binary64 (/ (- (exp x) (/ 1 (exp x))) (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* -17/315 (pow x 7)))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 7) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 7) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 7) (- (+ (* 2/15 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* -17/315 (pow x 5)))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* (pow x 5) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* (pow x 5) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (* -17/315 (pow x 4)))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (* (pow x 4) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (* (pow x 4) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (* x x) -17/315) 2/15) #s(hole binary64 (* -17/315 (pow x 2)))) |
#s(approx (+ (* (* x x) -17/315) 2/15) #s(hole binary64 (* (pow x 2) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* 2/15 (pow x 5)))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 5) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 5) (- (+ 2/15 (/ 1 (pow x 4))) (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* 2/15 (pow x 3)))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* (pow x 3) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (* 2/15 (pow x 2)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (* (pow x 2) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 7) (- 17/315 (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 7) (- (+ 17/315 (/ 1/3 (pow x 4))) (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 7) (- (+ 17/315 (/ 1/3 (pow x 4))) (+ (* 2/15 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* -1 (* (pow x 5) (- 17/315 (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* -1 (* (pow x 5) (- (+ 17/315 (/ 1/3 (pow x 4))) (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (* -1 x))) (+ (exp x) (exp (* -1 x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) (+ 2/15 (/ 1 (pow x 4)))))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* -1 (* (pow x 3) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | inf | ((tanh x) (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) (+ (* (* x x) -17/315) 2/15) (* x x) x -17/315 2/15 -1/3 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (* (+ (* (* x x) 2/15) -1/3) x) (+ (* (* x x) 2/15) -1/3)) |
| 2.0ms | x | @ | -inf | ((tanh x) (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) (+ (* (* x x) -17/315) 2/15) (* x x) x -17/315 2/15 -1/3 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (* (+ (* (* x x) 2/15) -1/3) x) (+ (* (* x x) 2/15) -1/3)) |
| 1.0ms | x | @ | 0 | ((tanh x) (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) (+ (* (* x x) -17/315) 2/15) (* x x) x -17/315 2/15 -1/3 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (* (+ (* (* x x) 2/15) -1/3) x) (+ (* (* x x) 2/15) -1/3)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 187 | 1541 |
| 0 | 203 | 1328 |
| 1 | 804 | 1307 |
| 0 | 6095 | 1224 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (tanh x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) |
(*.f64 x x) |
x |
#s(literal -17/315 binary64) |
#s(literal 2/15 binary64) |
#s(literal -1/3 binary64) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
(fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) |
#s(approx (tanh x) #s(hole binary64 x)) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (tanh x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 x)) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* -1/3 x))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* x (- (* 2/15 (pow x 2)) 1/3)))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* x (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 -1/3)) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3))) |
#s(approx (+ (* (* x x) -17/315) 2/15) #s(hole binary64 2/15)) |
#s(approx (+ (* (* x x) -17/315) 2/15) #s(hole binary64 (+ 2/15 (* -17/315 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 2/15 (* -17/315 (pow x 2)))) 1/3)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* -1/3 (pow x 2)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* x (+ 1 (* (pow x 2) (- (* 2/15 (pow x 2)) 1/3)))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* -1/3 x))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* x (- (* 2/15 (pow x 2)) 1/3)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 -1/3)) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (- (* 2/15 (pow x 2)) 1/3))) |
#s(approx (tanh x) #s(hole binary64 (/ (- (exp x) (/ 1 (exp x))) (+ (exp x) (/ 1 (exp x)))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* -17/315 (pow x 7)))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 7) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 7) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 7) (- (+ (* 2/15 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* -17/315 (pow x 5)))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* (pow x 5) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* (pow x 5) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (* -17/315 (pow x 4)))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (* (pow x 4) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(hole binary64 (* (pow x 4) (- (* 2/15 (/ 1 (pow x 2))) (+ 17/315 (/ 1/3 (pow x 4))))))) |
#s(approx (+ (* (* x x) -17/315) 2/15) #s(hole binary64 (* -17/315 (pow x 2)))) |
#s(approx (+ (* (* x x) -17/315) 2/15) #s(hole binary64 (* (pow x 2) (- (* 2/15 (/ 1 (pow x 2))) 17/315)))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* 2/15 (pow x 5)))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 5) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* (pow x 5) (- (+ 2/15 (/ 1 (pow x 4))) (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* 2/15 (pow x 3)))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* (pow x 3) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (* 2/15 (pow x 2)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(hole binary64 (* (pow x 2) (- 2/15 (* 1/3 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 7) (- 17/315 (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 7) (- (+ 17/315 (/ 1/3 (pow x 4))) (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 7) (- (+ 17/315 (/ 1/3 (pow x 4))) (+ (* 2/15 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* -1 (* (pow x 5) (- 17/315 (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) #s(hole binary64 (* -1 (* (pow x 5) (- (+ 17/315 (/ 1/3 (pow x 4))) (* 2/15 (/ 1 (pow x 2)))))))) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) #s(hole binary64 (/ (- (exp x) (exp (* -1 x))) (+ (exp x) (exp (* -1 x)))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) #s(hole binary64 (* -1 (* (pow x 5) (- (* 1/3 (/ 1 (pow x 2))) (+ 2/15 (/ 1 (pow x 4)))))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) #s(hole binary64 (* -1 (* (pow x 3) (- (* 1/3 (/ 1 (pow x 2))) 2/15))))) |
| Outputs |
|---|
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
(*.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x) |
(*.f64 x (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) #s(literal 2 binary64))) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) x) (fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x))) |
(/.f64 (*.f64 x (fma.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) (-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 2 binary64))) (-.f64 x (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) x))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (fma.f64 x (-.f64 x (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)))) (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) x)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x x (-.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 2 binary64)) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x (-.f64 x (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)))) (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (fabs.f64 x)) (fabs.f64 x) x) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (neg.f64 x)) (neg.f64 x) x) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3/2 binary64))) (pow.f64 x #s(literal 3/2 binary64)) x) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) x) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) x x) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) x) |
(fma.f64 x (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x) x) |
(-.f64 (/.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 2 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) x))) |
(-.f64 x (*.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) (*.f64 x x))) |
(-.f64 x (*.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 3 binary64)))) |
(-.f64 x (*.f64 (*.f64 (neg.f64 x) x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x))) |
(-.f64 x (*.f64 (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) x)) |
(-.f64 x (*.f64 (neg.f64 x) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) x))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 3 binary64)) (fma.f64 x (-.f64 x (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)))) (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 2 binary64)))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 x (-.f64 x (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)))) (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) x) |
(+.f64 x (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) |
(*.f64 x (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/27 binary64)) x) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/9 binary64)) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/27 binary64)) x) (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/27 binary64))) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) |
(/.f64 (*.f64 x (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/9 binary64))) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64))) |
(/.f64 (*.f64 x (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/27 binary64))) (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) x (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 #s(literal -1/3 binary64) x (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) x)) |
(fma.f64 #s(literal -1/3 binary64) x (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x))) |
(fma.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) (*.f64 #s(literal -1/3 binary64) x)) |
(fma.f64 x #s(literal -1/3 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) x)) |
(fma.f64 x #s(literal -1/3 binary64) (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x))) |
(+.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) x) (*.f64 #s(literal -1/3 binary64) x)) |
(+.f64 (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (*.f64 #s(literal -1/3 binary64) x)) |
(+.f64 (*.f64 #s(literal -1/3 binary64) x) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) x)) |
(+.f64 (*.f64 #s(literal -1/3 binary64) x) (*.f64 x (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/27 binary64))) (neg.f64 (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/9 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/27 binary64))) (neg.f64 (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/9 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/27 binary64)) (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) (*.f64 #s(literal -1/3 binary64) x))))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/27 binary64)) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (fabs.f64 x)) (fabs.f64 x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (neg.f64 x)) (neg.f64 x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (fabs.f64 x)) (fabs.f64 x) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (fabs.f64 x)) (fabs.f64 x) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (neg.f64 x)) (neg.f64 x) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) (neg.f64 x)) (neg.f64 x) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) x) x (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 2/15 binary64) x) x (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x #s(literal -1/3 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64))) #s(literal -1/3 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 2/15 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 2/15 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 1 binary64) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) #s(literal 1 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal -1/3 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 2/15 binary64) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 2/15 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64))) #s(literal -1/3 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 2/15 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 2/15 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 2/15 binary64) (*.f64 x x) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 2/15 binary64) (*.f64 x x) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 x (*.f64 #s(literal 2/15 binary64) x) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(fma.f64 x (*.f64 #s(literal 2/15 binary64) x) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(fma.f64 x (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) (/.f64 #s(literal 1/27 binary64) (fma.f64 #s(literal 1/3 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))))) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 1/3 binary64)) |
(-.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x)) x)) |
(-.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64))) (*.f64 x x))) |
(-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64)))) (/.f64 #s(literal -1/27 binary64) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x) #s(literal -1/3 binary64)) |
(+.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64)) #s(literal 1/3 binary64))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64) #s(literal -1/3 binary64))) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 8/3375 binary64) (pow.f64 (*.f64 #s(literal 17/315 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 4/225 binary64) (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal 2/15 binary64) (*.f64 #s(literal 17/315 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -4/225 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64))))) (neg.f64 (-.f64 #s(literal 2/15 binary64) (*.f64 (*.f64 x x) #s(literal -17/315 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64))) (neg.f64 (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal -34/4725 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) #s(literal -17/315 binary64)) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)) #s(literal 4/225 binary64)))) |
(/.f64 (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -4/225 binary64)) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64))) |
(/.f64 (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)))) (-.f64 #s(literal 2/15 binary64) (*.f64 (*.f64 x x) #s(literal -17/315 binary64)))) |
(/.f64 (fma.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal -34/4725 binary64) (*.f64 x x))))) |
(/.f64 (fma.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal 8/3375 binary64)) (fma.f64 (*.f64 (*.f64 x x) #s(literal -17/315 binary64)) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)) #s(literal 4/225 binary64))) |
(fma.f64 (*.f64 #s(literal -17/315 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal 2/15 binary64)) |
(fma.f64 (*.f64 #s(literal -17/315 binary64) (neg.f64 x)) (neg.f64 x) #s(literal 2/15 binary64)) |
(fma.f64 (*.f64 #s(literal -17/315 binary64) x) x #s(literal 2/15 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal -17/315 binary64)) #s(literal 2/15 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal -17/315 binary64)) #s(literal 2/15 binary64)) |
(fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) |
(fma.f64 x (*.f64 #s(literal -17/315 binary64) x) #s(literal 2/15 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64))) (/.f64 #s(literal 4/225 binary64) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)))) |
(-.f64 (/.f64 #s(literal 4/225 binary64) (-.f64 #s(literal 2/15 binary64) (*.f64 (*.f64 x x) #s(literal -17/315 binary64)))) (/.f64 (*.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64))) (-.f64 #s(literal 2/15 binary64) (*.f64 (*.f64 x x) #s(literal -17/315 binary64))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal -17/315 binary64)) #s(literal -2/15 binary64)) |
(-.f64 #s(literal 2/15 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -17/315 binary64))) |
(-.f64 #s(literal 2/15 binary64) (*.f64 (neg.f64 x) (*.f64 #s(literal -17/315 binary64) x))) |
(-.f64 #s(literal 2/15 binary64) (*.f64 #s(literal 17/315 binary64) (*.f64 x x))) |
(+.f64 (/.f64 (*.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal -34/4725 binary64) (*.f64 x x))))) (/.f64 #s(literal 8/3375 binary64) (fma.f64 #s(literal 289/99225 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 4/225 binary64) (*.f64 #s(literal -34/4725 binary64) (*.f64 x x)))))) |
(+.f64 (/.f64 #s(literal 8/3375 binary64) (fma.f64 (*.f64 (*.f64 x x) #s(literal -17/315 binary64)) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)) #s(literal 4/225 binary64))) (/.f64 (*.f64 #s(literal -4913/31255875 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 (*.f64 (*.f64 x x) #s(literal -17/315 binary64)) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal -2/15 binary64)) #s(literal 4/225 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -17/315 binary64)) #s(literal 2/15 binary64)) |
(+.f64 #s(literal 2/15 binary64) (*.f64 (*.f64 x x) #s(literal -17/315 binary64))) |
(*.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64)) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x (*.f64 #s(literal -1 binary64) (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 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 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)))) |
x |
#s(literal -17/315 binary64) |
#s(literal 2/15 binary64) |
#s(literal -1/3 binary64) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x)) |
(*.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 6 binary64)))) (-.f64 x (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 6 binary64)) (*.f64 (neg.f64 x) x))) (neg.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) x))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 6 binary64)) (-.f64 (*.f64 x x) (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 4 binary64))))))) |
(/.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 6 binary64)) (*.f64 (neg.f64 x) x)) (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) x)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x x (-.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 6 binary64)) (-.f64 (*.f64 x x) (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 4 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (fabs.f64 x)) (fabs.f64 x) x) |
(fma.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (neg.f64 x)) (neg.f64 x) x) |
(fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3/2 binary64))) (pow.f64 x #s(literal 3/2 binary64)) x) |
(fma.f64 (*.f64 (*.f64 x x) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) x x) |
(fma.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x) x x) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x)) x) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) |
(fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x) |
(fma.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 3 binary64)) x) |
(fma.f64 (*.f64 x x) (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x)) x) |
(fma.f64 x (*.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x) x) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 6 binary64))) (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) x))) |
(-.f64 x (*.f64 (neg.f64 (*.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x)) x)) |
(-.f64 x (*.f64 (neg.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x)) (*.f64 x x))) |
(-.f64 x (*.f64 (neg.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 3 binary64)))) |
(-.f64 x (*.f64 (*.f64 (neg.f64 x) x) (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 6 binary64)) (-.f64 (*.f64 x x) (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 4 binary64)))))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) (pow.f64 x #s(literal 6 binary64)) (-.f64 (*.f64 x x) (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) (pow.f64 x #s(literal 4 binary64))))))) |
(+.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) x) |
(+.f64 x (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)))) |
(*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) |
(*.f64 x #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64))) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) |
#s(approx (tanh x) x) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) x) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (*.f64 #s(literal -1/3 binary64) x)) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) #s(literal -1/3 binary64)) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64))) |
#s(approx (+ (* (* x x) -17/315) 2/15) #s(literal 2/15 binary64)) |
#s(approx (+ (* (* x x) -17/315) 2/15) (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (tanh x) x) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) x) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/3 binary64) x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 #s(literal -1/3 binary64) x)) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x)) |
#s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) |
#s(approx (+ (* (* x x) 2/15) -1/3) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64))) |
#s(approx (tanh x) (tanh.f64 x)) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -17/315 binary64))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) #s(literal 17/315 binary64)) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) #s(literal 17/315 binary64))) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (*.f64 (-.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64) (pow.f64 x #s(literal -6 binary64))) (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) #s(literal 17/315 binary64))) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -17/315 binary64))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) #s(literal 17/315 binary64)))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) #s(literal 17/315 binary64))))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -17/315 binary64))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) (*.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) #s(literal 17/315 binary64)))) |
#s(approx (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) #s(literal 17/315 binary64))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (* x x) -17/315) 2/15) (*.f64 (*.f64 x x) #s(literal -17/315 binary64))) |
#s(approx (+ (* (* x x) -17/315) 2/15) (*.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64)) #s(literal 17/315 binary64)) x) x)) |
#s(approx (tanh x) (tanh.f64 x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 2/15 binary64))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) #s(literal 2/15 binary64)) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) (-.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal -2/15 binary64))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 2/15 binary64))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) #s(literal 2/15 binary64)))) |
#s(approx (+ (* (* x x) 2/15) -1/3) (*.f64 (*.f64 x x) #s(literal 2/15 binary64))) |
#s(approx (+ (* (* x x) 2/15) -1/3) (*.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/3 binary64) #s(literal 2/15 binary64)) x) x)) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (*.f64 (neg.f64 (fma.f64 #s(literal -2/15 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal 17/315 binary64))) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (*.f64 (neg.f64 (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) (fma.f64 #s(literal -2/15 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal 17/315 binary64)))) (pow.f64 x #s(literal 7 binary64)))) |
#s(approx (+ (* (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (* x x)) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 7 binary64))) (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) (-.f64 #s(literal 17/315 binary64) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 2/15 binary64) (pow.f64 x #s(literal -6 binary64))))))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (*.f64 (neg.f64 (fma.f64 #s(literal -2/15 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal 17/315 binary64))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (* (+ (* (+ (* (* x x) -17/315) 2/15) (* x x)) -1/3) x) (*.f64 (neg.f64 (fma.f64 #s(literal 1/3 binary64) (pow.f64 x #s(literal -4 binary64)) (fma.f64 #s(literal -2/15 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal 17/315 binary64)))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (tanh x) (tanh.f64 x)) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/3 binary64) #s(literal -2/15 binary64))) (pow.f64 x #s(literal 5 binary64)))) |
#s(approx (+ (* (* (+ (* (* x x) 2/15) -1/3) x) (* x x)) x) (*.f64 (neg.f64 (pow.f64 x #s(literal 5 binary64))) (-.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/3 binary64) #s(literal -2/15 binary64)) (pow.f64 x #s(literal -4 binary64))))) |
#s(approx (* (+ (* (* x x) 2/15) -1/3) x) (*.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/3 binary64) #s(literal -2/15 binary64))) (pow.f64 x #s(literal 3 binary64)))) |
Compiled 9 772 to 1 275 computations (87% saved)
6 alts after pruning (1 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 323 | 1 | 324 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 2 | 2 |
| Done | 0 | 3 | 3 |
| Total | 323 | 6 | 329 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 100.0% | (tanh.f64 x) |
| ✓ | 96.3% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
| ✓ | 95.7% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
| 95.7% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (*.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x)) | |
| ✓ | 95.5% | #s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
| ✓ | 96.1% | #s(approx (tanh x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
Compiled 313 to 128 computations (59.1% saved)
| Inputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (*.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
#s(approx (tanh x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
(tanh.f64 x) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) #s(literal 1/3 binary64)) x)) |
#s(approx (tanh x) (fma.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 #s(literal -17/315 binary64) (*.f64 x x) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x)) |
(/.f64 (sinh.f64 x) (cosh.f64 x)) |
(/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| Outputs |
|---|
(tanh.f64 x) |
2 calls:
| 3.0ms | x |
| 2.0ms | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 100.0% | 1 | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| 100.0% | 1 | x |
Compiled 14 to 8 computations (42.9% saved)
| Inputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (*.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
#s(approx (tanh x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -17/315 binary64) #s(literal 2/15 binary64)) (*.f64 x x) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
| Outputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
2 calls:
| 2.0ms | x |
| 1.0ms | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.3% | 1 | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| 96.3% | 1 | x |
Compiled 14 to 8 computations (42.9% saved)
| Inputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (*.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x)) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
| Outputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) (*.f64 x x) x)) |
2 calls:
| 1.0ms | x |
| 1.0ms | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.7% | 1 | x |
| 95.7% | 1 | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
Compiled 14 to 8 computations (42.9% saved)
| Inputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (*.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x)) |
| Outputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) (*.f64 (fma.f64 (*.f64 #s(approx (+ (* (* x x) 2/15) -1/3) #s(literal -1/3 binary64)) x) x #s(literal 1 binary64)) x)) |
2 calls:
| 3.0ms | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.7% | 1 | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| 95.7% | 1 | x |
Compiled 14 to 8 computations (42.9% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
| Outputs |
|---|
#s(approx (/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))) x) |
2 calls:
| 1.0ms | x |
| 1.0ms | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.5% | 1 | (/.f64 (-.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
| 95.5% | 1 | x |
Compiled 14 to 8 computations (42.9% saved)
| 1× | fuel |
Compiled 104 to 29 computations (72.1% saved)
(negabs x)
Compiled 442 to 194 computations (56.1% saved)
Loading profile data...