
Time bar (total: 7.7s)
| 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 |
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 2 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 3 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 4 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 5 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 6 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 7 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 8 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 9 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 10 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 11 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 12 |
Compiled 12 to 10 computations (16.7% saved)
| 1.7s | 1 593× | 5 | exit |
| 1.4s | 2 737× | 2 | valid |
| 901.0ms | 3 568× | 1 | valid |
| 501.0ms | 3 372× | 0 | invalid |
| 266.0ms | 1 951× | 0 | valid |
ival-cos: 1.4s (34.1% of total)ival-fmod: 1.1s (25.6% of total)ival-exp: 702.0ms (17% of total)adjust: 366.0ms (8.9% of total)ival-sqrt: 290.0ms (7% of total)ival-mult!: 242.0ms (5.9% of total)ival-neg: 61.0ms (1.5% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 195 | 0 | - | 195 | (2.2350983539908026e-161) | (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) |
| 0 | 0 | - | 0 | - | (sqrt.f64 (cos.f64 x)) |
| 0 | 0 | - | 0 | - | (cos.f64 x) |
| 0 | 0 | - | 0 | - | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.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 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 0 | 249 |
| - | 0 | 7 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 249 |
| - | 0 | 1 | 6 |
| number | freq |
|---|---|
| 0 | 256 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 1 | 0 |
| - | 0 | 0 | 0 |
| 90.0ms | 184× | 2 | valid |
| 45.0ms | 202× | 1 | valid |
| 14.0ms | 108× | 1 | exit |
| 2.0ms | 18× | 0 | valid |
Compiled 72 to 28 computations (61.1% saved)
ival-exp: 36.0ms (27.9% of total)ival-fmod: 34.0ms (26.3% of total)ival-cos: 20.0ms (15.5% of total)ival-sqrt: 17.0ms (13.2% of total)adjust: 12.0ms (9.3% of total)ival-mult!: 9.0ms (7% of total)ival-neg: 2.0ms (1.5% of total)Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 15 | 31 |
| 1 | 47 | 31 |
| 2 | 103 | 30 |
| 3 | 344 | 30 |
| 4 | 2078 | 30 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 7.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
Compiled 20 to 16 computations (20% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) |
(exp.f64 x) |
x |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
| Outputs |
|---|
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (* x (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (cos x))))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#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 (sqrt (cos x)) #s(hole binary64 1)) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (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 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | 0 | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) x (sqrt (cos x)) (cos x) (exp (neg x)) (neg x)) |
| 1.0ms | x | @ | inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) x (sqrt (cos x)) (cos x) (exp (neg x)) (neg x)) |
| 1.0ms | x | @ | -inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) x (sqrt (cos x)) (cos x) (exp (neg x)) (neg x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 124 | 450 |
| 0 | 133 | 443 |
| 1 | 636 | 419 |
| 0 | 5529 | 396 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) |
(exp.f64 x) |
x |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (* x (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (cos x))))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#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 (sqrt (cos x)) #s(hole binary64 1)) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (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 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
| Outputs |
|---|
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(/.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal 1 binary64)) (exp.f64 x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) (exp.f64 x)) |
(fma.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
(fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (cosh.f64 x) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
(+.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (cosh.f64 x)) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (sinh.f64 (neg.f64 x)))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) |
(/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.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) (-.f64 (*.f64 (sinh.f64 x) (sinh.f64 x)) (*.f64 (cosh.f64 x) (sinh.f64 x))))) |
(exp.f64 x) |
(+.f64 (sinh.f64 x) (cosh.f64 x)) |
(+.f64 (cosh.f64 x) (sinh.f64 x)) |
x |
(*.f64 (pow.f64 (cos.f64 x) #s(literal 1/4 binary64)) (pow.f64 (cos.f64 x) #s(literal 1/4 binary64))) |
(pow.f64 (cos.f64 x) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal -1/2 binary64))) |
(sqrt.f64 (cos.f64 x)) |
(exp.f64 (*.f64 (log.f64 (cos.f64 x)) #s(literal 1/2 binary64))) |
(fma.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (fma.f64 #s(literal -1 binary64) x (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) x)) |
(cos.f64 (neg.f64 x)) |
(cos.f64 x) |
(+.f64 (*.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(*.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 x) (sinh.f64 x))) (exp.f64 x)) |
(/.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 2 binary64) (*.f64 #s(literal 2 binary64) (exp.f64 x))) |
(/.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (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 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
(+.f64 (sinh.f64 (neg.f64 x)) (cosh.f64 x)) |
(*.f64 #s(literal 1 binary64) (neg.f64 x)) |
(*.f64 #s(literal -1 binary64) 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) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fma.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fma.f64 (-.f64 #s(literal 1 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (*.f64 (*.f64 x x) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fma.f64 #s(literal -1/6 binary64) x #s(literal 1/2 binary64)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 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 (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#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 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (exp x) (exp.f64 x)) |
#s(approx (sqrt (cos x)) (sqrt.f64 (cos.f64 x))) |
#s(approx (cos x) (cos.f64 x)) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
Compiled 1 319 to 303 computations (77% saved)
12 alts after pruning (11 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 72 | 11 | 83 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 72 | 12 | 84 |
| Status | Accuracy | Program |
|---|---|---|
| 6.8% | (*.f64 (fmod.f64 (/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.f64 (neg.f64 x))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) | |
| 7.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (/.f64 #s(literal 1 binary64) (exp.f64 x))) | |
| ✓ | 7.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 5.9% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) | |
| 6.5% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) | |
| 6.8% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) | |
| ▶ | 6.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| ▶ | 6.7% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| ▶ | 6.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| ▶ | 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
| ▶ | 24.9% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 5.4% | #s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
Compiled 424 to 300 computations (29.2% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
x |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) |
(exp.f64 x) |
#s(approx (sqrt (cos x)) #s(literal 1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) |
(*.f64 x x) |
#s(literal -1/4 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) |
#s(literal -1/96 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) |
(-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) |
(*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) |
#s(literal -19/5760 binary64) |
#s(literal 1/96 binary64) |
| Outputs |
|---|
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (* x (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (cos x))))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#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 (sqrt (cos x)) #s(hole binary64 1)) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (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 (+ (* (* x x) -1/4) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (+ (* -1/96 (* x x)) -1/4) #s(hole binary64 -1/4)) |
#s(approx (+ (* -1/96 (* x x)) -1/4) #s(hole binary64 (- (* -1/96 (pow x 2)) 1/4))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 -1/4)) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (- (* -1/96 (pow x 2)) 1/4))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))) |
#s(approx (- (* -19/5760 (* x x)) 1/96) #s(hole binary64 -1/96)) |
#s(approx (- (* -19/5760 (* x x)) 1/96) #s(hole binary64 (- (* -19/5760 (pow x 2)) 1/96))) |
#s(approx (* -19/5760 (* x x)) #s(hole binary64 (* -19/5760 (pow x 2)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -1/96 (pow x 4)))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -1 (* (pow x 4) (+ 1/96 (* 1/4 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- (/ 1 (pow x 4)) (+ 1/96 (* 1/4 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* -1/96 (* x x)) -1/4) #s(hole binary64 (* -1/96 (pow x 2)))) |
#s(approx (+ (* -1/96 (* x x)) -1/4) #s(hole binary64 (* -1 (* (pow x 2) (+ 1/96 (* 1/4 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -19/5760 (pow x 6)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -1 (* (pow x 6) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 6) (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 6) (- (/ 1 (pow x 6)) (+ 19/5760 (+ (/ 1/4 (pow x 4)) (* 1/96 (/ 1 (pow x 2))))))))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (* -19/5760 (pow x 4)))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (* -1 (* (pow x 4) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (* (pow x 4) (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760)))) |
#s(approx (- (* -19/5760 (* x x)) 1/96) #s(hole binary64 (* -19/5760 (pow x 2)))) |
#s(approx (- (* -19/5760 (* x x)) 1/96) #s(hole binary64 (* -1 (* (pow x 2) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) 1 (sqrt (cos x)) (cos x) x (exp (neg x)) (neg x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (sqrt (cos x)) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (* x x) -1/4 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (+ (* -1/96 (* x x)) -1/4) -1/96 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (- (* -19/5760 (* x x)) 1/96) (* -19/5760 (* x x)) -19/5760 1/96) |
| 2.0ms | x | @ | -inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) 1 (sqrt (cos x)) (cos x) x (exp (neg x)) (neg x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (sqrt (cos x)) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (* x x) -1/4 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (+ (* -1/96 (* x x)) -1/4) -1/96 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (- (* -19/5760 (* x x)) 1/96) (* -19/5760 (* x x)) -19/5760 1/96) |
| 2.0ms | x | @ | 0 | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) 1 (sqrt (cos x)) (cos x) x (exp (neg x)) (neg x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (sqrt (cos x)) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (* x x) -1/4 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (+ (* -1/96 (* x x)) -1/4) -1/96 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (- (* -19/5760 (* x x)) 1/96) (* -19/5760 (* x x)) -19/5760 1/96) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 229 | 1431 |
| 0 | 275 | 1385 |
| 1 | 1135 | 1348 |
| 0 | 8672 | 1293 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
x |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) |
(exp.f64 x) |
#s(approx (sqrt (cos x)) #s(literal 1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) |
(*.f64 x x) |
#s(literal -1/4 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) |
#s(literal -1/96 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) |
(-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) |
(*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) |
#s(literal -19/5760 binary64) |
#s(literal 1/96 binary64) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (* x (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (cos x))))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#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 (sqrt (cos x)) #s(hole binary64 1)) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (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 (+ (* (* x x) -1/4) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (+ (* -1/96 (* x x)) -1/4) #s(hole binary64 -1/4)) |
#s(approx (+ (* -1/96 (* x x)) -1/4) #s(hole binary64 (- (* -1/96 (pow x 2)) 1/4))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 -1/4)) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (- (* -1/96 (pow x 2)) 1/4))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))) |
#s(approx (- (* -19/5760 (* x x)) 1/96) #s(hole binary64 -1/96)) |
#s(approx (- (* -19/5760 (* x x)) 1/96) #s(hole binary64 (- (* -19/5760 (pow x 2)) 1/96))) |
#s(approx (* -19/5760 (* x x)) #s(hole binary64 (* -19/5760 (pow x 2)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -1/96 (pow x 4)))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -1 (* (pow x 4) (+ 1/96 (* 1/4 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- (/ 1 (pow x 4)) (+ 1/96 (* 1/4 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* -1/96 (* x x)) -1/4) #s(hole binary64 (* -1/96 (pow x 2)))) |
#s(approx (+ (* -1/96 (* x x)) -1/4) #s(hole binary64 (* -1 (* (pow x 2) (+ 1/96 (* 1/4 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -19/5760 (pow x 6)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -1 (* (pow x 6) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 6) (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 6) (- (/ 1 (pow x 6)) (+ 19/5760 (+ (/ 1/4 (pow x 4)) (* 1/96 (/ 1 (pow x 2))))))))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (* -19/5760 (pow x 4)))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (* -1 (* (pow x 4) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(hole binary64 (* (pow x 4) (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760)))) |
#s(approx (- (* -19/5760 (* x x)) 1/96) #s(hole binary64 (* -19/5760 (pow x 2)))) |
#s(approx (- (* -19/5760 (* x x)) 1/96) #s(hole binary64 (* -1 (* (pow x 2) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
| Outputs |
|---|
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x)))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(/.f64 (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(literal 1 binary64)) (exp.f64 x)) |
(fma.f64 (cosh.f64 x) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))))) |
(fma.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (cosh.f64 x) (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x)))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))))) |
(+.f64 (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (cosh.f64 x)) (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (sinh.f64 (neg.f64 x)))) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(*.f64 (pow.f64 (cos.f64 x) #s(literal 1/4 binary64)) (pow.f64 (cos.f64 x) #s(literal 1/4 binary64))) |
(pow.f64 (cos.f64 x) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal -1/2 binary64))) |
(sqrt.f64 (cos.f64 x)) |
(exp.f64 (*.f64 (log.f64 (cos.f64 x)) #s(literal 1/2 binary64))) |
(fma.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (fma.f64 #s(literal -1 binary64) x (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(cos.f64 (neg.f64 x)) |
(cos.f64 x) |
(+.f64 (*.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
x |
(*.f64 (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)))) |
(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 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.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 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 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 #s(literal 1 binary64) (neg.f64 x)) |
(*.f64 x #s(literal -1 binary64)) |
(neg.f64 (*.f64 #s(literal -1 binary64) (neg.f64 x))) |
(neg.f64 x) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(literal 1 binary64)) (exp.f64 x)) |
(fma.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))))) |
(fma.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (cosh.f64 x) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64)))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))))) |
(+.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (cosh.f64 x)) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (sinh.f64 (neg.f64 x)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.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) (-.f64 (*.f64 (sinh.f64 x) (sinh.f64 x)) (*.f64 (cosh.f64 x) (sinh.f64 x))))) |
(exp.f64 x) |
(+.f64 (cosh.f64 x) (sinh.f64 x)) |
#s(approx (sqrt (cos x)) #s(literal 1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(literal 1 binary64)) (exp.f64 x)) |
(fma.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))))) |
(fma.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (cosh.f64 x) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (cosh.f64 x)) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)))) (neg.f64 (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (neg.f64 x)) (neg.f64 x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) x) x #s(literal 1 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 x #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1/4 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 x #s(literal -1/4 binary64)))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) |
(+.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 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 (*.f64 (neg.f64 x) x) #s(literal -1 binary64)) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x 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/4 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) #s(literal 1 binary64)) (exp.f64 x)) |
(fma.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(fma.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (cosh.f64 x) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (cosh.f64 x)) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64))) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (fabs.f64 x)) (fabs.f64 x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (neg.f64 x)) (neg.f64 x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x #s(literal 1 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64))) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x))) (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64)))) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x)) x)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64))) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64))))) (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64)))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x)))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 1/16 binary64) (*.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)))) (-.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 x x) #s(literal -1/96 binary64)))) |
(/.f64 (+.f64 #s(literal -1/64 binary64) (*.f64 #s(literal -1/884736 binary64) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1/16 binary64) (-.f64 (*.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 x x) #s(literal -1/96 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1/884736 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64))) (neg.f64 (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/384 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/16 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal 1/4 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -1/884736 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/64 binary64))) (neg.f64 (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) #s(literal -1/384 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/16 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal 1/4 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/884736 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/64 binary64)) (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) #s(literal -1/384 binary64))))) |
(/.f64 (fma.f64 #s(literal -1/884736 binary64) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)) (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/384 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/96 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal -1/4 binary64)) |
(fma.f64 (*.f64 #s(literal -1/96 binary64) (neg.f64 x)) (neg.f64 x) #s(literal -1/4 binary64)) |
(fma.f64 (*.f64 #s(literal -1/96 binary64) x) x #s(literal -1/4 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal -1/96 binary64)) #s(literal -1/4 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal -1/96 binary64)) #s(literal -1/4 binary64)) |
(fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) |
(fma.f64 x (*.f64 x #s(literal -1/96 binary64)) #s(literal -1/4 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 1/16 binary64) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal 1/4 binary64)))) |
(-.f64 (/.f64 (*.f64 #s(literal -1/884736 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) #s(literal -1/384 binary64))))) (/.f64 #s(literal 1/64 binary64) (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) #s(literal -1/384 binary64)))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal -1/96 binary64)) #s(literal 1/4 binary64)) |
(-.f64 #s(literal -1/4 binary64) (*.f64 (neg.f64 (*.f64 #s(literal -1/96 binary64) x)) x)) |
(-.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1/96 binary64))) |
(-.f64 #s(literal -1/4 binary64) (*.f64 #s(literal 1/96 binary64) (*.f64 x x))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/884736 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/384 binary64))))) (/.f64 #s(literal -1/64 binary64) (fma.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/384 binary64)))))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -1/96 binary64)) #s(literal -1/4 binary64)) |
(+.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 x x) #s(literal -1/96 binary64))) |
#s(literal -1/96 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) #s(literal 1 binary64)) (exp.f64 x)) |
(fma.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(fma.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (cosh.f64 x) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (cosh.f64 x)) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (fabs.f64 x)) (fabs.f64 x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (neg.f64 x)) (neg.f64 x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x #s(literal 1 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 x (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64))) #s(literal 1 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x))) (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x)))) |
(-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x)) x)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x)))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64))))) (/.f64 (*.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal -1 binary64)))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x)) |
(/.f64 (-.f64 #s(literal 1/16 binary64) (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64))) (-.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x))) |
(/.f64 (+.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1/16 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/16 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal 1/4 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/64 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) (*.f64 x #s(literal 1/4 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) #s(literal 1/16 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal 1/4 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/64 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) (*.f64 x #s(literal 1/4 binary64)))))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) (*.f64 x #s(literal -1/4 binary64)))))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (fabs.f64 x)) (fabs.f64 x) #s(literal -1/4 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (neg.f64 x)) (neg.f64 x) #s(literal -1/4 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x #s(literal -1/4 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64))) #s(literal -1/4 binary64)) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) #s(literal -1/4 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64))) #s(literal -1/4 binary64)) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64))) #s(literal -1/4 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 #s(literal 1/16 binary64) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal 1/4 binary64)))) |
(-.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) (*.f64 x #s(literal 1/4 binary64)))))) (/.f64 #s(literal 1/64 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) (*.f64 x #s(literal 1/4 binary64))))))) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 1/4 binary64)) |
(-.f64 #s(literal -1/4 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x)) x)) |
(-.f64 #s(literal -1/4 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64))) (*.f64 x x))) |
(-.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) (*.f64 x #s(literal -1/4 binary64)))))) (/.f64 #s(literal -1/64 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) (*.f64 x #s(literal -1/4 binary64))))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x) #s(literal -1/4 binary64)) |
(+.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) x) x)) |
(/.f64 (neg.f64 (fma.f64 #s(literal 361/33177600 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/9216 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal 1/96 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -6859/191102976000 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/884736 binary64))) (neg.f64 (fma.f64 #s(literal 361/33177600 binary64) (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal 1/9216 binary64) (*.f64 (*.f64 x x) #s(literal -19/552960 binary64)))))) |
(/.f64 (fma.f64 #s(literal 361/33177600 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1/9216 binary64)) (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal 1/96 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal -6859/191102976000 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/884736 binary64)) (fma.f64 #s(literal 361/33177600 binary64) (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal 1/9216 binary64) (*.f64 (*.f64 x x) #s(literal -19/552960 binary64))))) |
(fma.f64 (*.f64 #s(literal -19/5760 binary64) (fabs.f64 x)) (fabs.f64 x) #s(literal -1/96 binary64)) |
(fma.f64 (*.f64 #s(literal -19/5760 binary64) (neg.f64 x)) (neg.f64 x) #s(literal -1/96 binary64)) |
(fma.f64 (*.f64 #s(literal -19/5760 binary64) x) x #s(literal -1/96 binary64)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal -19/5760 binary64)) #s(literal -1/96 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal -19/5760 binary64)) #s(literal -1/96 binary64)) |
(fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) |
(fma.f64 x (*.f64 x #s(literal -19/5760 binary64)) #s(literal -1/96 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 361/33177600 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal 1/96 binary64))) (/.f64 #s(literal 1/9216 binary64) (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal 1/96 binary64)))) |
(-.f64 (/.f64 (*.f64 #s(literal -6859/191102976000 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 #s(literal 361/33177600 binary64) (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal 1/9216 binary64) (*.f64 (*.f64 x x) #s(literal -19/552960 binary64))))) (/.f64 #s(literal 1/884736 binary64) (fma.f64 #s(literal 361/33177600 binary64) (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal 1/9216 binary64) (*.f64 (*.f64 x x) #s(literal -19/552960 binary64)))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal -19/5760 binary64)) #s(literal 1/96 binary64)) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -19/5760 binary64)) #s(literal -1/96 binary64)) |
(*.f64 (*.f64 #s(literal -19/5760 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 #s(literal -19/5760 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 #s(literal -19/5760 binary64) x) x) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal -19/5760 binary64))) |
(*.f64 (*.f64 x x) #s(literal -19/5760 binary64)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal -19/5760 binary64))) |
(*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) |
(*.f64 x (*.f64 x #s(literal -19/5760 binary64))) |
#s(literal -19/5760 binary64) |
#s(literal 1/96 binary64) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fma.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fma.f64 (-.f64 #s(literal 1 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (*.f64 (*.f64 x x) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fma.f64 #s(literal -1/6 binary64) x #s(literal 1/2 binary64)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 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 (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (cos x) (fma.f64 (*.f64 #s(literal -1/2 binary64) x) x #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) x) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -1/720 binary64)) #s(literal 1/2 binary64))) #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 (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (* x x) -1/4) 1) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* -1/96 (* x x)) -1/4) #s(literal -1/4 binary64)) |
#s(approx (+ (* -1/96 (* x x)) -1/4) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) #s(literal -1/4 binary64)) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64))) |
#s(approx (- (* -19/5760 (* x x)) 1/96) #s(literal -1/96 binary64)) |
#s(approx (- (* -19/5760 (* x x)) 1/96) (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64))) |
#s(approx (* -19/5760 (* x x)) (*.f64 (*.f64 x x) #s(literal -19/5760 binary64))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x)))) |
#s(approx (exp x) (exp.f64 x)) |
#s(approx (sqrt (cos x)) (sqrt.f64 (cos.f64 x))) |
#s(approx (cos x) (cos.f64 x)) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
#s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) x)) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -1/96 binary64))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (*.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -4 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* -1/96 (* x x)) -1/4) (*.f64 (*.f64 x x) #s(literal -1/96 binary64))) |
#s(approx (+ (* -1/96 (* x x)) -1/4) (*.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -19/5760 binary64))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64) #s(literal 19/5760 binary64))) (pow.f64 x #s(literal 6 binary64)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 19/5760 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64) (/.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))))))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -19/5760 binary64))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (*.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64) #s(literal 19/5760 binary64))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (*.f64 (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (- (* -19/5760 (* x x)) 1/96) (*.f64 (*.f64 x x) #s(literal -19/5760 binary64))) |
#s(approx (- (* -19/5760 (* x x)) 1/96) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64) #s(literal 19/5760 binary64)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x)))) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
Compiled 16 888 to 2 364 computations (86% saved)
28 alts after pruning (24 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 585 | 21 | 606 |
| Fresh | 3 | 3 | 6 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 590 | 28 | 618 |
| Status | Accuracy | Program |
|---|---|---|
| 6.2% | (/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(literal 1 binary64)) (exp.f64 x)) | |
| 6.8% | (*.f64 (fmod.f64 (/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.f64 (neg.f64 x))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) | |
| 7.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (/.f64 #s(literal 1 binary64) (exp.f64 x))) | |
| ✓ | 7.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.5% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) | |
| 6.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) | |
| ✓ | 6.7% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) | |
| ✓ | 6.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #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)))) | |
| ▶ | 6.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
| 5.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) | |
| 4.7% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 #s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (*.f64 (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)) (pow.f64 x #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| ▶ | 6.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
| ▶ | 1.5% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (exp.f64 (neg.f64 x))) |
| 3.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 19/5760 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64) (/.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))))))))) (exp.f64 (neg.f64 x))) | |
| 1.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (*.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (pow.f64 x #s(literal 4 binary64)))))) (exp.f64 (neg.f64 x))) | |
| 5.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -4 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64))) (pow.f64 x #s(literal 4 binary64)))))) (exp.f64 (neg.f64 x))) | |
| 24.0% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) x)))) (exp.f64 (neg.f64 x))) | |
| 2.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (exp.f64 (neg.f64 x))) | |
| ✓ | 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
| 5.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos 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)))) | |
| 5.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) | |
| 5.7% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) | |
| ▶ | 5.4% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
| 4.5% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) #s(literal 1 binary64))) | |
| ▶ | 24.6% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
Compiled 1 341 to 954 computations (28.9% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(sqrt.f64 #s(approx (cos x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
x |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) |
(exp.f64 x) |
#s(approx (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (exp (neg x)) #s(literal 1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) |
(*.f64 x x) |
#s(literal -1/4 binary64) |
#s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) |
#s(literal 1/2 binary64) |
#s(literal -1 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
#s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 #s(literal 1/2 binary64) x) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) |
#s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))) |
(pow.f64 x #s(literal 6 binary64)) |
#s(literal 6 binary64) |
(-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)) |
(/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) |
(fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) |
(pow.f64 x #s(literal -2 binary64)) |
#s(literal -2 binary64) |
#s(literal -1/96 binary64) |
#s(literal 19/5760 binary64) |
| Outputs |
|---|
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (* x (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (cos x))))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#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 (sqrt (cos x)) #s(hole binary64 1)) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (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 x #s(hole binary64 x)) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (+ 1 (* x (- (* 1/2 x) 1))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 -1)) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (- (* 1/2 x) 1))) |
#s(approx (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) #s(hole binary64 1)) |
#s(approx (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 1)) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (+ 1 (* 1/2 x)))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 1)) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (+ 1 (* -1/2 x)))) |
#s(approx (* 1/2 x) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4)))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4)))) |
#s(approx (pow x 6) #s(hole binary64 (pow x 6))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (/ -1/4 (pow x 4)))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (/ (- (* -1/96 (pow x 2)) 1/4) (pow x 4)))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (/ (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4) (pow x 4)))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) #s(hole binary64 (/ -1/4 (pow x 4)))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) #s(hole binary64 (/ (- (* -1/96 (pow x 2)) 1/4) (pow x 4)))) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) #s(hole binary64 (/ -1/4 (pow x 2)))) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) #s(hole binary64 (/ (- (* -1/96 (pow x 2)) 1/4) (pow x 2)))) |
#s(approx (pow x -2) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (- 1/2 (/ 1 x))))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (- (+ 1/2 (/ 1 (pow x 2))) (/ 1 x))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* x (- 1/2 (/ 1 x))))) |
#s(approx (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (* x (+ 1/2 (/ 1 x))))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (* -1/2 x))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (* x (- (/ 1 x) 1/2)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -19/5760 (pow x 6)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -1 (* (pow x 6) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 6) (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 6) (- (/ 1 (pow x 6)) (+ 19/5760 (+ (/ 1/4 (pow x 4)) (* 1/96 (/ 1 (pow x 2))))))))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* -19/5760 (pow x 6)))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* -1 (* (pow x 6) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* (pow x 6) (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760)))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 -19/5760)) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (* -1 (+ 19/5760 (* 1/96 (/ 1 (pow x 2))))))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) #s(hole binary64 (/ -1/96 (pow x 2)))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) #s(hole binary64 (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))))) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) #s(hole binary64 -1/96)) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) #s(hole binary64 (* -1 (+ 1/96 (* 1/4 (/ 1 (pow x 2))))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1 (/ (- 1 (/ 1 x)) x)))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* -1 (* x (- (/ 1 x) 1/2))))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (* -1 (* x (- 1/2 (/ 1 x)))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | x | @ | 0 | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) 1 (sqrt (cos x)) (cos x) (exp (neg x)) (neg x) x (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (sqrt (cos x)) (exp (neg x)) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (* x x) -1/4 (exp (neg x)) (+ (* (+ (* 1/2 x) -1) x) 1) (+ (* 1/2 x) -1) 1/2 -1 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) (+ (* 1/2 x) 1) (- 1 (* 1/2 x)) (* 1/2 x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) (pow x 6) 6 (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) (+ (* -1/4 (pow x -2)) -1/96) (pow x -2) -2 -1/96 19/5760) |
| 3.0ms | x | @ | inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) 1 (sqrt (cos x)) (cos x) (exp (neg x)) (neg x) x (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (sqrt (cos x)) (exp (neg x)) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (* x x) -1/4 (exp (neg x)) (+ (* (+ (* 1/2 x) -1) x) 1) (+ (* 1/2 x) -1) 1/2 -1 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) (+ (* 1/2 x) 1) (- 1 (* 1/2 x)) (* 1/2 x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) (pow x 6) 6 (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) (+ (* -1/4 (pow x -2)) -1/96) (pow x -2) -2 -1/96 19/5760) |
| 3.0ms | x | @ | -inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) 1 (sqrt (cos x)) (cos x) (exp (neg x)) (neg x) x (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (sqrt (cos x)) (exp (neg x)) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (* x x) -1/4 (exp (neg x)) (+ (* (+ (* 1/2 x) -1) x) 1) (+ (* 1/2 x) -1) 1/2 -1 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) (+ (* 1/2 x) 1) (- 1 (* 1/2 x)) (* 1/2 x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) (pow x 6) 6 (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) (+ (* -1/4 (pow x -2)) -1/96) (pow x -2) -2 -1/96 19/5760) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 287 | 1999 |
| 0 | 329 | 1911 |
| 1 | 1283 | 1877 |
| 0 | 8423 | 1797 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(sqrt.f64 #s(approx (cos x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
x |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) |
(exp.f64 x) |
#s(approx (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (exp (neg x)) #s(literal 1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) |
(*.f64 x x) |
#s(literal -1/4 binary64) |
#s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) |
#s(literal 1/2 binary64) |
#s(literal -1 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
#s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 #s(literal 1/2 binary64) x) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) |
#s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))) |
(pow.f64 x #s(literal 6 binary64)) |
#s(literal 6 binary64) |
(-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)) |
(/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) |
(fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) |
(pow.f64 x #s(literal -2 binary64)) |
#s(literal -2 binary64) |
#s(literal -1/96 binary64) |
#s(literal 19/5760 binary64) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (* x (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (cos x))))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#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 (sqrt (cos x)) #s(hole binary64 1)) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (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 x #s(hole binary64 x)) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (+ 1 (* x (- (* 1/2 x) 1))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 -1)) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (- (* 1/2 x) 1))) |
#s(approx (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) #s(hole binary64 1)) |
#s(approx (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 1)) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (+ 1 (* 1/2 x)))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 1)) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (+ 1 (* -1/2 x)))) |
#s(approx (* 1/2 x) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4)))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4)))) |
#s(approx (pow x 6) #s(hole binary64 (pow x 6))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (/ -1/4 (pow x 4)))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (/ (- (* -1/96 (pow x 2)) 1/4) (pow x 4)))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (/ (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4) (pow x 4)))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) #s(hole binary64 (/ -1/4 (pow x 4)))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) #s(hole binary64 (/ (- (* -1/96 (pow x 2)) 1/4) (pow x 4)))) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) #s(hole binary64 (/ -1/4 (pow x 2)))) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) #s(hole binary64 (/ (- (* -1/96 (pow x 2)) 1/4) (pow x 2)))) |
#s(approx (pow x -2) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (- 1/2 (/ 1 x))))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (- (+ 1/2 (/ 1 (pow x 2))) (/ 1 x))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* x (- 1/2 (/ 1 x))))) |
#s(approx (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (* (+ (* 1/2 x) 1) (- 1 (* 1/2 x))) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (* x (+ 1/2 (/ 1 x))))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (* -1/2 x))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (* x (- (/ 1 x) 1/2)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -19/5760 (pow x 6)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* -1 (* (pow x 6) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 6) (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(hole binary64 (* (pow x 6) (- (/ 1 (pow x 6)) (+ 19/5760 (+ (/ 1/4 (pow x 4)) (* 1/96 (/ 1 (pow x 2))))))))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* -19/5760 (pow x 6)))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* -1 (* (pow x 6) (+ 19/5760 (* 1/96 (/ 1 (pow x 2)))))))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) #s(hole binary64 (* (pow x 6) (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760)))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 -19/5760)) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (* -1 (+ 19/5760 (* 1/96 (/ 1 (pow x 2))))))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(hole binary64 (- (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 19/5760))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) #s(hole binary64 (/ -1/96 (pow x 2)))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) #s(hole binary64 (* -1 (/ (+ 1/96 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))))) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) #s(hole binary64 -1/96)) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) #s(hole binary64 (* -1 (+ 1/96 (* 1/4 (/ 1 (pow x 2))))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1 (/ (- 1 (/ 1 x)) x)))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* -1 (* x (- (/ 1 x) 1/2))))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (* -1 (* x (- 1/2 (/ 1 x)))))) |
| Outputs |
|---|
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64))))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(fma.f64 (cosh.f64 x) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))))) |
(fma.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (cosh.f64 x) (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64))))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (cosh.f64 x)) (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(*.f64 (pow.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) (pow.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(literal 1/4 binary64))) |
(pow.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(literal -1/2 binary64))) |
(sqrt.f64 #s(approx (cos x) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (cos x) #s(literal 1 binary64))) #s(literal 1/2 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
(*.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)))) |
(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 x) (sinh.f64 x))) (exp.f64 x)) |
(/.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 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 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 #s(literal 1 binary64) (neg.f64 x)) |
(*.f64 x #s(literal -1 binary64)) |
(neg.f64 (*.f64 #s(literal -1 binary64) (neg.f64 x))) |
(neg.f64 (*.f64 #s(literal 1 binary64) x)) |
(neg.f64 x) |
x |
(*.f64 #s(approx (exp (neg x)) #s(literal 1 binary64)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.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) (-.f64 (*.f64 (sinh.f64 x) (sinh.f64 x)) (*.f64 (cosh.f64 x) (sinh.f64 x))))) |
(exp.f64 x) |
(+.f64 (cosh.f64 x) (sinh.f64 x)) |
#s(approx (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (exp (neg x)) #s(literal 1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) |
(*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1/4 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 x #s(literal -1/4 binary64)))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))))) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 #s(literal -1/2 binary64) x))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x)) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x 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/4 binary64) |
#s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (neg.f64 x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)) #s(literal -1 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)) #s(literal -1 binary64)) (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 1 binary64))))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)) |
(fma.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x))) (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64)))) |
(-.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) x)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x))))) (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)) |
(/.f64 (+.f64 #s(literal -1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal -1 binary64))) (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal -1 binary64))) (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (neg.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal -1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal -1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) |
(-.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) #s(literal 1/2 binary64))) |
(-.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)) |
(+.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64))))) (/.f64 #s(literal -1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64)) |
(+.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
#s(literal 1/2 binary64) |
#s(literal -1 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))))) |
(fma.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))))) |
(fma.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (cosh.f64 x) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (cosh.f64 x)) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (sinh.f64 (neg.f64 x)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) |
(*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1/4 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 x #s(literal -1/4 binary64)))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))))) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/64 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 #s(literal -1/2 binary64) x))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
(*.f64 (+.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) |
(*.f64 x (+.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 (*.f64 x (pow.f64 x #s(literal -1 binary64))) (*.f64 x (pow.f64 x #s(literal -1 binary64))))) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 x (pow.f64 x #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 x (pow.f64 x #s(literal -1 binary64))) #s(literal 3 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 (*.f64 (*.f64 x (pow.f64 x #s(literal -1 binary64))) (*.f64 x (pow.f64 x #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 x (pow.f64 x #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (neg.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64))))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(fma.f64 #s(literal 1/2 binary64) x (*.f64 x (pow.f64 x #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(fma.f64 x (pow.f64 x #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 x #s(literal 1/2 binary64) (*.f64 x (pow.f64 x #s(literal -1 binary64)))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (neg.f64 (pow.f64 x #s(literal -1 binary64))) x)) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (neg.f64 x) (pow.f64 x #s(literal -1 binary64)))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) x)) |
(+.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+.f64 (*.f64 x (pow.f64 x #s(literal -1 binary64))) (*.f64 #s(literal 1/2 binary64) x)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 x (pow.f64 x #s(literal -1 binary64)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (-.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) |
(fma.f64 x #s(literal -1/2 binary64) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) x)) |
(*.f64 #s(literal 1/2 binary64) x) |
(*.f64 x #s(literal 1/2 binary64)) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) x)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))))))) |
(fma.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))))) |
(fma.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (cosh.f64 x) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))))))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))))) |
(+.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (cosh.f64 x)) (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (sinh.f64 (neg.f64 x)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) |
#s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))) |
(*.f64 (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(*.f64 (fabs.f64 (pow.f64 x #s(literal 3 binary64))) (fabs.f64 (pow.f64 x #s(literal 3 binary64)))) |
(*.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) (pow.f64 (neg.f64 x) #s(literal 3 binary64))) |
(*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 6 binary64)) |
(pow.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 3 binary64)) |
(pow.f64 x #s(literal 6 binary64)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 6 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 6 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 6 binary64)))) |
#s(literal 6 binary64) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 3 binary64)) #s(literal 6859/191102976000 binary64))) (neg.f64 (+.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 19/5760 binary64) (+.f64 #s(literal 19/5760 binary64) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) #s(literal 361/33177600 binary64))) (neg.f64 (+.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) #s(literal 361/33177600 binary64)) (+.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 3 binary64)) #s(literal 6859/191102976000 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 19/5760 binary64) (+.f64 #s(literal 19/5760 binary64) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) (+.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))) (/.f64 #s(literal 361/33177600 binary64) (+.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 19/5760 binary64) (+.f64 #s(literal 19/5760 binary64) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)))))) (/.f64 #s(literal 6859/191102976000 binary64) (+.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 19/5760 binary64) (+.f64 #s(literal 19/5760 binary64) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x))))))) |
(-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)) |
(*.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x))) |
(*.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) x) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) (fabs.f64 x))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) x)) |
(*.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) x) (pow.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) (*.f64 x x)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 x #s(literal -1 binary64)) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) x)) |
(*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x)) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x))) (/.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64)))) (-.f64 (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x)) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x)) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x)) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x)) (-.f64 (/.f64 #s(literal 1/9216 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x)) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) x)) (neg.f64 x)) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) #s(literal -2 binary64)) (*.f64 (*.f64 (neg.f64 x) x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (neg.f64 x) x))) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 x x))) |
(/.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -1/96 binary64))) (pow.f64 x #s(literal 4 binary64))) |
(/.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 (neg.f64 x) x) (*.f64 (*.f64 x x) #s(literal 1/96 binary64))) (neg.f64 (pow.f64 x #s(literal 4 binary64)))) |
(/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) x) x) |
(/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) |
(neg.f64 (*.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) (*.f64 x x)) #s(literal 1 binary64))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) (*.f64 x x)))) |
(neg.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1/4 binary64) (fabs.f64 x)) (/.f64 (pow.f64 x #s(literal -2 binary64)) (fabs.f64 x)) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)))) |
(fma.f64 (/.f64 #s(literal -1/4 binary64) (neg.f64 x)) (/.f64 (pow.f64 x #s(literal -2 binary64)) (neg.f64 x)) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)))) |
(fma.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (neg.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) (neg.f64 x)) (pow.f64 x #s(literal -1 binary64)) (neg.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) (neg.f64 x)) (pow.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) (neg.f64 x)) (pow.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) (neg.f64 x)) (pow.f64 x #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) x) (/.f64 #s(literal -1 binary64) x) (neg.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) x) (/.f64 #s(literal -1 binary64) x) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) x) (/.f64 #s(literal -1 binary64) x) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1/96 binary64) x) (/.f64 #s(literal -1 binary64) x) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x))) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) (fabs.f64 x)) (/.f64 #s(literal -1/4 binary64) (fabs.f64 x)) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)))) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) (neg.f64 x)) (/.f64 #s(literal -1/4 binary64) (neg.f64 x)) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)))) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal -1/4 binary64) x) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1/96 binary64) (fabs.f64 x)) (neg.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1/96 binary64) (fabs.f64 x)) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1/96 binary64) (fabs.f64 x)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1/96 binary64) (fabs.f64 x)) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1/96 binary64) x) (neg.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1/96 binary64) x) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1/96 binary64) x) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1/96 binary64) x) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x))) |
(fma.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64)) #s(literal -1 binary64) (*.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)) #s(literal -1 binary64))) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1/96 binary64) (neg.f64 x)) (neg.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1/96 binary64) (neg.f64 x)) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 x x))) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1/96 binary64) (neg.f64 x)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 x x))) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1/96 binary64) (neg.f64 x)) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x))) |
(fma.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)) (neg.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(fma.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 x x))) |
(fma.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 x x))) |
(fma.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(+.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)) #s(literal -1 binary64))) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(+.f64 (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64))) (neg.f64 (*.f64 (/.f64 (pow.f64 x #s(literal -2 binary64)) x) (/.f64 #s(literal 1/4 binary64) x)))) |
(+.f64 (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64))) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 x x))) |
(+.f64 (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 x x))) |
(+.f64 (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64))) (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/4 binary64) x) (/.f64 (pow.f64 x #s(literal -2 binary64)) x)) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)))) |
(*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64))) |
(/.f64 (-.f64 #s(literal 1/9216 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)))) (-.f64 #s(literal -1/96 binary64) (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1/9216 binary64) (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))) (-.f64 #s(literal -1/96 binary64) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 (+.f64 #s(literal -1/884736 binary64) (*.f64 #s(literal -1/64 binary64) (pow.f64 x #s(literal -6 binary64)))) (+.f64 #s(literal 1/9216 binary64) (-.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal -1/96 binary64) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 #s(literal -1/884736 binary64) (pow.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/9216 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64))) (*.f64 #s(literal -1/96 binary64) (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)))))) |
(/.f64 (+.f64 #s(literal -1/884736 binary64) (pow.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1/9216 binary64) (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)))) (*.f64 #s(literal -1/96 binary64) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) #s(literal -1/9216 binary64))) (neg.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal 1/96 binary64)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 x #s(literal -6 binary64)) #s(literal -1/884736 binary64))) (neg.f64 (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) (-.f64 #s(literal 1/9216 binary64) (*.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -1/96 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9216 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))))) (-.f64 #s(literal 1/96 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/884736 binary64) (*.f64 #s(literal 1/64 binary64) (pow.f64 x #s(literal -6 binary64))))) (+.f64 #s(literal 1/9216 binary64) (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) (*.f64 #s(literal -1/96 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9216 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 1/96 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/884736 binary64) (*.f64 #s(literal 1/64 binary64) (pow.f64 x #s(literal -6 binary64)))) #s(literal -2 binary64)) (*.f64 (+.f64 #s(literal 1/9216 binary64) (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) (*.f64 #s(literal -1/96 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 1/9216 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 1/96 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 (*.f64 #s(literal -2 binary64) (+.f64 #s(literal 1/884736 binary64) (*.f64 #s(literal 1/64 binary64) (pow.f64 x #s(literal -6 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 1/9216 binary64) (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) (*.f64 #s(literal -1/96 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) #s(literal -1/9216 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal 1/96 binary64))) |
(/.f64 (-.f64 #s(literal 1/9216 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) (-.f64 #s(literal -1/96 binary64) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 1/9216 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64)))) (neg.f64 (-.f64 #s(literal 1/96 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 x #s(literal -6 binary64)) #s(literal -1/884736 binary64)) (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) (-.f64 #s(literal 1/9216 binary64) (*.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -1/96 binary64))))) |
(/.f64 (+.f64 #s(literal 1/884736 binary64) (*.f64 #s(literal 1/64 binary64) (pow.f64 x #s(literal -6 binary64)))) (neg.f64 (+.f64 #s(literal 1/9216 binary64) (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) (*.f64 #s(literal -1/96 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))))) |
(neg.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)) #s(literal 1 binary64))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64)))) |
(neg.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64))) |
(fma.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64) #s(literal -1/96 binary64)) |
(fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1/96 binary64)) |
(fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) |
(-.f64 (/.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal 1/96 binary64))) (/.f64 #s(literal 1/9216 binary64) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal 1/96 binary64)))) |
(-.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) |
(-.f64 #s(literal -1/96 binary64) (*.f64 (neg.f64 (pow.f64 x #s(literal -2 binary64))) #s(literal -1/4 binary64))) |
(-.f64 #s(literal -1/96 binary64) (*.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(-.f64 #s(literal -1/96 binary64) (*.f64 #s(literal 1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)))) |
(-.f64 #s(literal -1/96 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 x #s(literal -6 binary64))) (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) (-.f64 #s(literal 1/9216 binary64) (*.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -1/96 binary64))))) (/.f64 #s(literal -1/884736 binary64) (fma.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64) (-.f64 #s(literal 1/9216 binary64) (*.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -1/96 binary64)))))) |
(+.f64 (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) #s(literal -1/96 binary64)) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) #s(literal -1/96 binary64)) |
(+.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -1/96 binary64)) |
(+.f64 #s(literal -1/96 binary64) (*.f64 (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(+.f64 #s(literal -1/96 binary64) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)))) |
(+.f64 #s(literal -1/96 binary64) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(*.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (neg.f64 (pow.f64 x #s(literal -1 binary64))) (neg.f64 (pow.f64 x #s(literal -1 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 x #s(literal -1 binary64))) (fabs.f64 (pow.f64 x #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 x #s(literal -1 binary64)) (pow.f64 x #s(literal -1 binary64))) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal -2 binary64)) |
(pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal -1 binary64)) |
(pow.f64 x #s(literal -2 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(/.f64 #s(literal 1 binary64) (*.f64 x x)) |
(neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(exp.f64 (-.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal -2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal -2 binary64)))) |
#s(literal -2 binary64) |
#s(literal -1/96 binary64) |
#s(literal 19/5760 binary64) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (neg.f64 x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fma.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fma.f64 (fma.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fma.f64 #s(literal -1/6 binary64) x #s(literal 1/2 binary64))) x (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 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 (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal -19/5760 binary64) x) x #s(literal -1/96 binary64)) #s(literal -1/4 binary64)) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (cos x) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (-.f64 (*.f64 (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 (exp (neg x)) #s(literal 1 binary64)) |
#s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64))) |
#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 x x) |
#s(approx (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (* x x) -1/4) 1) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
#s(approx (+ (* 1/2 x) -1) #s(literal -1 binary64)) |
#s(approx (+ (* 1/2 x) -1) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (* x x) -1/4) 1) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* 1/2 x) 1) #s(literal 1 binary64)) |
#s(approx (+ (* 1/2 x) 1) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
#s(approx (- 1 (* 1/2 x)) #s(literal 1 binary64)) |
#s(approx (- 1 (* 1/2 x)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
#s(approx (* 1/2 x) (*.f64 #s(literal 1/2 binary64) x)) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal -19/5760 binary64) x) x #s(literal -1/96 binary64)) #s(literal -1/4 binary64)) #s(literal 1 binary64))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal -19/5760 binary64) x) x #s(literal -1/96 binary64)) #s(literal -1/4 binary64)))) |
#s(approx (pow x 6) (pow.f64 x #s(literal 6 binary64))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) (/.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) (/.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal -19/5760 binary64) x) x #s(literal -1/96 binary64)) #s(literal -1/4 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) (/.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) (/.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) (/.f64 (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) (*.f64 x x))) |
#s(approx (pow x -2) (pow.f64 x #s(literal -2 binary64))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x)))) |
#s(approx (exp x) (exp.f64 x)) |
#s(approx (sqrt (cos x)) (sqrt.f64 (cos.f64 x))) |
#s(approx (cos x) (cos.f64 x)) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
#s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal -1 binary64))) (*.f64 x x))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 (+.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) (pow.f64 x #s(literal -1 binary64))) (*.f64 x x))) |
#s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) |
#s(approx (+ (* 1/2 x) -1) (*.f64 (-.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal -1 binary64))) x)) |
#s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
#s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))) |
#s(approx (+ (* 1/2 x) 1) (*.f64 #s(literal 1/2 binary64) x)) |
#s(approx (+ (* 1/2 x) 1) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
#s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x)) |
#s(approx (- 1 (* 1/2 x)) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x)) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -19/5760 binary64))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -19/5760 binary64)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))) |
#s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 19/5760 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64) (/.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))))))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -19/5760 binary64))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) (*.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -19/5760 binary64)))) |
#s(approx (* (pow x 6) (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760)) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) #s(literal -19/5760 binary64)) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) (fma.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -19/5760 binary64))) |
#s(approx (- (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) 19/5760) (-.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) (*.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal -2 binary64)))) |
#s(approx (/ (+ (* -1/4 (pow x -2)) -1/96) (* x x)) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x))) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) #s(literal -1/96 binary64)) |
#s(approx (+ (* -1/4 (pow x -2)) -1/96) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x)))) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1 binary64))) x)) (*.f64 x x))) |
#s(approx (+ (* 1/2 x) -1) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (neg.f64 x))) |
#s(approx (- 1 (* 1/2 x)) (*.f64 (-.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal -1 binary64))) (neg.f64 x))) |
Compiled 23 780 to 3 070 computations (87.1% saved)
33 alts after pruning (27 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 588 | 11 | 599 |
| Fresh | 3 | 16 | 19 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 4 | 4 |
| Total | 594 | 33 | 627 |
| Status | Accuracy | Program |
|---|---|---|
| 6.2% | (/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(literal 1 binary64)) (exp.f64 x)) | |
| 6.8% | (*.f64 (fmod.f64 (/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.f64 (neg.f64 x))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) | |
| ▶ | 7.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (/.f64 #s(literal 1 binary64) (exp.f64 x))) |
| ✓ | 7.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.5% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) | |
| 6.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) | |
| ✓ | 6.7% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) | |
| ✓ | 6.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #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)))) | |
| ✓ | 6.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
| 5.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) | |
| 3.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1 binary64))) x)) (*.f64 x x))))) | |
| 4.7% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 #s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (*.f64 (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)) (pow.f64 x #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| 6.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) | |
| ▶ | 6.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
| 6.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x))))) (exp.f64 (neg.f64 x))) | |
| 9.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) | |
| 3.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 3 binary64)) #s(literal 6859/191102976000 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 19/5760 binary64) (+.f64 #s(literal 19/5760 binary64) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)))))))))) (exp.f64 (neg.f64 x))) | |
| 1.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) #s(literal 361/33177600 binary64)) (+.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))))))) (exp.f64 (neg.f64 x))) | |
| 3.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 19/5760 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64) (/.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))))))))) (exp.f64 (neg.f64 x))) | |
| 5.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -4 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64))) (pow.f64 x #s(literal 4 binary64)))))) (exp.f64 (neg.f64 x))) | |
| ▶ | 4.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
| 24.0% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) x)))) (exp.f64 (neg.f64 x))) | |
| 2.4% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) | |
| 5.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) | |
| ✓ | 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
| 5.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos 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)))) | |
| ▶ | 5.7% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
| ✓ | 5.4% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
| 4.5% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) #s(literal 1 binary64))) | |
| ▶ | 24.6% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
Compiled 1 832 to 1 261 computations (31.2% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(sqrt.f64 #s(approx (cos x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64))) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)) |
#s(literal -1 binary64) |
x |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) |
(exp.f64 x) |
#s(approx (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x)) |
(-.f64 #s(literal 1 binary64) x) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) |
#s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
#s(literal 1/2 binary64) |
(fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) |
#s(literal -1/2 binary64) |
#s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))))) |
#s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x)))) |
#s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))) |
(*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x)) |
(-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 x #s(literal -2 binary64)) |
#s(literal -2 binary64) |
#s(literal 1/4 binary64) |
(*.f64 x x) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (/.f64 #s(literal 1 binary64) (exp.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
(/.f64 #s(literal 1 binary64) (exp.f64 x)) |
| Outputs |
|---|
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (* x (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (cos x))))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#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 (sqrt (cos x)) #s(hole binary64 1)) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (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 (+ (* -1 x) 1) #s(hole binary64 1)) |
#s(approx (+ (* -1 x) 1) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- 1 x) #s(hole binary64 1)) |
#s(approx (- 1 x) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(hole binary64 1)) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 1)) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (+ 1 (* 1/2 x)))) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 1)) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 (+ 1 (* -1/2 x)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (+ 1 (* x (- (* 1/2 x) 1))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 -1)) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (- (* 1/2 x) 1))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) #s(hole binary64 1)) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (- (pow x -2) 1/4) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (- (pow x -2) 1/4) #s(hole binary64 (/ (+ 1 (* -1/4 (pow x 2))) (pow x 2)))) |
#s(approx (pow x -2) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (+ (* x (- (* -1 (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (+ (* x (- (* x (- (* -1 (* x (+ (* -1 (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))) (+ (* -1/2 (fmod (exp x) (sqrt (cos x)))) (* 1/6 (fmod (exp x) (sqrt (cos x)))))))) (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (/ 1 (exp x)) #s(hole binary64 1)) |
#s(approx (/ 1 (exp x)) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (/ 1 (exp x)) #s(hole binary64 (+ 1 (* x (- (* 1/2 x) 1))))) |
#s(approx (/ 1 (exp x)) #s(hole binary64 (+ 1 (* x (- (* x (+ 1/2 (* -1/6 x))) 1))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (+ (* -1 x) 1) #s(hole binary64 (* -1 x))) |
#s(approx (+ (* -1 x) 1) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 x))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (* x (+ 1/2 (/ 1 x))))) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 (* -1/2 x))) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 (* x (- (/ 1 x) 1/2)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (- 1/2 (/ 1 x))))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (- (+ 1/2 (/ 1 (pow x 2))) (/ 1 x))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* x (- 1/2 (/ 1 x))))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (- (pow x -2) 1/4) #s(hole binary64 -1/4)) |
#s(approx (- (pow x -2) 1/4) #s(hole binary64 (- (/ 1 (pow x 2)) 1/4))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (/ (fmod (exp x) (sqrt (cos x))) (exp x)))) |
#s(approx (/ 1 (exp x)) #s(hole binary64 (/ 1 (exp x)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
#s(approx (+ (* -1 x) 1) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 (* -1 (* x (- 1/2 (/ 1 x)))))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1 (/ (- 1 (/ 1 x)) x)))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* -1 (* x (- (/ 1 x) 1/2))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) 1 (sqrt (cos x)) (cos x) (exp (neg x)) (+ (* -1 x) 1) -1 x (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (sqrt (cos x)) (exp (neg x)) (- 1 x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (+ (* 1/2 x) 1) 1/2 (+ (* -1/2 x) 1) -1/2 (exp (neg x)) (+ (* (+ (* 1/2 x) -1) x) 1) (+ (* 1/2 x) -1) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (* (- (pow x -2) 1/4) (* x x)) (- (pow x -2) 1/4) (pow x -2) -2 1/4 (* x x) (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (/ 1 (exp x))) |
| 3.0ms | x | @ | inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) 1 (sqrt (cos x)) (cos x) (exp (neg x)) (+ (* -1 x) 1) -1 x (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (sqrt (cos x)) (exp (neg x)) (- 1 x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (+ (* 1/2 x) 1) 1/2 (+ (* -1/2 x) 1) -1/2 (exp (neg x)) (+ (* (+ (* 1/2 x) -1) x) 1) (+ (* 1/2 x) -1) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (* (- (pow x -2) 1/4) (* x x)) (- (pow x -2) 1/4) (pow x -2) -2 1/4 (* x x) (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (/ 1 (exp x))) |
| 3.0ms | x | @ | 0 | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) 1 (sqrt (cos x)) (cos x) (exp (neg x)) (+ (* -1 x) 1) -1 x (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (sqrt (cos x)) (exp (neg x)) (- 1 x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (+ (* 1/2 x) 1) 1/2 (+ (* -1/2 x) 1) -1/2 (exp (neg x)) (+ (* (+ (* 1/2 x) -1) x) 1) (+ (* 1/2 x) -1) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (* (- (pow x -2) 1/4) (* x x)) (- (pow x -2) 1/4) (pow x -2) -2 1/4 (* x x) (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (/ 1 (exp x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 272 | 1614 |
| 0 | 307 | 1534 |
| 1 | 1218 | 1441 |
| 0 | 8630 | 1395 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(sqrt.f64 #s(approx (cos x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64))) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)) |
#s(literal -1 binary64) |
x |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) |
(exp.f64 x) |
#s(approx (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x)) |
(-.f64 #s(literal 1 binary64) x) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) |
#s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
#s(literal 1/2 binary64) |
(fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) |
#s(literal -1/2 binary64) |
#s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))))) |
#s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x)))) |
#s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))) |
(*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x)) |
(-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 x #s(literal -2 binary64)) |
#s(literal -2 binary64) |
#s(literal 1/4 binary64) |
(*.f64 x x) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (/.f64 #s(literal 1 binary64) (exp.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
(/.f64 #s(literal 1 binary64) (exp.f64 x)) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (* x (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (cos x))))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (fmod (exp x) (sqrt (cos x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#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 (sqrt (cos x)) #s(hole binary64 1)) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* -1/96 (pow x 2)) 1/4))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -19/5760 (pow x 2)) 1/96)) 1/4))))) |
#s(approx (cos x) #s(hole binary64 1)) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* -1/2 (pow x 2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))))) |
#s(approx (cos x) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))))) |
#s(approx (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 (+ (* -1 x) 1) #s(hole binary64 1)) |
#s(approx (+ (* -1 x) 1) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- 1 x) #s(hole binary64 1)) |
#s(approx (- 1 x) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(hole binary64 1)) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 1)) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (+ 1 (* 1/2 x)))) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 1)) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 (+ 1 (* -1/2 x)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (+ 1 (* x (- (* 1/2 x) 1))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 -1)) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (- (* 1/2 x) 1))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) #s(hole binary64 1)) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) #s(hole binary64 (+ 1 (* -1/4 (pow x 2))))) |
#s(approx (- (pow x -2) 1/4) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (- (pow x -2) 1/4) #s(hole binary64 (/ (+ 1 (* -1/4 (pow x 2))) (pow x 2)))) |
#s(approx (pow x -2) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (+ (* x (- (* -1 (* x (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (+ (* x (- (* x (- (* -1 (* x (+ (* -1 (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (fmod (exp x) (sqrt (cos x)))))) (+ (* -1/2 (fmod (exp x) (sqrt (cos x)))) (* 1/6 (fmod (exp x) (sqrt (cos x)))))))) (+ (* -1 (fmod (exp x) (sqrt (cos x)))) (* 1/2 (fmod (exp x) (sqrt (cos x))))))) (fmod (exp x) (sqrt (cos x))))) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (/ 1 (exp x)) #s(hole binary64 1)) |
#s(approx (/ 1 (exp x)) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (/ 1 (exp x)) #s(hole binary64 (+ 1 (* x (- (* 1/2 x) 1))))) |
#s(approx (/ 1 (exp x)) #s(hole binary64 (+ 1 (* x (- (* x (+ 1/2 (* -1/6 x))) 1))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (+ (* -1 x) 1) #s(hole binary64 (* -1 x))) |
#s(approx (+ (* -1 x) 1) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 x))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* 1/2 x) 1) #s(hole binary64 (* x (+ 1/2 (/ 1 x))))) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 (* -1/2 x))) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 (* x (- (/ 1 x) 1/2)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* 1/2 (pow x 2)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (- 1/2 (/ 1 x))))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (- (+ 1/2 (/ 1 (pow x 2))) (/ 1 x))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* 1/2 x))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* x (- 1/2 (/ 1 x))))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) #s(hole binary64 (* -1/4 (pow x 2)))) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (- (pow x -2) 1/4) #s(hole binary64 -1/4)) |
#s(approx (- (pow x -2) 1/4) #s(hole binary64 (- (/ 1 (pow x 2)) 1/4))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) #s(hole binary64 (/ (fmod (exp x) (sqrt (cos x))) (exp x)))) |
#s(approx (/ 1 (exp x)) #s(hole binary64 (/ 1 (exp x)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (* -1 x)))) |
#s(approx (+ (* -1 x) 1) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (+ (* -1/2 x) 1) #s(hole binary64 (* -1 (* x (- 1/2 (/ 1 x)))))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(hole binary64 (* (pow x 2) (+ 1/2 (* -1 (/ (- 1 (/ 1 x)) x)))))) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (* -1 (* x (- (/ 1 x) 1/2))))) |
| Outputs |
|---|
(*.f64 #s(approx (/ 1 (exp x)) (-.f64 #s(literal 1 binary64) x)) (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64))))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) (-.f64 #s(literal 1 binary64) x))) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) |
#s(approx (exp x) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(*.f64 (pow.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) (pow.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(literal 1/4 binary64))) |
(pow.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (cos x) #s(literal 1 binary64)) #s(literal -1/2 binary64))) |
(sqrt.f64 #s(approx (cos x) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (cos x) #s(literal 1 binary64))) #s(literal 1/2 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (/ 1 (exp x)) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 x x x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (-.f64 x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 x x #s(literal -1 binary64))) (neg.f64 (fma.f64 #s(literal -1 binary64) x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) #s(literal -1 binary64))) (neg.f64 (fma.f64 x x (-.f64 x #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x #s(literal -1 binary64))) |
(/.f64 (fma.f64 x x #s(literal -1 binary64)) (fma.f64 #s(literal -1 binary64) x #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 x x x))) |
(/.f64 (-.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 x x (-.f64 x #s(literal -1 binary64)))) |
(neg.f64 (+.f64 x #s(literal -1 binary64))) |
(neg.f64 (+.f64 #s(literal -1 binary64) x)) |
(fma.f64 (neg.f64 x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (neg.f64 x) #s(literal 1 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 x #s(literal -1 binary64))) (/.f64 (*.f64 x x) (-.f64 x #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 x x x))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 x x x)))) |
(-.f64 (/.f64 (*.f64 x x) (fma.f64 #s(literal -1 binary64) x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) x #s(literal -1 binary64)))) |
(-.f64 (neg.f64 x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal -1 binary64))) |
(-.f64 #s(literal 1 binary64) x) |
(+.f64 (/.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) (fma.f64 x x (-.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (-.f64 x #s(literal -1 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 x x x))) (/.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 x x x)))) |
(+.f64 (neg.f64 x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (neg.f64 x)) |
#s(literal -1 binary64) |
x |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (/ 1 (exp x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(approx (/ 1 (exp x)) (-.f64 #s(literal 1 binary64) x)) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.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) (-.f64 (*.f64 (sinh.f64 x) (sinh.f64 x)) (*.f64 (cosh.f64 x) (sinh.f64 x))))) |
(exp.f64 x) |
(+.f64 (cosh.f64 x) (sinh.f64 x)) |
#s(approx (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (/ 1 (exp x)) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 x x x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (-.f64 x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 x x #s(literal -1 binary64))) (neg.f64 (fma.f64 #s(literal -1 binary64) x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) #s(literal -1 binary64))) (neg.f64 (fma.f64 x x (-.f64 x #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x #s(literal -1 binary64))) |
(/.f64 (fma.f64 x x #s(literal -1 binary64)) (fma.f64 #s(literal -1 binary64) x #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 x x x))) |
(/.f64 (-.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 x x (-.f64 x #s(literal -1 binary64)))) |
(neg.f64 (+.f64 x #s(literal -1 binary64))) |
(neg.f64 (+.f64 #s(literal -1 binary64) x)) |
(fma.f64 (neg.f64 x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (neg.f64 x) #s(literal 1 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 x #s(literal -1 binary64))) (/.f64 (*.f64 x x) (-.f64 x #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 x x x))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 x x x)))) |
(-.f64 (/.f64 (*.f64 x x) (fma.f64 #s(literal -1 binary64) x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) x #s(literal -1 binary64)))) |
(-.f64 (neg.f64 x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal -1 binary64))) |
(-.f64 #s(literal 1 binary64) x) |
(+.f64 (/.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) (fma.f64 x x (-.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (-.f64 x #s(literal -1 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 x x x))) (/.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 x x x)))) |
(+.f64 (neg.f64 x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (neg.f64 x)) |
(*.f64 #s(approx (/ 1 (exp x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) |
(*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (-.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (-.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) (-.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 x x) #s(literal 3 binary64)) #s(literal -1/64 binary64) #s(literal 1 binary64))) (neg.f64 (-.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 x x) #s(literal 3 binary64)) #s(literal -1/64 binary64) #s(literal 1 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))))) |
(fma.f64 (+.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 (+.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(fma.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 x #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (+.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 x (+.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (*.f64 #s(literal -1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(-.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(-.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1/4 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 x #s(literal -1/4 binary64)))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(+.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64))))) (/.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal -1 binary64)))))) |
(+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(+.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) x))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 #s(literal -1/2 binary64) x))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
(*.f64 (+.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(*.f64 x (+.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (neg.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) #s(literal 2 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))))) |
(neg.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal -1 binary64))) |
(neg.f64 (*.f64 #s(literal -1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (neg.f64 (pow.f64 x #s(literal -1 binary64))) x)) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (neg.f64 x) (pow.f64 x #s(literal -1 binary64)))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) x)) |
(+.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))))) (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
#s(literal 1/2 binary64) |
(*.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (neg.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (neg.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64))))) |
(/.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)) |
(fma.f64 x #s(literal -1/2 binary64) #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64))))) (/.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) x)) |
#s(literal -1/2 binary64) |
#s(approx (/ 1 (exp x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (neg.f64 x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)) #s(literal -1 binary64))) (neg.f64 (-.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)) #s(literal -1 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 1 binary64)) |
(fma.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x))) (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64)))) |
(-.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) x)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))))) (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 3 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x)) |
(/.f64 (+.f64 #s(literal -1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal -1 binary64))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (neg.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64)) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) |
(-.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) #s(literal 1/2 binary64))) |
(-.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) x)) |
(+.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64)) |
(+.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (/ 1 (exp x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 #s(approx (/ 1 (exp x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x)))))) |
(fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))))) |
#s(approx (sqrt (cos x)) #s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x)))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))) |
(*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) x) |
(*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x x) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (+.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64))) (neg.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 1/64 binary64))) (neg.f64 (+.f64 (+.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64))) |
(/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 1/64 binary64)) (+.f64 (+.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)))) |
(fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) #s(literal -1/4 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x)) #s(literal -1/4 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) #s(literal -1/4 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x)) #s(literal -1/4 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 x)) #s(literal -1/4 binary64)) |
(fma.f64 (neg.f64 (pow.f64 x #s(literal -1 binary64))) (neg.f64 (pow.f64 x #s(literal -1 binary64))) #s(literal -1/4 binary64)) |
(fma.f64 (fabs.f64 (pow.f64 x #s(literal -1 binary64))) (fabs.f64 (pow.f64 x #s(literal -1 binary64))) #s(literal -1/4 binary64)) |
(fma.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) #s(literal -1/4 binary64)) |
(fma.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64)) #s(literal -1/4 binary64)) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) (pow.f64 x #s(literal -1 binary64)) #s(literal -1/4 binary64)) |
(-.f64 (/.f64 (pow.f64 x #s(literal -4 binary64)) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64))) (/.f64 #s(literal 1/16 binary64) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64)))) |
(-.f64 (/.f64 (pow.f64 x #s(literal -6 binary64)) (+.f64 (+.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1/64 binary64) (+.f64 (+.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))))) |
(-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) |
(+.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64)) |
(*.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 x)) (/.f64 #s(literal -1 binary64) (fabs.f64 x))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 x)) (/.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (neg.f64 (pow.f64 x #s(literal -1 binary64))) (neg.f64 (pow.f64 x #s(literal -1 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 x #s(literal -1 binary64))) (fabs.f64 (pow.f64 x #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (fabs.f64 x) #s(literal -1 binary64)) (pow.f64 (fabs.f64 x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (neg.f64 x) #s(literal -1 binary64)) (pow.f64 (neg.f64 x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 x #s(literal -1 binary64)) (pow.f64 x #s(literal -1 binary64))) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal -2 binary64)) |
(pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal -1 binary64)) |
(pow.f64 x #s(literal -2 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(/.f64 #s(literal 1 binary64) (*.f64 x x)) |
(neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(exp.f64 (-.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal -2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal -2 binary64)))) |
#s(literal -2 binary64) |
#s(literal 1/4 binary64) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 x x) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(/.f64 (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) (neg.f64 (exp.f64 x))) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (neg.f64 (neg.f64 (exp.f64 x)))) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(neg.f64 (/.f64 (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) (exp.f64 x))) |
(neg.f64 (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (neg.f64 (exp.f64 x)))) |
(fma.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
(fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (cosh.f64 x) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (sinh.f64 (neg.f64 x)))) |
(+.f64 (*.f64 (cosh.f64 x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) (*.f64 (sinh.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
(+.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (cosh.f64 x)) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (sinh.f64 (neg.f64 x)))) |
(*.f64 (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) #s(literal -1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) |
(neg.f64 (*.f64 (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) #s(literal 1 binary64))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))))) |
(neg.f64 (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
(*.f64 (pow.f64 (cos.f64 x) #s(literal 1/4 binary64)) (pow.f64 (cos.f64 x) #s(literal 1/4 binary64))) |
(pow.f64 (cos.f64 x) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 x) #s(literal -1/2 binary64))) |
(sqrt.f64 (cos.f64 x)) |
(exp.f64 (*.f64 (log.f64 (cos.f64 x)) #s(literal 1/2 binary64))) |
(fma.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (fma.f64 #s(literal -1 binary64) x (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(cos.f64 (neg.f64 x)) |
(cos.f64 x) |
(+.f64 (*.f64 (sin.f64 x) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(*.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 (pow.f64 (exp.f64 x) #s(literal -1/2 binary64)) (pow.f64 (exp.f64 x) #s(literal -1/2 binary64))) |
(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 x) (sinh.f64 x))) (exp.f64 x)) |
(/.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 1 binary64) (neg.f64 (neg.f64 (exp.f64 x)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 x) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (exp.f64 x)) |
(neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (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 (*.f64 (log.f64 (exp.f64 x)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 x)) |
(+.f64 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (fma.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (fma.f64 (-.f64 #s(literal 1 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (*.f64 (*.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fma.f64 #s(literal -1/6 binary64) x #s(literal 1/2 binary64))) x) x))) |
#s(approx (fmod (exp x) (sqrt (cos x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 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 (sqrt (cos x)) #s(literal 1 binary64)) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) #s(literal 1 binary64)) |
#s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (-.f64 (*.f64 (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 (/ 1 (exp x)) #s(literal 1 binary64)) |
#s(approx (/ 1 (exp x)) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (/ 1 (exp x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
#s(approx (/ 1 (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 (- 1 x) #s(literal 1 binary64)) |
#s(approx (- 1 x) (-.f64 #s(literal 1 binary64) x)) |
#s(approx x x) |
#s(approx (- 1 x) #s(literal 1 binary64)) |
#s(approx (- 1 x) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(literal 1 binary64)) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* 1/2 x) 1) #s(literal 1 binary64)) |
#s(approx (+ (* 1/2 x) 1) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
#s(approx (+ (* -1/2 x) 1) #s(literal 1 binary64)) |
#s(approx (+ (* -1/2 x) 1) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
#s(approx (+ (* 1/2 x) -1) #s(literal -1 binary64)) |
#s(approx (+ (* 1/2 x) -1) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) #s(literal 1 binary64)) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) #s(literal 1 binary64)) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (- (pow x -2) 1/4) (pow.f64 x #s(literal -2 binary64))) |
#s(approx (- (pow x -2) 1/4) (/.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (pow x -2) (pow.f64 x #s(literal -2 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (fma.f64 (-.f64 (*.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal 1/2 binary64)) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (fma.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal -1/3 binary64) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal 1/2 binary64))) (neg.f64 x) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal 1/2 binary64))) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (/ 1 (exp x)) #s(literal 1 binary64)) |
#s(approx (/ 1 (exp x)) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (/ 1 (exp x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64))) |
#s(approx (/ 1 (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 (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x))) |
#s(approx (exp x) (exp.f64 x)) |
#s(approx (sqrt (cos x)) (sqrt.f64 (cos.f64 x))) |
#s(approx (cos x) (cos.f64 x)) |
#s(approx (/ 1 (exp x)) (exp.f64 (neg.f64 x))) |
#s(approx (- 1 x) (neg.f64 x)) |
#s(approx (- 1 x) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1 binary64)) x)) |
#s(approx (- 1 x) (neg.f64 x)) |
#s(approx (- 1 x) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1 binary64)) x)) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))) |
#s(approx (+ (* 1/2 x) 1) (*.f64 #s(literal 1/2 binary64) x)) |
#s(approx (+ (* 1/2 x) 1) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
#s(approx (+ (* -1/2 x) 1) (*.f64 #s(literal -1/2 binary64) x)) |
#s(approx (+ (* -1/2 x) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x)) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal -1 binary64))) (*.f64 x x))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 (+.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) (pow.f64 x #s(literal -1 binary64))) (*.f64 x x))) |
#s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) |
#s(approx (+ (* 1/2 x) -1) (*.f64 (-.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal -1 binary64))) x)) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
#s(approx (* (+ (* 1/2 x) 1) (+ (* -1/2 x) 1)) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
#s(approx (* (- (pow x -2) 1/4) (* x x)) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))) |
#s(approx (- (pow x -2) 1/4) #s(literal -1/4 binary64)) |
#s(approx (- (pow x -2) 1/4) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x))) |
#s(approx (/ 1 (exp x)) (exp.f64 (neg.f64 x))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (/ 1 (exp x))) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x))) |
#s(approx (/ 1 (exp x)) (exp.f64 (neg.f64 x))) |
#s(approx (- 1 x) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1 binary64))) (neg.f64 x))) |
#s(approx (- 1 x) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1 binary64))) (neg.f64 x))) |
#s(approx (+ (* -1/2 x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (pow.f64 x #s(literal -1 binary64))) (neg.f64 x))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1 binary64))) x)) (*.f64 x x))) |
#s(approx (+ (* 1/2 x) -1) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (neg.f64 x))) |
Compiled 18 341 to 2 249 computations (87.7% saved)
40 alts after pruning (32 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 525 | 19 | 544 |
| Fresh | 9 | 13 | 22 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 6 | 6 |
| Total | 537 | 40 | 577 |
| Status | Accuracy | Program |
|---|---|---|
| 7.2% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) | |
| 6.2% | (/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(literal 1 binary64)) (exp.f64 x)) | |
| 6.8% | (*.f64 (fmod.f64 (/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.f64 (neg.f64 x))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) | |
| 7.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (*.f64 (pow.f64 (exp.f64 x) #s(literal -1/2 binary64)) (pow.f64 (exp.f64 x) #s(literal -1/2 binary64)))) | |
| ✓ | 7.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.5% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) | |
| 6.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) | |
| ✓ | 6.7% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) | |
| ✓ | 6.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #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)))) | |
| ✓ | 6.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
| 5.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) | |
| 3.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1 binary64))) x)) (*.f64 x x))))) | |
| 6.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) | |
| ✓ | 6.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
| 6.1% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))))) | |
| 3.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 (+.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) (pow.f64 x #s(literal -1 binary64))) (*.f64 x x))))) | |
| 9.3% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (+ (* -1/2 x) 1) (*.f64 #s(literal -1/2 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)))) | |
| 3.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 3 binary64)) #s(literal 6859/191102976000 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 19/5760 binary64) (+.f64 #s(literal 19/5760 binary64) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)))))))))) (exp.f64 (neg.f64 x))) | |
| 8.5% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) #s(literal -1/4 binary64)) (*.f64 x 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)))) | |
| 8.5% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) #s(literal -1/4 binary64)) (*.f64 x 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)))) | |
| 14.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (/.f64 (-.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64))) (*.f64 x 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)))) | |
| 4.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 1/64 binary64)) (+.f64 (+.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)))) (*.f64 x 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)))) | |
| 3.9% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(literal 1 binary64)))) | |
| 4.3% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x 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)))) | |
| 12.4% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64))) #s(literal 1/4 binary64)) (*.f64 x 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)))) | |
| 23.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) 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)))) | |
| 2.4% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) | |
| 5.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(approx (* (- (pow x -2) 1/4) (* x x)) #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) | |
| ✓ | 6.2% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
| 5.8% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos 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)))) | |
| ✓ | 5.7% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
| ✓ | 5.4% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
| 12.3% | (*.f64 (fmod.f64 #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))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) | |
| 17.9% | (*.f64 (fmod.f64 #s(approx (exp x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) x #s(literal 1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) | |
| 26.4% | (*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) | |
| 4.5% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) #s(literal 1 binary64))) | |
| 24.6% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) #s(literal 1 binary64))) |
Compiled 3 040 to 1 200 computations (60.5% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) x #s(literal 1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #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))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(approx (* (- (pow x -2) 1/4) (* x x)) #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (+ (* -1/2 x) 1) (*.f64 #s(literal -1/2 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(literal 1 binary64)) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1 binary64))) x)) (*.f64 x x))))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) x)))) (exp.f64 (neg.f64 x))) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (/.f64 #s(literal 1 binary64) (exp.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64))) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 (+.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) (pow.f64 x #s(literal -1 binary64))) (*.f64 x x))))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (/.f64 (-.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64))) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (*.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (pow.f64 x #s(literal 4 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 #s(approx (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (*.f64 (-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal -2 binary64)) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64)) (pow.f64 x #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (/.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 1/64 binary64)) (+.f64 (+.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (*.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)))) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* -1/96 (* x x)) -1/4) (* x x)) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -4 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal 1/96 binary64))) (pow.f64 x #s(literal 4 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (*.f64 (pow.f64 (exp.f64 x) #s(literal -1/2 binary64)) (pow.f64 (exp.f64 x) #s(literal -1/2 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) #s(literal 19/5760 binary64)) (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/96 binary64) (/.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))))))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) #s(literal 361/33177600 binary64)) (+.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 19/5760 binary64))))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (/.f64 (-.f64 (*.f64 (cosh.f64 x) (cosh.f64 x)) (*.f64 (sinh.f64 x) (sinh.f64 x))) (exp.f64 (neg.f64 x))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (+ (* (- (* -19/5760 (* x x)) 1/96) (* x x)) -1/4) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) (/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 3 binary64)) #s(literal 6859/191102976000 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)) #s(literal 2 binary64)) (*.f64 #s(literal 19/5760 binary64) (+.f64 #s(literal 19/5760 binary64) (/.f64 (fma.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64) #s(literal -1/96 binary64)) (*.f64 x x)))))))))) (exp.f64 (neg.f64 x))) |
| Outputs |
|---|
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64))) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (/.f64 (-.f64 (pow.f64 x #s(literal -4 binary64)) #s(literal 1/16 binary64)) (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal -1/4 binary64))) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
2 calls:
| 16.0ms | x |
| 14.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 45.1% | 2 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 60.2% | 5 | x |
Compiled 11 to 9 computations (18.2% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) x #s(literal 1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #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))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(approx (* (- (pow x -2) 1/4) (* x x)) #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (+ (* -1/2 x) 1) (*.f64 #s(literal -1/2 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(literal 1 binary64)) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1 binary64))) x)) (*.f64 x x))))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) x)))) (exp.f64 (neg.f64 x))) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (/.f64 #s(literal 1 binary64) (exp.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64))) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 (+.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)) (pow.f64 x #s(literal -1 binary64))) (*.f64 x x))))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
| Outputs |
|---|
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal -1 binary64))) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
1 calls:
| 13.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 56.3% | 4 | x |
Compiled 1 to 1 computations (0% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) x #s(literal 1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #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))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(approx (* (- (pow x -2) 1/4) (* x x)) #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (+ (* -1/2 x) 1) (*.f64 #s(literal -1/2 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(literal 1 binary64)) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -19/5760 binary64) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1 binary64))) x)) (*.f64 x x))))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x) #s(literal 2 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal -1 binary64))))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) x)))) (exp.f64 (neg.f64 x))) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (/.f64 #s(literal 1 binary64) (exp.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 (-.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) x))))) (exp.f64 (neg.f64 x))) |
| Outputs |
|---|
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) x) 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
1 calls:
| 12.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 52.4% | 4 | x |
Compiled 1 to 1 computations (0% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) x #s(literal 1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #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))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(approx (* (- (pow x -2) 1/4) (* x x)) #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (+ (* -1/2 x) 1) (*.f64 #s(literal -1/2 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 (-.f64 (*.f64 #s(literal -19/5760 binary64) (*.f64 x x)) #s(literal 1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) (exp.f64 (neg.f64 x))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(/.f64 (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(literal 1 binary64)) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (pow.f64 x #s(literal -2 binary64)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
| Outputs |
|---|
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (+ (* -1/2 x) 1) (*.f64 #s(literal -1/2 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)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
2 calls:
| 13.0ms | x |
| 7.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 31.6% | 2 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 35.5% | 3 | x |
Compiled 11 to 9 computations (18.2% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) x #s(literal 1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #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))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(approx (* (- (pow x -2) 1/4) (* x x)) #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (+ (* -1/2 x) 1) (*.f64 #s(literal -1/2 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (fma.f64 #s(literal -1/2 binary64) x #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (fma.f64 #s(literal -1/96 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (*.f64 x 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x 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)))) |
| Outputs |
|---|
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (*.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(approx (+ (* -1/2 x) 1) (*.f64 #s(literal -1/2 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)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
2 calls:
| 8.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 31.6% | 2 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 30.4% | 2 | x |
Compiled 11 to 9 computations (18.2% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) x #s(literal 1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #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))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(literal 1 binary64))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) #s(approx (* (- (pow x -2) 1/4) (* x x)) #s(literal 1 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos 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)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) #s(approx (+ (* (* x x) -1/4) 1) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)) x #s(literal 1 binary64)))) |
| Outputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
2 calls:
| 5.0ms | x |
| 4.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 26.4% | 1 | x |
| 26.4% | 1 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
Compiled 11 to 9 computations (18.2% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) #s(literal 1 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (exp (neg x)) (fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)))) |
| Outputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 #s(approx (cos x) #s(literal 1 binary64)))) #s(approx (/ 1 (exp x)) #s(literal 1 binary64))) |
2 calls:
| 1.0ms | x |
| 1.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 24.6% | 1 | x |
| 24.6% | 1 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
Compiled 11 to 9 computations (18.2% saved)
Compiled 13 to 12 computations (7.7% saved)
| Time | Left | Right |
|---|---|---|
| 0.0ms | -3.169242621507214e-77 | -8.200482133143774e-78 |
Loading profile data...