
Time bar (total: 17.4s)
| 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)
| 10.7s | 7 476× | 5 | exit |
| 1.3s | 2 161× | 2 | valid |
| 867.0ms | 5 273× | 0 | invalid |
| 661.0ms | 2 973× | 1 | valid |
| 347.0ms | 3 122× | 0 | valid |
ival-exp: 4.4s (34.6% of total)ival-cos: 4.1s (32.3% of total)ival-fmod: 1.9s (14.5% of total)adjust: 1.1s (8.6% of total)ival-sqrt: 735.0ms (5.7% of total)ival-mult!: 427.0ms (3.3% of total)ival-neg: 124.0ms (1% of total)Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 15 | 31 |
| 1 | 57 | 30 |
| 2 | 186 | 30 |
| 3 | 928 | 30 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 8.1% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
Compiled 16 to 16 computations (0% 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 (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 (* -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 (* -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 (* -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 | |
|---|---|---|---|---|
| 5.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)) |
| 3.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 | 120 | 423 |
| 0 | 130 | 416 |
| 1 | 711 | 383 |
| 2 | 6229 | 383 |
| 0 | 8146 | 357 |
| 1 | 24869 | 357 |
| 1× | saturated |
| 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 (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 (* -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 (* -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 (* -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)) |
(/.f64 (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 (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))))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) |
(sqrt.f64 (*.f64 (exp.f64 x) (exp.f64 x))) |
(-.f64 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
(fabs.f64 (neg.f64 (exp.f64 x))) |
(fabs.f64 (exp.f64 x)) |
(exp.f64 x) |
(+.f64 (sinh.f64 x) (cosh.f64 x)) |
(+.f64 (cosh.f64 x) (sinh.f64 x)) |
x |
(pow.f64 (cos.f64 x) #s(literal 1/2 binary64)) |
(sqrt.f64 (pow.f64 (cos.f64 x) #s(literal 1 binary64))) |
(sqrt.f64 (cos.f64 x)) |
(fabs.f64 (neg.f64 (sqrt.f64 (cos.f64 x)))) |
(fabs.f64 (sqrt.f64 (cos.f64 x))) |
(sin.f64 (+.f64 (neg.f64 (fabs.f64 x)) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(sin.f64 (+.f64 (fabs.f64 (fabs.f64 x)) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(sin.f64 (+.f64 (fabs.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(sin.f64 (fma.f64 (PI.f64) #s(literal 1/2 binary64) x)) |
(fma.f64 (sin.f64 (fabs.f64 x)) #s(literal 0 binary64) (*.f64 (cos.f64 x) #s(literal 1 binary64))) |
(fma.f64 (sin.f64 (neg.f64 x)) #s(literal 0 binary64) (*.f64 (cos.f64 x) #s(literal 1 binary64))) |
(fma.f64 (sin.f64 x) #s(literal 0 binary64) (*.f64 (cos.f64 x) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (cos.f64 x) (*.f64 #s(literal 0 binary64) (sin.f64 x))) |
(-.f64 (*.f64 (sin.f64 x) #s(literal 0 binary64)) (*.f64 (cos.f64 x) (sin.f64 (neg.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
(cos.f64 (neg.f64 (neg.f64 (fabs.f64 x)))) |
(cos.f64 (neg.f64 (fabs.f64 (fabs.f64 x)))) |
(cos.f64 (fabs.f64 (neg.f64 (fabs.f64 x)))) |
(cos.f64 (fabs.f64 (fabs.f64 (fabs.f64 x)))) |
(cos.f64 (neg.f64 (fabs.f64 x))) |
(cos.f64 (fabs.f64 (fabs.f64 x))) |
(cos.f64 (fabs.f64 x)) |
(cos.f64 (neg.f64 x)) |
(cos.f64 x) |
(+.f64 (*.f64 (sin.f64 (fabs.f64 x)) #s(literal 0 binary64)) (*.f64 (cos.f64 x) #s(literal 1 binary64))) |
(+.f64 (*.f64 (sin.f64 (neg.f64 x)) #s(literal 0 binary64)) (*.f64 (cos.f64 x) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 #s(literal 0 binary64) (sin.f64 x))) |
(+.f64 (*.f64 (sin.f64 x) #s(literal 0 binary64)) (*.f64 (cos.f64 x) #s(literal 1 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 #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))) |
(neg.f64 (-.f64 (sinh.f64 x) (cosh.f64 x))) |
(sqrt.f64 (*.f64 (exp.f64 (neg.f64 x)) (exp.f64 (neg.f64 x)))) |
(-.f64 (cosh.f64 x) (sinh.f64 x)) |
(fabs.f64 (-.f64 (sinh.f64 x) (cosh.f64 x))) |
(fabs.f64 (neg.f64 (exp.f64 (neg.f64 x)))) |
(fabs.f64 (exp.f64 (neg.f64 x))) |
(exp.f64 (-.f64 #s(literal 0 binary64) x)) |
(exp.f64 (neg.f64 x)) |
(+.f64 (cosh.f64 (-.f64 #s(literal 0 binary64) x)) (sinh.f64 (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (sinh.f64 (neg.f64 x)) (cosh.f64 x)) |
(+.f64 (cosh.f64 x) (sinh.f64 (neg.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 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 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fma.f64 #s(literal -1/6 binary64) x #s(literal 1/2 binary64))) (*.f64 x 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)) (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 (*.f64 (fma.f64 (fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) 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 (fma.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 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) 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 (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 (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x))) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
Compiled 625 to 351 computations (43.8% saved)
12 alts after pruning (11 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 75 | 11 | 86 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 75 | 12 | 87 |
| Status | Accuracy | Program |
|---|---|---|
| 8.1% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) | |
| 8.1% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (exp.f64 (neg.f64 x))) | |
| ✓ | 8.1% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.8% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #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)))) | |
| ▶ | 7.5% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
| ▶ | 7.1% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
| 7.5% | (*.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))) | |
| 7.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| ▶ | 7.4% | (*.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))) |
| ▶ | 36.6% | (*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| ▶ | 34.1% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.1% | #s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
Compiled 314 to 302 computations (3.8% saved)
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
(-.f64 x #s(literal -1 binary64)) |
x |
#s(literal -1 binary64) |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
(exp.f64 (neg.f64 x)) |
(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))) |
(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 x) |
#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(literal 1 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) |
#s(literal 1/24 binary64) |
#s(literal -1/2 binary64) |
(*.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)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)))) |
#s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)) |
(*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) |
(fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) |
#s(literal -1/720 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 (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 (* -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 (* -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 (* -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) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* 1/24 (* x x)) -1/2) #s(hole binary64 -1/2)) |
#s(approx (+ (* 1/24 (* x x)) -1/2) #s(hole binary64 (- (* 1/24 (pow x 2)) 1/2))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* -1/2 x))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* x (- (* 1/24 (pow x 2)) 1/2)))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* x (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2)))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) #s(hole binary64 (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) |
#s(approx (+ (* -1/720 (* x x)) 1/24) #s(hole binary64 1/24)) |
#s(approx (+ (* -1/720 (* x x)) 1/24) #s(hole binary64 (+ 1/24 (* -1/720 (pow x 2))))) |
#s(approx (* (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 (- x -1) #s(hole binary64 (* x (+ 1 (/ 1 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/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- (+ 1/24 (/ 1 (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* 1/24 (* x x)) -1/2) #s(hole binary64 (* 1/24 (pow x 2)))) |
#s(approx (+ (* 1/24 (* x x)) -1/2) #s(hole binary64 (* (pow x 2) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) #s(hole binary64 (* -1/720 (pow x 6)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) #s(hole binary64 (* (pow x 6) (- (* 1/24 (/ 1 (pow x 2))) 1/720)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) #s(hole binary64 (* (pow x 6) (- (* 1/24 (/ 1 (pow x 2))) (+ 1/720 (/ 1/2 (pow x 4))))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) #s(hole binary64 (* (pow x 6) (- (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 1/720 (/ 1/2 (pow x 4))))))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* -1/720 (pow x 5)))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* (pow x 5) (- (* 1/24 (/ 1 (pow x 2))) 1/720)))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* (pow x 5) (- (* 1/24 (/ 1 (pow x 2))) (+ 1/720 (/ 1/2 (pow x 4))))))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) #s(hole binary64 (* -1/720 (pow x 4)))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) #s(hole binary64 (* (pow x 4) (- (* 1/24 (/ 1 (pow x 2))) 1/720)))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) #s(hole binary64 (* (pow x 4) (- (* 1/24 (/ 1 (pow x 2))) (+ 1/720 (/ 1/2 (pow x 4))))))) |
#s(approx (+ (* -1/720 (* x x)) 1/24) #s(hole binary64 (* -1/720 (pow x 2)))) |
#s(approx (+ (* -1/720 (* x x)) 1/24) #s(hole binary64 (* (pow x 2) (- (* 1/24 (/ 1 (pow x 2))) 1/720)))) |
#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/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* -1 (* (pow x 5) (- 1/720 (* 1/24 (/ 1 (pow x 2)))))))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* -1 (* (pow x 5) (- (+ 1/720 (/ 1/2 (pow x 4))) (* 1/24 (/ 1 (pow x 2)))))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | x | @ | -inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (- x -1) x -1 (sqrt (cos x)) (cos 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)) (+ (* (* x x) -1/4) 1) (* x x) -1/4 1 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (+ (* 1/24 (* x x)) -1/2) 1/24 -1/2 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) (+ (* -1/720 (* x x)) 1/24) -1/720) |
| 3.0ms | x | @ | inf | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (- x -1) x -1 (sqrt (cos x)) (cos 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)) (+ (* (* x x) -1/4) 1) (* x x) -1/4 1 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (+ (* 1/24 (* x x)) -1/2) 1/24 -1/2 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) (+ (* -1/720 (* x x)) 1/24) -1/720) |
| 2.0ms | x | @ | 0 | ((* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (- x -1) x -1 (sqrt (cos x)) (cos 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)) (+ (* (* x x) -1/4) 1) (* x x) -1/4 1 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (+ (* 1/24 (* x x)) -1/2) 1/24 -1/2 (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (exp x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) (+ (* -1/720 (* x x)) 1/24) -1/720) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 239 | 1409 |
| 0 | 288 | 1353 |
| 1 | 1315 | 1317 |
| 0 | 8250 | 1281 |
| 1 | 26104 | 1281 |
| 1× | saturated |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
(-.f64 x #s(literal -1 binary64)) |
x |
#s(literal -1 binary64) |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
(exp.f64 (neg.f64 x)) |
(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))) |
(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 x) |
#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(literal 1 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) |
#s(literal 1/24 binary64) |
#s(literal -1/2 binary64) |
(*.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)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)))) |
#s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)) |
(*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) |
(fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) |
#s(literal -1/720 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 (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 (* -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 (* -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 (* -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) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* 1/24 (* x x)) -1/2) #s(hole binary64 -1/2)) |
#s(approx (+ (* 1/24 (* x x)) -1/2) #s(hole binary64 (- (* 1/24 (pow x 2)) 1/2))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* -1/2 x))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* x (- (* 1/24 (pow x 2)) 1/2)))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* x (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2)))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) #s(hole binary64 (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) |
#s(approx (+ (* -1/720 (* x x)) 1/24) #s(hole binary64 1/24)) |
#s(approx (+ (* -1/720 (* x x)) 1/24) #s(hole binary64 (+ 1/24 (* -1/720 (pow x 2))))) |
#s(approx (* (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 (- x -1) #s(hole binary64 (* x (+ 1 (/ 1 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/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- (+ 1/24 (/ 1 (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* 1/24 (* x x)) -1/2) #s(hole binary64 (* 1/24 (pow x 2)))) |
#s(approx (+ (* 1/24 (* x x)) -1/2) #s(hole binary64 (* (pow x 2) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) #s(hole binary64 (* -1/720 (pow x 6)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) #s(hole binary64 (* (pow x 6) (- (* 1/24 (/ 1 (pow x 2))) 1/720)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) #s(hole binary64 (* (pow x 6) (- (* 1/24 (/ 1 (pow x 2))) (+ 1/720 (/ 1/2 (pow x 4))))))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) #s(hole binary64 (* (pow x 6) (- (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 1/720 (/ 1/2 (pow x 4))))))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* -1/720 (pow x 5)))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* (pow x 5) (- (* 1/24 (/ 1 (pow x 2))) 1/720)))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* (pow x 5) (- (* 1/24 (/ 1 (pow x 2))) (+ 1/720 (/ 1/2 (pow x 4))))))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) #s(hole binary64 (* -1/720 (pow x 4)))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) #s(hole binary64 (* (pow x 4) (- (* 1/24 (/ 1 (pow x 2))) 1/720)))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) #s(hole binary64 (* (pow x 4) (- (* 1/24 (/ 1 (pow x 2))) (+ 1/720 (/ 1/2 (pow x 4))))))) |
#s(approx (+ (* -1/720 (* x x)) 1/24) #s(hole binary64 (* -1/720 (pow x 2)))) |
#s(approx (+ (* -1/720 (* x x)) 1/24) #s(hole binary64 (* (pow x 2) (- (* 1/24 (/ 1 (pow x 2))) 1/720)))) |
#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/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* -1 (* (pow x 5) (- 1/720 (* 1/24 (/ 1 (pow x 2)))))))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) #s(hole binary64 (* -1 (* (pow x 5) (- (+ 1/720 (/ 1/2 (pow x 4))) (* 1/24 (/ 1 (pow x 2)))))))) |
| Outputs |
|---|
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x)))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) x)) |
(neg.f64 (-.f64 (neg.f64 x) #s(literal 1 binary64))) |
(neg.f64 (-.f64 #s(literal -1 binary64) x)) |
(-.f64 #s(literal 1 binary64) (neg.f64 x)) |
(-.f64 x #s(literal -1 binary64)) |
(+.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 x))) |
(+.f64 #s(literal 1 binary64) x) |
(+.f64 x #s(literal 1 binary64)) |
x |
#s(literal -1 binary64) |
(pow.f64 (cos.f64 x) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 (cos.f64 x)) (sqrt.f64 (cos.f64 x)))) |
(sqrt.f64 (cos.f64 x)) |
(fabs.f64 (neg.f64 (sqrt.f64 (cos.f64 x)))) |
(fabs.f64 (sqrt.f64 (cos.f64 x))) |
(sin.f64 (+.f64 (fabs.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(sin.f64 (+.f64 x (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(fma.f64 (sin.f64 x) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
(cos.f64 (neg.f64 (fabs.f64 x))) |
(cos.f64 (fabs.f64 (fabs.f64 x))) |
(cos.f64 (neg.f64 (neg.f64 x))) |
(cos.f64 (fabs.f64 x)) |
(cos.f64 (neg.f64 x)) |
(cos.f64 x) |
(+.f64 (*.f64 (sin.f64 x) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (*.f64 (PI.f64) #s(literal 1/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 #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))) |
(neg.f64 (-.f64 (sinh.f64 x) (cosh.f64 x))) |
(sqrt.f64 (*.f64 (exp.f64 (neg.f64 x)) (exp.f64 (neg.f64 x)))) |
(-.f64 (cosh.f64 x) (neg.f64 (sinh.f64 (neg.f64 x)))) |
(-.f64 (cosh.f64 x) (sinh.f64 x)) |
(fabs.f64 (-.f64 (sinh.f64 x) (cosh.f64 x))) |
(fabs.f64 (neg.f64 (exp.f64 (neg.f64 x)))) |
(fabs.f64 (exp.f64 (neg.f64 x))) |
(exp.f64 (-.f64 #s(literal 0 binary64) x)) |
(exp.f64 (neg.f64 x)) |
(+.f64 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
(*.f64 #s(literal 1 binary64) (neg.f64 x)) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 x #s(literal -1 binary64)) |
(neg.f64 (neg.f64 (neg.f64 x))) |
(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 (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 (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 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)))) |
(sqrt.f64 (*.f64 (exp.f64 x) (exp.f64 x))) |
(-.f64 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
(fabs.f64 (neg.f64 (exp.f64 x))) |
(fabs.f64 (exp.f64 x)) |
(exp.f64 x) |
(+.f64 (cosh.f64 x) (sinh.f64 x)) |
#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)) (-.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))) |
(neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) |
(neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) |
(neg.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 #s(literal -1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 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 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 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x x) |
(pow.f64 (neg.f64 (fabs.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 (fabs.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 (neg.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 x #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(sqrt.f64 (*.f64 (*.f64 x x) (*.f64 x x))) |
(fabs.f64 (*.f64 (neg.f64 x) x)) |
(fabs.f64 (*.f64 x x)) |
#s(literal -1/4 binary64) |
#s(literal 1 binary64) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
(pow.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
(fabs.f64 (neg.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(fabs.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
#s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x)) #s(literal 1 binary64))) |
(neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x)))) |
(neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) x) x))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) x) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) x) x)) |
(neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) |
(-.f64 #s(literal -1/2 binary64) (*.f64 (neg.f64 (*.f64 #s(literal 1/24 binary64) x)) x)) |
(-.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (neg.f64 x) x) #s(literal 1/24 binary64))) |
(-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -1/24 binary64) (*.f64 x x))) |
(-.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
#s(literal 1/24 binary64) |
#s(literal -1/2 binary64) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.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 x)) |
(fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) #s(literal 1 binary64)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)))))) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 x)) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) |
(pow.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)))) |
(fabs.f64 (neg.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)))))) |
(fabs.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) |
#s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))) |
(neg.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x))) #s(literal 1 binary64))) |
(neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x))))) |
(neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x))) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) #s(literal 1 binary64)) |
(-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x)))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x)) |
(*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) |
(*.f64 x (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64))) |
(neg.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x)) x)) |
(neg.f64 (*.f64 x (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x)))) |
(neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x #s(literal -1/2 binary64)) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal 1/2 binary64)) |
(-.f64 #s(literal -1/2 binary64) (*.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x)) x)) |
(-.f64 #s(literal -1/2 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64))) (*.f64 x x))) |
(-.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (neg.f64 x) x) (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)))) |
(-.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x) #s(literal -1/2 binary64)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) x) x)) |
(neg.f64 (-.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 #s(literal -1/720 binary64) x) x))) |
(neg.f64 (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64))) |
(fma.f64 (*.f64 #s(literal -1/720 binary64) x) x #s(literal 1/24 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) |
(fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) |
(-.f64 (*.f64 (*.f64 #s(literal -1/720 binary64) x) x) #s(literal -1/24 binary64)) |
(-.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 #s(literal -1/720 binary64) x) x) #s(literal 1/24 binary64)) |
(+.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 #s(literal -1/720 binary64) x) x)) |
#s(literal -1/720 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 (*.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) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) 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)) (fma.f64 (*.f64 x x) #s(literal -1/4 binary64) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (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)) #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 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))) |
#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) (*.f64 x x)) |
#s(approx (+ (* 1/24 (* x x)) -1/2) #s(literal -1/2 binary64)) |
#s(approx (+ (* 1/24 (* x x)) -1/2) (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (*.f64 #s(literal -1/2 binary64) x)) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) x)) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x)) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64))) |
#s(approx (+ (* -1/720 (* x x)) 1/24) #s(literal 1/24 binary64)) |
#s(approx (+ (* -1/720 (* x x)) 1/24) (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x))) |
#s(approx (exp x) (exp.f64 x)) |
#s(approx (- x -1) (-.f64 (neg.f64 (neg.f64 x)) #s(literal -1 binary64))) |
#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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (-.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/24 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* 1/24 (* x x)) -1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
#s(approx (+ (* 1/24 (* x x)) -1/2) (*.f64 (-.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 x x))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/720 binary64))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 6 binary64)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/720 binary64))) (pow.f64 x #s(literal 6 binary64)))) |
#s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (/.f64 #s(literal -1/24 binary64) (*.f64 x x))) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/720 binary64))) (pow.f64 x #s(literal 6 binary64)))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/720 binary64))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/720 binary64))))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -1/720 binary64))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) (*.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) (*.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/720 binary64))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* -1/720 (* x x)) 1/24) (*.f64 (*.f64 #s(literal -1/720 binary64) x) x)) |
#s(approx (+ (* -1/720 (* x x)) 1/24) (*.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 x x))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x))) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)))) |
#s(approx (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) (*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/720 binary64))))) |
Compiled 3 111 to 1 480 computations (52.4% saved)
26 alts after pruning (24 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 347 | 19 | 366 |
| Fresh | 1 | 5 | 6 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 1 | 1 |
| Total | 352 | 26 | 378 |
| Status | Accuracy | Program |
|---|---|---|
| 8.1% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) | |
| 7.5% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) | |
| 7.1% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 x)) | |
| 7.4% | (/.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 x)) | |
| ▶ | 36.6% | (/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
| 34.1% | (/.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) | |
| 8.1% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (exp.f64 (neg.f64 x))) | |
| ✓ | 8.1% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.8% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) #s(approx (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)))) | |
| ▶ | 2.1% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) (exp.f64 (neg.f64 x))) |
| 4.8% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/24 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (pow.f64 x #s(literal 4 binary64))))))) (exp.f64 (neg.f64 x))) | |
| 1.2% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 6 binary64))))))) (exp.f64 (neg.f64 x))) | |
| 4.0% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (/.f64 #s(literal -1/24 binary64) (*.f64 x x))) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/720 binary64))) (pow.f64 x #s(literal 6 binary64))))))) (exp.f64 (neg.f64 x))) | |
| 7.5% | (*.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))) | |
| 7.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| ✓ | 7.4% | (*.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.7% | (*.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)))) | |
| ▶ | 6.5% | (*.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))) |
| ▶ | 7.4% | (*.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))) |
| 5.2% | (*.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))))) (exp.f64 (neg.f64 x))) | |
| 3.0% | (*.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))) | |
| ▶ | 23.3% | (*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (exp.f64 (neg.f64 x))) |
| 6.3% | (*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) | |
| 4.6% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) | |
| 34.1% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| 6.1% | #s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
Compiled 885 to 843 computations (4.7% saved)
| Inputs |
|---|
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
(-.f64 x #s(literal -1 binary64)) |
x |
#s(literal -1 binary64) |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
(exp.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)) (-.f64 #s(literal 1 binary64) 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) |
#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)) (-.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)) |
#s(literal 1/2 binary64) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 #s(literal 1/2 binary64) x) |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) |
(sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))))) |
#s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)) |
(pow.f64 x #s(literal 4 binary64)) |
#s(literal 4 binary64) |
#s(literal 1/24 binary64) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
(sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
(sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(PI.f64) |
| Outputs |
|---|
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (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))) (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))) (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 (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 (* -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 (* -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 (* (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 (* x x) #s(hole binary64 (pow x 2))) |
#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/2 x) 1) #s(hole binary64 (+ 1 (* 1/2 x)))) |
#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 (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (* (pow x 4) 1/24) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (pow x 4) #s(hole binary64 (pow x 4))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))) (* 1/2 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) (* 1/2 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (sqrt (sin (* 1/2 (PI)))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* -1/2 (* (* x (cos (* 1/2 (PI)))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* x (+ (* -1/2 (* (cos (* 1/2 (PI))) (sqrt (/ 1 (sin (* 1/2 (PI))))))) (* 1/2 (* (* x (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI))))))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* x (+ (* -1/2 (* (cos (* 1/2 (PI))) (sqrt (/ 1 (sin (* 1/2 (PI))))))) (* x (+ (* 1/2 (* (sqrt (/ 1 (sin (* 1/2 (PI))))) (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI)))))))) (* 1/2 (* (* x (- (* 1/6 (cos (* 1/2 (PI)))) (* -1/2 (/ (* (cos (* 1/2 (PI))) (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI))))))) (sin (* 1/2 (PI))))))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (sin (* 1/2 (PI))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* -1 (* x (cos (* 1/2 (PI)))))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* x (+ (* -1 (cos (* 1/2 (PI)))) (* -1/2 (* x (sin (* 1/2 (PI)))))))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* x (+ (* -1 (cos (* 1/2 (PI)))) (* x (+ (* -1/2 (sin (* 1/2 (PI)))) (* 1/6 (* x (cos (* 1/2 (PI)))))))))))) |
#s(approx (+ (neg x) (* (PI) 1/2)) #s(hole binary64 (* 1/2 (PI)))) |
#s(approx (+ (neg x) (* (PI) 1/2)) #s(hole binary64 (+ (* -1 x) (* 1/2 (PI))))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) #s(hole binary64 (/ (fmod (exp x) (sqrt (cos x))) (exp x)))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (- x -1) #s(hole binary64 (* x (+ 1 (/ 1 x))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos 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 (+ (* (* 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 (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#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 (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- (+ 1/24 (/ 1 (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (sqrt (sin (- (* 1/2 (PI)) x))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (sin (- (* 1/2 (PI)) x)))) |
#s(approx (+ (neg x) (* (PI) 1/2)) #s(hole binary64 (* x (- (* 1/2 (/ (PI) x)) 1)))) |
#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) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (* -1 (* x (- 1/2 (/ 1 x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (sin (+ (* -1 x) (* 1/2 (PI))))))))) |
#s(approx (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) #s(hole binary64 (fmod (exp x) (sqrt (sin (+ (* -1 x) (* 1/2 (PI)))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (sqrt (sin (+ (* -1 x) (* 1/2 (PI))))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (sin (+ (* -1 x) (* 1/2 (PI)))))) |
#s(approx (+ (neg x) (* (PI) 1/2)) #s(hole binary64 (* -1 (* x (+ 1 (* -1/2 (/ (PI) x))))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | x | @ | 0 | ((/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod (exp x) (sqrt (cos x))) (exp x) (- x -1) x -1 (sqrt (cos x)) (cos x) (exp 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 1 (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 (* 1/2 x))) (+ (* 1/2 x) 1) 1/2 (- 1 (* 1/2 x)) (* 1/2 x) (exp (neg x)) (neg x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (* (pow x 4) 1/24) (pow x 4) 4 1/24 (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (sqrt (sin (+ (neg x) (* (PI) 1/2)))) (sin (+ (neg x) (* (PI) 1/2))) (+ (neg x) (* (PI) 1/2)) (* (PI) 1/2) (PI)) |
| 4.0ms | x | @ | -inf | ((/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod (exp x) (sqrt (cos x))) (exp x) (- x -1) x -1 (sqrt (cos x)) (cos x) (exp 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 1 (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 (* 1/2 x))) (+ (* 1/2 x) 1) 1/2 (- 1 (* 1/2 x)) (* 1/2 x) (exp (neg x)) (neg x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (* (pow x 4) 1/24) (pow x 4) 4 1/24 (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (sqrt (sin (+ (neg x) (* (PI) 1/2)))) (sin (+ (neg x) (* (PI) 1/2))) (+ (neg x) (* (PI) 1/2)) (* (PI) 1/2) (PI)) |
| 4.0ms | x | @ | inf | ((/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod (exp x) (sqrt (cos x))) (exp x) (- x -1) x -1 (sqrt (cos x)) (cos x) (exp 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 1 (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 (* 1/2 x))) (+ (* 1/2 x) 1) 1/2 (- 1 (* 1/2 x)) (* 1/2 x) (exp (neg x)) (neg x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (* (pow x 4) 1/24) (pow x 4) 4 1/24 (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (sqrt (sin (+ (neg x) (* (PI) 1/2)))) (sin (+ (neg x) (* (PI) 1/2))) (+ (neg x) (* (PI) 1/2)) (* (PI) 1/2) (PI)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 346 | 1877 |
| 0 | 395 | 1760 |
| 1 | 2057 | 1752 |
| 0 | 8130 | 1674 |
| 1 | 27061 | 1674 |
| 1× | saturated |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
(-.f64 x #s(literal -1 binary64)) |
x |
#s(literal -1 binary64) |
(sqrt.f64 (cos.f64 x)) |
(cos.f64 x) |
(exp.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)) (-.f64 #s(literal 1 binary64) 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) |
#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)) (-.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)) |
#s(literal 1/2 binary64) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 #s(literal 1/2 binary64) x) |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) |
(sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))))) |
#s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)) |
(pow.f64 x #s(literal 4 binary64)) |
#s(literal 4 binary64) |
#s(literal 1/24 binary64) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
(sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
(sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(PI.f64) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (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))) (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))) (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 (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 (* -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 (* -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 (* (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 (* x x) #s(hole binary64 (pow x 2))) |
#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/2 x) 1) #s(hole binary64 (+ 1 (* 1/2 x)))) |
#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 (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (* (pow x 4) 1/24) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (pow x 4) #s(hole binary64 (pow x 4))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))) (* 1/2 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) (* 1/2 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (sqrt (sin (* 1/2 (PI)))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* -1/2 (* (* x (cos (* 1/2 (PI)))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* x (+ (* -1/2 (* (cos (* 1/2 (PI))) (sqrt (/ 1 (sin (* 1/2 (PI))))))) (* 1/2 (* (* x (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI))))))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* x (+ (* -1/2 (* (cos (* 1/2 (PI))) (sqrt (/ 1 (sin (* 1/2 (PI))))))) (* x (+ (* 1/2 (* (sqrt (/ 1 (sin (* 1/2 (PI))))) (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI)))))))) (* 1/2 (* (* x (- (* 1/6 (cos (* 1/2 (PI)))) (* -1/2 (/ (* (cos (* 1/2 (PI))) (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI))))))) (sin (* 1/2 (PI))))))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (sin (* 1/2 (PI))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* -1 (* x (cos (* 1/2 (PI)))))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* x (+ (* -1 (cos (* 1/2 (PI)))) (* -1/2 (* x (sin (* 1/2 (PI)))))))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* x (+ (* -1 (cos (* 1/2 (PI)))) (* x (+ (* -1/2 (sin (* 1/2 (PI)))) (* 1/6 (* x (cos (* 1/2 (PI)))))))))))) |
#s(approx (+ (neg x) (* (PI) 1/2)) #s(hole binary64 (* 1/2 (PI)))) |
#s(approx (+ (neg x) (* (PI) 1/2)) #s(hole binary64 (+ (* -1 x) (* 1/2 (PI))))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) #s(hole binary64 (/ (fmod (exp x) (sqrt (cos x))) (exp x)))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (- x -1) #s(hole binary64 (* x (+ 1 (/ 1 x))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos 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 (+ (* (* 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 (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#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 (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) #s(hole binary64 (* (pow x 4) (- (+ 1/24 (/ 1 (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (sqrt (sin (- (* 1/2 (PI)) x))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (sin (- (* 1/2 (PI)) x)))) |
#s(approx (+ (neg x) (* (PI) 1/2)) #s(hole binary64 (* x (- (* 1/2 (/ (PI) x)) 1)))) |
#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) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (- 1 (* 1/2 x)) #s(hole binary64 (* -1 (* x (- 1/2 (/ 1 x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (sin (+ (* -1 x) (* 1/2 (PI))))))))) |
#s(approx (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) #s(hole binary64 (fmod (exp x) (sqrt (sin (+ (* -1 x) (* 1/2 (PI)))))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) #s(hole binary64 (sqrt (sin (+ (* -1 x) (* 1/2 (PI))))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) #s(hole binary64 (sin (+ (* -1 x) (* 1/2 (PI)))))) |
#s(approx (+ (neg x) (* (PI) 1/2)) #s(hole binary64 (* -1 (* x (+ 1 (* -1/2 (/ (PI) x))))))) |
| Outputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (neg.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))))) (neg.f64 (neg.f64 (exp.f64 x)))) |
(/.f64 (neg.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x)))) (neg.f64 (exp.f64 x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal -1 binary64) x)) |
(-.f64 #s(literal 1 binary64) (neg.f64 x)) |
(-.f64 x #s(literal -1 binary64)) |
(+.f64 #s(literal 1 binary64) x) |
(+.f64 x #s(literal 1 binary64)) |
x |
#s(literal -1 binary64) |
(pow.f64 (cos.f64 x) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 (cos.f64 x)) (sqrt.f64 (cos.f64 x)))) |
(sqrt.f64 (cos.f64 x)) |
(fabs.f64 (neg.f64 (sqrt.f64 (cos.f64 x)))) |
(fabs.f64 (sqrt.f64 (cos.f64 x))) |
(sin.f64 (+.f64 (fabs.f64 x) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 (neg.f64 x) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 x (/.f64 (PI.f64) #s(literal 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))))) |
(cos.f64 (neg.f64 (fabs.f64 x))) |
(cos.f64 (fabs.f64 (fabs.f64 x))) |
(cos.f64 (neg.f64 (neg.f64 x))) |
(cos.f64 (fabs.f64 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))))) |
(sqrt.f64 (*.f64 (exp.f64 x) (exp.f64 x))) |
(fabs.f64 (neg.f64 (exp.f64 x))) |
(fabs.f64 (exp.f64 x)) |
(exp.f64 x) |
(+.f64 (cosh.f64 x) (sinh.f64 x)) |
(*.f64 #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) 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 (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))) |
(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)) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 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 #s(literal 1/4 binary64) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (neg.f64 (*.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 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 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x x) |
(pow.f64 (neg.f64 (fabs.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 (fabs.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 (neg.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 x #s(literal 2 binary64)) |
(sqrt.f64 (*.f64 (*.f64 x x) (*.f64 x x))) |
(fabs.f64 (neg.f64 (*.f64 x x))) |
(fabs.f64 (*.f64 x x)) |
#s(literal -1/4 binary64) |
#s(literal 1 binary64) |
#s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x)) |
(neg.f64 (-.f64 x #s(literal 1 binary64))) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 x))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) x)) |
(-.f64 #s(literal 1 binary64) x) |
(+.f64 (neg.f64 x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (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))))) (exp.f64 (neg.f64 x))) |
(*.f64 (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)) (fma.f64 #s(literal 1/2 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))) |
(*.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 binary64) x) #s(literal 1/2 binary64)) x) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) x (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(fma.f64 x #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal 1/2 binary64) x))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) x)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(+.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) |
(neg.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 x #s(literal -1/2 binary64) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal -1/2 binary64) 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) (neg.f64 (*.f64 #s(literal 1/2 binary64) x))) |
(+.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)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) x) |
(pow.f64 (exp.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (exp.f64 x))) |
(sqrt.f64 (*.f64 (exp.f64 (neg.f64 x)) (exp.f64 (neg.f64 x)))) |
(-.f64 (cosh.f64 x) (sinh.f64 x)) |
(fabs.f64 (-.f64 (sinh.f64 x) (cosh.f64 x))) |
(fabs.f64 (neg.f64 (exp.f64 (neg.f64 x)))) |
(fabs.f64 (exp.f64 (neg.f64 x))) |
(exp.f64 (-.f64 #s(literal 0 binary64) x)) |
(exp.f64 (neg.f64 x)) |
(+.f64 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 x #s(literal -1 binary64)) |
(neg.f64 x) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))))))) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) |
(pow.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))))) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))))))) |
(sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))))) |
(fabs.f64 (neg.f64 (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))))))) |
(fabs.f64 (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) |
#s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)) |
(*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) |
(pow.f64 x #s(literal 4 binary64)) |
#s(literal 4 binary64) |
#s(literal 1/24 binary64) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
(pow.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
(sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) |
(fabs.f64 (neg.f64 (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
(fabs.f64 (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
(neg.f64 (sin.f64 (-.f64 x (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
(sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)) |
(fma.f64 (neg.f64 (sin.f64 x)) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
(fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (cos.f64 x) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (neg.f64 (sin.f64 x)))) |
(-.f64 (*.f64 (neg.f64 (sin.f64 x)) (cos.f64 (*.f64 (neg.f64 (PI.f64)) #s(literal 1/2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (*.f64 (neg.f64 (PI.f64)) #s(literal 1/2 binary64))))) |
(-.f64 (*.f64 (neg.f64 (sin.f64 x)) (cos.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)))) (*.f64 (cos.f64 x) (sin.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64))))) |
(-.f64 (*.f64 (neg.f64 (sin.f64 x)) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (neg.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
(-.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (cos.f64 x)) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (sin.f64 x))) |
(+.f64 (*.f64 (neg.f64 (sin.f64 x)) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (cos.f64 x)) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (neg.f64 (sin.f64 x)))) |
(neg.f64 (-.f64 x (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 x)) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 x)) |
(fma.f64 #s(literal -1 binary64) x (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x) |
(-.f64 (neg.f64 x) (*.f64 (neg.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(-.f64 (neg.f64 x) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(-.f64 (neg.f64 x) (neg.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (neg.f64 x)) |
(+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (PI.f64)) |
(sqrt.f64 (*.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(fabs.f64 (neg.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(fabs.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(log.f64 (pow.f64 (exp.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(PI.f64) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fma.f64 (neg.f64 x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fma.f64 (-.f64 (neg.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))) (exp x)) (fma.f64 (-.f64 (*.f64 (-.f64 (*.f64 (neg.f64 x) (fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal -1/3 binary64) (neg.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal -1/2 binary64))))) (*.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 (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)) (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 (fma.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) (fma.f64 (*.f64 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 #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 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))) (exp x)) (fma.f64 (fma.f64 (fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal 1/2 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) x))) 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 (* x x) (*.f64 x x)) |
#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 (+ (* 1/2 x) 1) (fma.f64 #s(literal 1/2 binary64) 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 (neg x) (neg.f64 x)) |
#s(approx (* (pow x 4) 1/24) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))) |
#s(approx (pow x 4) (pow.f64 x #s(literal 4 binary64))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) (fma.f64 (neg.f64 x) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) (fma.f64 (fma.f64 (fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) x (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) (sqrt.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) (fma.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) x)) (sqrt.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))))) x (sqrt.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) (*.f64 x (*.f64 (fma.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal 1/6 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (/.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))))))) x (*.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))))) x (sqrt.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) (fma.f64 (neg.f64 x) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) (fma.f64 x (fma.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) x) #s(literal -1/2 binary64) (neg.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) (fma.f64 x (fma.f64 x (fma.f64 (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) x) #s(literal 1/6 binary64) (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1/2 binary64))) (neg.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
#s(approx (+ (neg x) (* (PI) 1/2)) (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
#s(approx (+ (neg x) (* (PI) 1/2)) (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (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 (- x -1) (fma.f64 #s(literal 1 binary64) x #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (sqrt.f64 (cos.f64 x))) |
#s(approx (cos x) (cos.f64 x)) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (- 1 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 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 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) x)) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (-.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (+.f64 #s(literal 1/24 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x)))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) |
#s(approx (+ (neg x) (* (PI) 1/2)) (*.f64 (fma.f64 (/.f64 (PI.f64) x) #s(literal 1/2 binary64) #s(literal -1 binary64)) x)) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x))) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (- 1 x) (*.f64 (neg.f64 x) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (- 1 (* 1/2 x)) (*.f64 (neg.f64 x) (-.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (exp (neg x))) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x)))) |
#s(approx (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
#s(approx (sqrt (sin (+ (neg x) (* (PI) 1/2)))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
#s(approx (sin (+ (neg x) (* (PI) 1/2))) (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) |
#s(approx (+ (neg x) (* (PI) 1/2)) (*.f64 (neg.f64 x) (fma.f64 (/.f64 (PI.f64) x) #s(literal -1/2 binary64) #s(literal 1 binary64)))) |
Compiled 2 271 to 1 056 computations (53.5% saved)
28 alts after pruning (24 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 231 | 10 | 241 |
| Fresh | 5 | 14 | 19 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 2 | 2 |
| Total | 239 | 28 | 267 |
| Status | Accuracy | Program |
|---|---|---|
| 8.1% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) | |
| ▶ | 7.5% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
| 7.1% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 x)) | |
| 7.4% | (/.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 x)) | |
| ✓ | 36.6% | (/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
| ▶ | 36.6% | (/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
| 6.3% | (/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) | |
| 34.1% | (/.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) | |
| ✓ | 8.1% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.8% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) #s(approx (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)))) | |
| 4.8% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/24 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (pow.f64 x #s(literal 4 binary64))))))) (exp.f64 (neg.f64 x))) | |
| 4.0% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (/.f64 #s(literal -1/24 binary64) (*.f64 x x))) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/720 binary64))) (pow.f64 x #s(literal 6 binary64))))))) (exp.f64 (neg.f64 x))) | |
| 7.5% | (*.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))) | |
| 7.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| ✓ | 7.4% | (*.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.7% | (*.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)))) |
| ✓ | 6.5% | (*.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))) |
| 6.5% | (*.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 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) x)))) | |
| 7.4% | (*.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 x #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) | |
| 11.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)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) | |
| 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)) (-.f64 #s(literal 1 binary64) x))) | |
| 3.0% | (*.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))) | |
| ▶ | 2.6% | (*.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)) (-.f64 #s(literal 1 binary64) x))) |
| ▶ | 23.3% | (*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x))) |
| 4.6% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) | |
| 34.1% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| 8.1% | (*.f64 #s(approx (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) (exp.f64 (neg.f64 x))) | |
| 6.1% | #s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
Compiled 926 to 890 computations (3.9% saved)
| Inputs |
|---|
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
(-.f64 x #s(literal -1 binary64)) |
x |
#s(literal -1 binary64) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.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 #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 x x) |
(fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1/24 binary64) x) |
#s(literal 1/24 binary64) |
#s(literal -1/2 binary64) |
#s(literal 1 binary64) |
(exp.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))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(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 (sqrt (cos 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 x x) #s(literal -1/4 binary64))) |
(*.f64 (*.f64 x x) #s(literal -1/4 binary64)) |
#s(literal -1/4 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)) (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)) |
#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) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
(sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) |
(sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)) |
(-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(PI.f64) |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
| Outputs |
|---|
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (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))) (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))) (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 (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 (* -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 (* -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 x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (* 1/24 x) x) -1/2) #s(hole binary64 -1/2)) |
#s(approx (+ (* (* 1/24 x) x) -1/2) #s(hole binary64 (- (* 1/24 (pow x 2)) 1/2))) |
#s(approx (* 1/24 x) #s(hole binary64 (* 1/24 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 (* (* x x) -1/4) #s(hole binary64 (* -1/4 (pow x 2)))) |
#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/2 x) -1) #s(hole binary64 -1)) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (- (* 1/2 x) 1))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))) (* 1/2 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) (* 1/2 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (sqrt (sin (* 1/2 (PI)))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* -1/2 (* (* x (cos (* 1/2 (PI)))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* x (+ (* -1/2 (* (cos (* 1/2 (PI))) (sqrt (/ 1 (sin (* 1/2 (PI))))))) (* 1/2 (* (* x (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI))))))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* x (+ (* -1/2 (* (cos (* 1/2 (PI))) (sqrt (/ 1 (sin (* 1/2 (PI))))))) (* x (+ (* 1/2 (* (sqrt (/ 1 (sin (* 1/2 (PI))))) (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI)))))))) (* 1/2 (* (* x (- (* 1/6 (cos (* 1/2 (PI)))) (* -1/2 (/ (* (cos (* 1/2 (PI))) (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI))))))) (sin (* 1/2 (PI))))))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (sin (* 1/2 (PI))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* -1 (* x (cos (* 1/2 (PI)))))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* x (+ (* -1 (cos (* 1/2 (PI)))) (* -1/2 (* x (sin (* 1/2 (PI)))))))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* x (+ (* -1 (cos (* 1/2 (PI)))) (* x (+ (* -1/2 (sin (* 1/2 (PI)))) (* 1/6 (* x (cos (* 1/2 (PI)))))))))))) |
#s(approx (- (* (PI) 1/2) x) #s(hole binary64 (* 1/2 (PI)))) |
#s(approx (- (* (PI) 1/2) x) #s(hole binary64 (+ (* -1 x) (* 1/2 (PI))))) |
#s(approx (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) #s(hole binary64 (/ (fmod (exp x) (sqrt (cos x))) (exp x)))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (- x -1) #s(hole binary64 (* x (+ 1 (/ 1 x))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) #s(hole binary64 (* (pow x 4) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) #s(hole binary64 (* (pow x 4) (- (+ 1/24 (/ 1 (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* 1/24 x) x) -1/2) #s(hole binary64 (* 1/24 (pow x 2)))) |
#s(approx (+ (* (* 1/24 x) x) -1/2) #s(hole binary64 (* (pow x 2) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#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 (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (sqrt (sin (- (* 1/2 (PI)) x))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (sin (- (* 1/2 (PI)) x)))) |
#s(approx (- (* (PI) 1/2) x) #s(hole binary64 (* x (- (* 1/2 (/ (PI) x)) 1)))) |
#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) #s(hole binary64 (* -1 (* x (- 1 (/ 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 (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (sin (+ (* -1 x) (* 1/2 (PI))))))))) |
#s(approx (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) #s(hole binary64 (fmod (exp x) (sqrt (sin (+ (* -1 x) (* 1/2 (PI)))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (sqrt (sin (+ (* -1 x) (* 1/2 (PI))))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (sin (+ (* -1 x) (* 1/2 (PI)))))) |
#s(approx (- (* (PI) 1/2) x) #s(hole binary64 (* -1 (* x (+ 1 (* -1/2 (/ (PI) x))))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | ((/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod (exp x) (sqrt (cos x))) (exp x) (- x -1) x -1 (sqrt (cos x)) (cos x) (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) (* x x) (+ (* (* 1/24 x) x) -1/2) (* 1/24 x) 1/24 -1/2 1 (exp 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) -1/4 (exp (neg x)) (- 1 x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (exp (neg x)) (+ (* (+ (* 1/2 x) -1) x) 1) (+ (* 1/2 x) -1) 1/2 (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (+ (* (* x x) 1/24) -1/2) (* x x)) 1) (+ (* (* x x) 1/24) -1/2) (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (sqrt (sin (- (* (PI) 1/2) x))) (sin (- (* (PI) 1/2) x)) (- (* (PI) 1/2) x) (* (PI) 1/2) (PI) (exp (neg x)) (neg x)) |
| 3.0ms | x | @ | inf | ((/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod (exp x) (sqrt (cos x))) (exp x) (- x -1) x -1 (sqrt (cos x)) (cos x) (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) (* x x) (+ (* (* 1/24 x) x) -1/2) (* 1/24 x) 1/24 -1/2 1 (exp 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) -1/4 (exp (neg x)) (- 1 x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (exp (neg x)) (+ (* (+ (* 1/2 x) -1) x) 1) (+ (* 1/2 x) -1) 1/2 (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (+ (* (* x x) 1/24) -1/2) (* x x)) 1) (+ (* (* x x) 1/24) -1/2) (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (sqrt (sin (- (* (PI) 1/2) x))) (sin (- (* (PI) 1/2) x)) (- (* (PI) 1/2) x) (* (PI) 1/2) (PI) (exp (neg x)) (neg x)) |
| 2.0ms | x | @ | 0 | ((/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod (exp x) (sqrt (cos x))) (exp x) (- x -1) x -1 (sqrt (cos x)) (cos x) (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) (* x x) (+ (* (* 1/24 x) x) -1/2) (* 1/24 x) 1/24 -1/2 1 (exp 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) -1/4 (exp (neg x)) (- 1 x) (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (+ (* (* x x) -1/4) 1) (exp (neg x)) (+ (* (+ (* 1/2 x) -1) x) 1) (+ (* 1/2 x) -1) 1/2 (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod (exp x) (sqrt (cos x))) (sqrt (cos x)) (cos x) (+ (* (+ (* (* x x) 1/24) -1/2) (* x x)) 1) (+ (* (* x x) 1/24) -1/2) (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (sqrt (sin (- (* (PI) 1/2) x))) (sin (- (* (PI) 1/2) x)) (- (* (PI) 1/2) x) (* (PI) 1/2) (PI) (exp (neg x)) (neg x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 362 | 2009 |
| 0 | 414 | 1914 |
| 1 | 2174 | 1906 |
| 0 | 8460 | 1855 |
| 1 | 28077 | 1855 |
| 1× | saturated |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
(-.f64 x #s(literal -1 binary64)) |
x |
#s(literal -1 binary64) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.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 #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 x x) |
(fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1/24 binary64) x) |
#s(literal 1/24 binary64) |
#s(literal -1/2 binary64) |
#s(literal 1 binary64) |
(exp.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))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
(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 (sqrt (cos 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 x x) #s(literal -1/4 binary64))) |
(*.f64 (*.f64 x x) #s(literal -1/4 binary64)) |
#s(literal -1/4 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)) (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)) |
#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) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
#s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x))) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
(sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) |
(sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)) |
(-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(PI.f64) |
(exp.f64 (neg.f64 x)) |
(neg.f64 x) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) #s(hole binary64 (fmod (exp x) (sqrt (cos x))))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (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))) (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))) (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 (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 (* -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 (* -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 x) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* (* 1/24 x) x) -1/2) #s(hole binary64 -1/2)) |
#s(approx (+ (* (* 1/24 x) x) -1/2) #s(hole binary64 (- (* 1/24 (pow x 2)) 1/2))) |
#s(approx (* 1/24 x) #s(hole binary64 (* 1/24 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 (* (* x x) -1/4) #s(hole binary64 (* -1/4 (pow x 2)))) |
#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/2 x) -1) #s(hole binary64 -1)) |
#s(approx (+ (* 1/2 x) -1) #s(hole binary64 (- (* 1/2 x) 1))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (+ (* -1 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))) (* 1/2 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (+ (* x (+ (* -1 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))) (* x (+ (* -1/6 (* x (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x)))))) (* 1/2 (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))))) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (sqrt (sin (* 1/2 (PI)))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* -1/2 (* (* x (cos (* 1/2 (PI)))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* x (+ (* -1/2 (* (cos (* 1/2 (PI))) (sqrt (/ 1 (sin (* 1/2 (PI))))))) (* 1/2 (* (* x (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI))))))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (+ (sqrt (sin (* 1/2 (PI)))) (* x (+ (* -1/2 (* (cos (* 1/2 (PI))) (sqrt (/ 1 (sin (* 1/2 (PI))))))) (* x (+ (* 1/2 (* (sqrt (/ 1 (sin (* 1/2 (PI))))) (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI)))))))) (* 1/2 (* (* x (- (* 1/6 (cos (* 1/2 (PI)))) (* -1/2 (/ (* (cos (* 1/2 (PI))) (- (* -1/2 (sin (* 1/2 (PI)))) (* 1/4 (/ (pow (cos (* 1/2 (PI))) 2) (sin (* 1/2 (PI))))))) (sin (* 1/2 (PI))))))) (sqrt (/ 1 (sin (* 1/2 (PI)))))))))))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (sin (* 1/2 (PI))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* -1 (* x (cos (* 1/2 (PI)))))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* x (+ (* -1 (cos (* 1/2 (PI)))) (* -1/2 (* x (sin (* 1/2 (PI)))))))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (+ (sin (* 1/2 (PI))) (* x (+ (* -1 (cos (* 1/2 (PI)))) (* x (+ (* -1/2 (sin (* 1/2 (PI)))) (* 1/6 (* x (cos (* 1/2 (PI)))))))))))) |
#s(approx (- (* (PI) 1/2) x) #s(hole binary64 (* 1/2 (PI)))) |
#s(approx (- (* (PI) 1/2) x) #s(hole binary64 (+ (* -1 x) (* 1/2 (PI))))) |
#s(approx (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) #s(hole binary64 (/ (fmod (exp x) (sqrt (cos x))) (exp x)))) |
#s(approx (exp x) #s(hole binary64 (exp x))) |
#s(approx (- x -1) #s(hole binary64 (* x (+ 1 (/ 1 x))))) |
#s(approx (sqrt (cos x)) #s(hole binary64 (sqrt (cos x)))) |
#s(approx (cos x) #s(hole binary64 (cos x))) |
#s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) #s(hole binary64 (* 1/24 (pow x 4)))) |
#s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) #s(hole binary64 (* (pow x 4) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) #s(hole binary64 (* (pow x 4) (- (+ 1/24 (/ 1 (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (* 1/24 x) x) -1/2) #s(hole binary64 (* 1/24 (pow x 2)))) |
#s(approx (+ (* (* 1/24 x) x) -1/2) #s(hole binary64 (* (pow x 2) (- 1/24 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (* (fmod (exp x) (sqrt (cos x))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (cos x)))))) |
#s(approx (+ (* (* x x) -1/4) 1) #s(hole binary64 (* (pow x 2) (- (/ 1 (pow x 2)) 1/4)))) |
#s(approx (exp (neg x)) #s(hole binary64 (exp (neg x)))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#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 (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (* (exp (neg x)) (fmod (exp x) (sqrt (sin (- (* 1/2 (PI)) x))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (sqrt (sin (- (* 1/2 (PI)) x))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (sin (- (* 1/2 (PI)) x)))) |
#s(approx (- (* (PI) 1/2) x) #s(hole binary64 (* x (- (* 1/2 (/ (PI) x)) 1)))) |
#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) #s(hole binary64 (* -1 (* x (- 1 (/ 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 (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) #s(hole binary64 (* (exp (* -1 x)) (fmod (exp x) (sqrt (sin (+ (* -1 x) (* 1/2 (PI))))))))) |
#s(approx (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) #s(hole binary64 (fmod (exp x) (sqrt (sin (+ (* -1 x) (* 1/2 (PI)))))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) #s(hole binary64 (sqrt (sin (+ (* -1 x) (* 1/2 (PI))))))) |
#s(approx (sin (- (* (PI) 1/2) x)) #s(hole binary64 (sin (+ (* -1 x) (* 1/2 (PI)))))) |
#s(approx (- (* (PI) 1/2) x) #s(hole binary64 (* -1 (* x (+ 1 (* -1/2 (/ (PI) x))))))) |
| Outputs |
|---|
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (neg.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))))) (neg.f64 (neg.f64 (exp.f64 x)))) |
(/.f64 (neg.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) (neg.f64 (exp.f64 x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
#s(approx (exp x) (-.f64 x #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal -1 binary64) x)) |
(-.f64 #s(literal 1 binary64) (neg.f64 x)) |
(-.f64 x #s(literal -1 binary64)) |
(+.f64 #s(literal 1 binary64) x) |
(+.f64 x #s(literal 1 binary64)) |
x |
#s(literal -1 binary64) |
(pow.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
(fabs.f64 (neg.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(fabs.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
#s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x)) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x x) |
(pow.f64 (neg.f64 (fabs.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 (fabs.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 (neg.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 x #s(literal 2 binary64)) |
(sqrt.f64 (*.f64 (*.f64 x x) (*.f64 x x))) |
(fabs.f64 (neg.f64 (*.f64 x x))) |
(fabs.f64 (*.f64 x x)) |
(neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) |
(fma.f64 x (*.f64 #s(literal 1/24 binary64) x) #s(literal -1/2 binary64)) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(*.f64 #s(literal 1/24 binary64) x) |
(*.f64 x #s(literal 1/24 binary64)) |
#s(literal 1/24 binary64) |
#s(literal -1/2 binary64) |
#s(literal 1 binary64) |
(sqrt.f64 (*.f64 (exp.f64 x) (exp.f64 x))) |
(fabs.f64 (neg.f64 (exp.f64 x))) |
(fabs.f64 (exp.f64 x)) |
(exp.f64 x) |
(+.f64 (cosh.f64 x) (sinh.f64 x)) |
(*.f64 #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x)) (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)))))) |
(*.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)) (-.f64 #s(literal 1 binary64) x))) |
(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 (sqrt (cos 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 x x) #s(literal -1/4 binary64))) |
(*.f64 (*.f64 x x) #s(literal -1/4 binary64)) |
(*.f64 #s(literal -1/4 binary64) (*.f64 x x)) |
(*.f64 x (*.f64 x #s(literal -1/4 binary64))) |
#s(literal -1/4 binary64) |
#s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x)) |
(neg.f64 (-.f64 x #s(literal 1 binary64))) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 x))) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) x)) |
(-.f64 #s(literal 1 binary64) x) |
(+.f64 (neg.f64 x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (neg.f64 x)) |
(*.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))))) |
(*.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)) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 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 #s(literal 1/4 binary64) (*.f64 x x))) |
(-.f64 #s(literal 1 binary64) (neg.f64 (*.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 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 x (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)) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 x) (fma.f64 #s(literal 1/2 binary64) x #s(literal -1 binary64)))) |
(-.f64 #s(literal 1 binary64) (neg.f64 (*.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)) |
(neg.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)) |
(fma.f64 x #s(literal 1/2 binary64) #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) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))))) (neg.f64 (neg.f64 (exp.f64 x)))) |
(/.f64 (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) (neg.f64 (exp.f64 x))) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
(fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
(pow.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))) |
(fabs.f64 (neg.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)))))) |
(fabs.f64 (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) |
#s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x #s(literal 1 binary64)) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(-.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) x) x)) |
(neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) |
(fma.f64 x (*.f64 #s(literal 1/24 binary64) x) #s(literal -1/2 binary64)) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (neg.f64 x)) (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
(fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
(pow.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
(sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) |
(fabs.f64 (neg.f64 (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
(fabs.f64 (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
(neg.f64 (sin.f64 (-.f64 x (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
(sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)) |
(fma.f64 (neg.f64 (sin.f64 x)) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (*.f64 (cos.f64 x) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
(fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (cos.f64 x) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (neg.f64 (sin.f64 x)))) |
(-.f64 (*.f64 (neg.f64 (sin.f64 x)) (cos.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)))) (*.f64 (cos.f64 x) (sin.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64))))) |
(-.f64 (*.f64 (neg.f64 (sin.f64 x)) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (neg.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
(-.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (cos.f64 x)) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (sin.f64 x))) |
(+.f64 (*.f64 (neg.f64 (sin.f64 x)) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) (*.f64 (cos.f64 x) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (cos.f64 x)) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (neg.f64 (sin.f64 x)))) |
(neg.f64 (-.f64 x (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 x)) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 x)) |
(fma.f64 #s(literal -1 binary64) x (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x) |
(-.f64 (neg.f64 x) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(-.f64 (neg.f64 x) (neg.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (neg.f64 x)) |
(+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (PI.f64)) |
(sqrt.f64 (*.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(fabs.f64 (neg.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
(fabs.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
(log.f64 (pow.f64 (exp.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(PI.f64) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) x) |
(pow.f64 (exp.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (exp.f64 x))) |
(sqrt.f64 (*.f64 (exp.f64 (neg.f64 x)) (exp.f64 (neg.f64 x)))) |
(-.f64 (cosh.f64 x) (sinh.f64 x)) |
(fabs.f64 (-.f64 (sinh.f64 x) (cosh.f64 x))) |
(fabs.f64 (neg.f64 (exp.f64 (neg.f64 x)))) |
(fabs.f64 (exp.f64 (neg.f64 x))) |
(exp.f64 (-.f64 #s(literal 0 binary64) x)) |
(exp.f64 (neg.f64 x)) |
(+.f64 (cosh.f64 x) (sinh.f64 (neg.f64 x))) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 x #s(literal -1 binary64)) |
(neg.f64 x) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fma.f64 (neg.f64 x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fma.f64 (-.f64 (neg.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))) (exp x)) (fma.f64 (-.f64 (*.f64 (-.f64 (*.f64 (neg.f64 x) (fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal -1/3 binary64) (neg.f64 (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal -1/2 binary64))))) (*.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 (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)) (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 (fma.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) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos x) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) |
#s(approx (+ (* (* 1/24 x) x) -1/2) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64))) |
#s(approx (* 1/24 x) (*.f64 #s(literal 1/24 binary64) x)) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 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))) (exp x)) (fma.f64 (fma.f64 (fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #s(literal 1/2 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) x))) 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 (* (* x x) -1/4) (*.f64 (*.f64 x x) #s(literal -1/4 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 (+ (* 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 (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) (fma.f64 (neg.f64 x) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) (fma.f64 (fma.f64 (fma.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) x) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) x (neg.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) x (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) (sqrt.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) (fma.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) x)) (sqrt.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) (fma.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))))) x (sqrt.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) (*.f64 x (*.f64 (fma.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal 1/6 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (/.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))))))) x (*.f64 (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))))) x (sqrt.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) |
#s(approx (sin (- (* (PI) 1/2) x)) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)))) |
#s(approx (sin (- (* (PI) 1/2) x)) (fma.f64 (neg.f64 x) (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
#s(approx (sin (- (* (PI) 1/2) x)) (fma.f64 x (fma.f64 (*.f64 #s(literal -1/2 binary64) x) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) (neg.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
#s(approx (sin (- (* (PI) 1/2) x)) (fma.f64 x (fma.f64 x (fma.f64 (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) x) #s(literal 1/6 binary64) (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1/2 binary64))) (neg.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) (sin.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64))))) |
#s(approx (- (* (PI) 1/2) x) (*.f64 (PI.f64) #s(literal 1/2 binary64))) |
#s(approx (- (* (PI) 1/2) x) (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)) |
#s(approx (neg x) (neg.f64 x)) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (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 (- x -1) (fma.f64 #s(literal 1 binary64) x #s(literal 1 binary64))) |
#s(approx (sqrt (cos x)) (sqrt.f64 (cos.f64 x))) |
#s(approx (cos x) (cos.f64 x)) |
#s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64))) |
#s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) (*.f64 (-.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) (*.f64 (+.f64 #s(literal 1/24 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) (pow.f64 x #s(literal 4 binary64)))) |
#s(approx (+ (* (* 1/24 x) x) -1/2) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
#s(approx (+ (* (* 1/24 x) x) -1/2) (*.f64 (-.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 x x))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 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)) (exp.f64 (neg.f64 x))) |
#s(approx (- 1 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 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) (/.f64 #s(literal 1 binary64) x)) (*.f64 x x))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (*.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) (/.f64 #s(literal 1 binary64) x)) x)) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x)))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
#s(approx (sin (- (* (PI) 1/2) x)) (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) |
#s(approx (- (* (PI) 1/2) x) (*.f64 (fma.f64 (/.f64 (PI.f64) x) #s(literal 1/2 binary64) #s(literal -1 binary64)) x)) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x))) |
#s(approx (exp (neg x)) (exp.f64 (neg.f64 x))) |
#s(approx (- 1 x) (*.f64 (neg.f64 x) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (*.f64 x x) (+.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) x)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* 1/2 x) -1) (*.f64 (neg.f64 x) (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)))) |
#s(approx (* (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (exp (neg x))) (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x)))) |
#s(approx (fmod (exp x) (sqrt (sin (- (* (PI) 1/2) x)))) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) |
#s(approx (sqrt (sin (- (* (PI) 1/2) x))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) |
#s(approx (sin (- (* (PI) 1/2) x)) (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))) |
#s(approx (- (* (PI) 1/2) x) (*.f64 (neg.f64 x) (fma.f64 (/.f64 (PI.f64) x) #s(literal -1/2 binary64) #s(literal 1 binary64)))) |
Compiled 2 578 to 1 247 computations (51.6% saved)
30 alts after pruning (21 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 248 | 6 | 254 |
| Fresh | 4 | 15 | 19 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 4 | 4 |
| Total | 252 | 30 | 282 |
| Status | Accuracy | Program |
|---|---|---|
| 8.1% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) | |
| ✓ | 7.5% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
| 7.1% | (/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 x)) | |
| 7.4% | (/.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 x)) | |
| 23.1% | (/.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) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) | |
| ✓ | 36.6% | (/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
| ✓ | 36.6% | (/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
| 6.3% | (/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) | |
| 33.8% | (/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) (*.f64 (+.f64 #s(literal 1/24 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) (pow.f64 x #s(literal 4 binary64))))))) (exp.f64 x)) | |
| 34.1% | (/.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) | |
| ✓ | 8.1% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.8% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) #s(approx (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)))) | |
| 4.8% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/24 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (pow.f64 x #s(literal 4 binary64))))))) (exp.f64 (neg.f64 x))) | |
| 4.0% | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (/.f64 #s(literal -1/24 binary64) (*.f64 x x))) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/720 binary64))) (pow.f64 x #s(literal 6 binary64))))))) (exp.f64 (neg.f64 x))) | |
| 7.5% | (*.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))) | |
| 7.6% | (*.f64 (fmod.f64 (exp.f64 x) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) x) x #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) | |
| ✓ | 7.4% | (*.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.7% | (*.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)))) |
| 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) | |
| ✓ | 6.5% | (*.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.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)) #s(approx (+ (* (+ (* 1/2 x) -1) x) 1) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))))) | |
| 7.4% | (*.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 x #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) | |
| 11.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)) #s(approx (- 1 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) | |
| 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)) (-.f64 #s(literal 1 binary64) x))) | |
| 3.0% | (*.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))) | |
| ✓ | 2.6% | (*.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)) (-.f64 #s(literal 1 binary64) x))) |
| ✓ | 23.3% | (*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x))) |
| 8.1% | (*.f64 (fmod.f64 #s(approx (exp x) (exp.f64 x)) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x))) | |
| 4.6% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) | |
| 34.1% | (*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
Compiled 1 035 to 815 computations (21.3% saved)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #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 x x) #s(literal 1/2 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #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 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #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 x x) #s(literal -1/4 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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) 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)) (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)))) (exp.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 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #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 #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)) (fma.f64 x #s(literal -1/2 binary64) #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)) (-.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)) #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))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (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)) (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 #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) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (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)))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) #s(approx (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 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (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)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) 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 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 6 binary64))))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.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 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (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))) (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(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) (*.f64 (+.f64 #s(literal 1/24 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) (pow.f64 x #s(literal 4 binary64))))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #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 #s(approx (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) (exp.f64 x)) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x)))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/24 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (pow.f64 x #s(literal 4 binary64))))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (-.f64 (pow.f64 x #s(literal -6 binary64)) (/.f64 #s(literal -1/24 binary64) (*.f64 x x))) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/720 binary64))) (pow.f64 x #s(literal 6 binary64))))))) (exp.f64 (neg.f64 x))) |
| 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 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 #s(approx (fmod (exp x) (sqrt (sin (+ (neg x) (* (PI) 1/2))))) (fmod.f64 (exp.f64 x) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) x))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
2 calls:
| 14.0ms | x |
| 9.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 45.3% | 3 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 44.3% | 3 | x |
Compiled 9 to 9 computations (0% saved)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #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 x x) #s(literal 1/2 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #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 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #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 x x) #s(literal -1/4 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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) 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)) (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)))) (exp.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 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #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 #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)) (fma.f64 x #s(literal -1/2 binary64) #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)) (-.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)) #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))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (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)) (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 #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) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (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)))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) #s(approx (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 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (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)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) 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 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 6 binary64))))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.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 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (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))) (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(approx (+ (* (* x x) (+ (* (* 1/24 x) x) -1/2)) 1) (*.f64 (+.f64 #s(literal 1/24 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) (pow.f64 x #s(literal 4 binary64))))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) #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)))) |
| 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 (* 1/2 x)) (*.f64 #s(literal -1/2 binary64) x))))) (exp.f64 (neg.f64 x))) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
1 calls:
| 13.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 45.3% | 3 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
Compiled 8 to 8 computations (0% saved)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #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 x x) #s(literal 1/2 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #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 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #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 x x) #s(literal -1/4 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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) 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)) (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)))) (exp.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 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #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 #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)) (fma.f64 x #s(literal -1/2 binary64) #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)) (-.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)) #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))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (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)) (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 #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) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (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)))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) #s(approx (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 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (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)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) 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 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (* (+ (* (+ (* -1/720 (* x x)) 1/24) (* x x)) -1/2) x) x) 1) (*.f64 (-.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) #s(literal 1/720 binary64)) (pow.f64 x #s(literal 6 binary64))))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 (sin.f64 (-.f64 (*.f64 (PI.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 (sin.f64 (+.f64 (neg.f64 x) (*.f64 (PI.f64) #s(literal 1/2 binary64)))))) (exp.f64 (neg.f64 x))) |
| 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 (* 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 (cos.f64 x))) (exp.f64 x)) |
1 calls:
| 7.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 43.6% | 2 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
Compiled 8 to 8 computations (0% saved)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #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 x x) #s(literal 1/2 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #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 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #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 x x) #s(literal -1/4 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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) 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)) (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)))) (exp.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 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #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 #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)) (fma.f64 x #s(literal -1/2 binary64) #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)) (-.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)) #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))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) (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)) (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 #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) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) (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)))) |
#s(approx (/ (fmod (exp x) (sqrt (cos x))) (exp x)) (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x)))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) #s(approx (+ (* (+ (* 1/24 (* x x)) -1/2) (* x x)) 1) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/24 binary64)))))) (exp.f64 (neg.f64 x))) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x) #s(literal 1 binary64))))) #s(approx (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 #s(approx (exp x) #s(literal 1 binary64)) (sqrt.f64 (cos.f64 x))) (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)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -19/5760 binary64) (*.f64 x x) #s(literal -1/96 binary64)) (*.f64 x x) #s(literal -1/4 binary64)) 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 (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) #s(literal -1/2 binary64)) x) x #s(literal 1 binary64))))) (exp.f64 (neg.f64 x))) |
| 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 (* 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) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
1 calls:
| 10.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 43.6% | 2 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
Compiled 8 to 8 computations (0% saved)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #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 x x) #s(literal 1/2 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #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 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #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 x x) #s(literal -1/4 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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) 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)) (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)))) (exp.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 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
| Outputs |
|---|
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/24 binary64) x) x #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
2 calls:
| 4.0ms | x |
| 3.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 36.6% | 1 | x |
| 36.6% | 1 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
Compiled 9 to 9 computations (0% saved)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #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 x x) #s(literal 1/2 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #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 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #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 x x) #s(literal -1/4 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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) 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)) (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)))) (exp.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))) |
| Outputs |
|---|
(/.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 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
2 calls:
| 4.0ms | x |
| 3.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 37.5% | 2 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 37.5% | 2 | x |
Compiled 9 to 9 computations (0% saved)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #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 x x) #s(literal 1/2 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #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 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #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 x x) #s(literal -1/4 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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) 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)) (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)) (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 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
2 calls:
| 4.0ms | x |
| 3.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 36.9% | 2 | x |
| 36.8% | 2 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
Compiled 9 to 9 computations (0% saved)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #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 x x) #s(literal 1/2 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) |
(*.f64 (fmod.f64 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #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 x) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #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 x x) #s(literal -1/4 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 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (*.f64 x x))))) #s(approx (exp (neg x)) (-.f64 #s(literal 1 binary64) x))) |
| Outputs |
|---|
(*.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 #s(approx (exp x) #s(literal 1 binary64)) #s(approx (sqrt (cos x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/96 binary64) #s(literal -1/4 binary64)) #s(literal 1 binary64)))) (exp.f64 (neg.f64 x))) |
2 calls:
| 13.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 3.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 36.6% | 2 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 36.7% | 2 | x |
Compiled 9 to 9 computations (0% saved)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #s(literal 1 binary64))))) (exp.f64 x)) |
(/.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(approx (+ (* (* 1/24 x) x) -1/2) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (exp.f64 x)) |
(*.f64 (fmod.f64 #s(approx (exp x) (-.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(approx (cos x) (fma.f64 (*.f64 x x) #s(literal -1/2 binary64) #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 x x) #s(literal 1/2 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 #s(approx (+ (* 1/2 x) -1) (*.f64 #s(literal 1/2 binary64) x)) x #s(literal 1 binary64)))) |
| Outputs |
|---|
(*.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))) |
2 calls:
| 2.0ms | x |
| 2.0ms | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 6.5% | 1 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 6.5% | 1 | x |
Compiled 9 to 9 computations (0% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) x))) |
| Outputs |
|---|
(*.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)) (-.f64 #s(literal 1 binary64) x))) |
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 |
|---|---|---|
| 2.6% | 1 | (*.f64 (fmod.f64 (exp.f64 x) (sqrt.f64 (cos.f64 x))) (exp.f64 (neg.f64 x))) |
| 2.6% | 1 | x |
Compiled 9 to 9 computations (0% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.0 | NaN |
| 0.0ms | 0.0 | 2.2204460492503128e-16 |
Compiled 11 to 12 computations (-9.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.0 | NaN |
| 0.0ms | 0.0 | 2.2204460492503128e-16 |
Compiled 11 to 12 computations (-9.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 0.0 | 2.2204460492503128e-16 |
Compiled 11 to 12 computations (-9.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 0.0 | 2.2204460492503128e-16 |
Compiled 11 to 12 computations (-9.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.0 | NaN |
Compiled 11 to 12 computations (-9.1% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 0.02455199343580916 | 6.1117140691295795 |
| 11.0ms | 112× | 0 | valid |
Compiled 258 to 264 computations (-2.3% saved)
ival-cos: 3.0ms (32.8% of total)ival-fmod: 3.0ms (32.8% of total)ival-exp: 2.0ms (21.9% of total)ival-sqrt: 1.0ms (10.9% of total)adjust: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 7.0ms | 0.02455199343580916 | 6.1117140691295795 |
| 4.0ms | 48× | 0 | valid |
Compiled 237 to 243 computations (-2.5% saved)
ival-exp: 1.0ms (30.6% of total)ival-fmod: 1.0ms (30.6% of total)adjust: 0.0ms (0% of total)ival-cos: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | fuel |
Compiled 140 to 101 computations (27.9% saved)
Compiled 148 to 109 computations (26.4% saved)
Loading profile data...