
Time bar (total: 3.5s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 3 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 4 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 5 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 6 |
| 12.5% | 12.5% | 87.4% | 0.1% | 0% | 0% | 0% | 7 |
| 15.6% | 15.6% | 84.3% | 0.1% | 0% | 0% | 0% | 8 |
| 28.1% | 28.1% | 71.8% | 0.1% | 0% | 0% | 0% | 9 |
| 30.5% | 30.4% | 69.5% | 0.1% | 0% | 0% | 0% | 10 |
| 38.3% | 38.2% | 61.7% | 0.1% | 0% | 0% | 0% | 11 |
| 39.6% | 39.6% | 60.3% | 0.1% | 0% | 0% | 0% | 12 |
Compiled 15 to 10 computations (33.3% saved)
| 710.0ms | 4 007× | 1 | valid |
| 303.0ms | 4 249× | 0 | valid |
ival-sin: 233.0ms (32.9% of total)ival-tan: 210.0ms (29.7% of total)ival-div!: 141.0ms (19.9% of total)adjust: 63.0ms (8.9% of total)ival-mult!: 61.0ms (8.6% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 126 | 0 | - | 1 | (-0.8368376829935974 -0.00669738339033718) | (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
| 124 | 0 | - | 0 | - | (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
| 31 | 0 | - | 0 | - | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (/.f64 x (*.f64 y #s(literal 2 binary64))) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | (*.f64 y #s(literal 2 binary64)) |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
sin.f64 | (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) | sensitivity | 101 | 1 |
tan.f64 | (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) | sensitivity | 101 | 1 |
/.f64 | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | u/u | 31 | 0 |
| ↳ | (/.f64 x (*.f64 y #s(literal 2 binary64))) | underflow | 31 | |
| ↳ | (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) | underflow | 31 | |
| ↳ | (/.f64 x (*.f64 y #s(literal 2 binary64))) | underflow | 31 | |
| ↳ | (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) | underflow | 31 | |
sin.f64 | (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) | oflow-rescue | 23 | 0 |
| ↳ | (/.f64 x (*.f64 y #s(literal 2 binary64))) | overflow | 23 | |
| ↳ | (*.f64 y #s(literal 2 binary64)) | overflow | 1 | |
tan.f64 | (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) | oflow-rescue | 23 | 0 |
| ↳ | (/.f64 x (*.f64 y #s(literal 2 binary64))) | overflow | 23 | |
| ↳ | (*.f64 y #s(literal 2 binary64)) | overflow | 1 | |
tan.f64 | (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) | cancellation | 1 | 0 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 155 | 0 |
| - | 1 | 100 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 155 | 0 | 0 |
| - | 1 | 1 | 99 |
| number | freq |
|---|---|
| 0 | 100 |
| 1 | 32 |
| 2 | 124 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 58.0ms | 246× | 1 | valid |
| 34.0ms | 266× | 0 | valid |
Compiled 89 to 28 computations (68.5% saved)
ival-tan: 45.0ms (63.1% of total)ival-sin: 12.0ms (16.8% of total)ival-div!: 8.0ms (11.2% of total)adjust: 4.0ms (5.6% of total)ival-mult!: 3.0ms (4.2% of total)Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 84 |
| 1 | 58 | 80 |
| 2 | 148 | 78 |
| 3 | 323 | 78 |
| 4 | 765 | 78 |
| 5 | 3003 | 78 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 44.2% | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(abs x)
(abs y)
Compiled 26 to 16 computations (38.5% saved)
| Inputs |
|---|
(/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 x (*.f64 y #s(literal 2 binary64))) |
x |
(*.f64 y #s(literal 2 binary64)) |
y |
#s(literal 2 binary64) |
(sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
| Outputs |
|---|
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (* y 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (* y 2) #s(hole binary64 (* 2 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 14.0ms | y | @ | inf | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) x (* y 2) y 2 (sin (/ x (* y 2)))) |
| 4.0ms | y | @ | -inf | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) x (* y 2) y 2 (sin (/ x (* y 2)))) |
| 2.0ms | x | @ | inf | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) x (* y 2) y 2 (sin (/ x (* y 2)))) |
| 2.0ms | x | @ | 0 | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) x (* y 2) y 2 (sin (/ x (* y 2)))) |
| 2.0ms | x | @ | -inf | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) x (* y 2) y 2 (sin (/ x (* y 2)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 363 | 2187 |
| 0 | 371 | 1940 |
| 1 | 2320 | 1930 |
| 0 | 8093 | 1830 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 x (*.f64 y #s(literal 2 binary64))) |
x |
(*.f64 y #s(literal 2 binary64)) |
y |
#s(literal 2 binary64) |
(sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (* y 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (* y 2) #s(hole binary64 (* 2 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
| Outputs |
|---|
(/.f64 (neg.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))) |
(tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(/.f64 (neg.f64 x) (neg.f64 (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 x (*.f64 #s(literal 2 binary64) y)) |
x |
(*.f64 #s(literal 2 binary64) y) |
(*.f64 y #s(literal 2 binary64)) |
(+.f64 y y) |
y |
#s(literal 2 binary64) |
(sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64) (/.f64 (*.f64 #s(literal 61/46080 binary64) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (tan (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (tan (/ x (* y 2))) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (tan (/ x (* y 2))) (*.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (tan (/ x (* y 2))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/240 binary64) (/.f64 (*.f64 #s(literal 17/40320 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ x (* y 2)) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx x x) |
#s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (sin (/ x (* y 2))) (*.f64 (fma.f64 #s(literal -1/48 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x (* y 2))) (*.f64 (fma.f64 (fma.f64 #s(literal 1/3840 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x (* y 2))) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/645120 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 7 binary64))) (*.f64 #s(literal 1/3840 binary64) (pow.f64 y #s(literal -5 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
#s(approx (tan (/ x (* y 2))) (tan.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
#s(approx (sin (/ x (* y 2))) (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
#s(approx (* y 2) (*.f64 #s(literal 2 binary64) y)) |
#s(approx y y) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) (*.f64 y y)) #s(literal 2 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 y y)))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/1920 binary64) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 y y)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) (*.f64 y y)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1/645120 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/384 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal -1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal 2 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/1920 binary64) (*.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/322560 binary64) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (tan (/ x (* y 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y)) |
#s(approx (tan (/ x (* y 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/768 binary64) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))) y)) |
#s(approx (tan (/ x (* y 2))) (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/92160 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64))))))))) y)) |
#s(approx (sin (/ x (* y 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (*.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (sin (/ x (* y 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x))) y)) |
#s(approx (sin (/ x (* y 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) y)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y)) #s(literal -2 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 y y)))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/1920 binary64) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 y y)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/645120 binary64) (pow.f64 x #s(literal 7 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/384 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal 1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y))))) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal -2 binary64)) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/24 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/1920 binary64)))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/322560 binary64) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (tan (/ x (* y 2))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 y y))) y))) |
#s(approx (tan (/ x (* y 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
#s(approx (tan (/ x (* y 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/92160 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))))) y))) |
#s(approx (sin (/ x (* y 2))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) y))) |
#s(approx (sin (/ x (* y 2))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) y))) |
#s(approx (sin (/ x (* y 2))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) y))) |
Compiled 2 383 to 416 computations (82.5% saved)
12 alts after pruning (12 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 50 | 12 | 62 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 51 | 12 | 63 |
| Status | Accuracy | Program |
|---|---|---|
| 8.1% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 8.3% | (/.f64 (/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 44.2% | (/.f64 (/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| ▶ | 44.2% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| 44.5% | (/.f64 (/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| ▶ | 44.2% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| 32.4% | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (fma.f64 #s(literal -1/48 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) y)) x))) | |
| ▶ | 39.4% | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
| 38.9% | (/.f64 #s(approx (tan (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| ▶ | 46.8% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
| 56.3% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64))) | |
| ▶ | 56.6% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
Compiled 494 to 342 computations (30.8% saved)
| Inputs |
|---|
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64)) |
(/.f64 (*.f64 x x) (*.f64 y y)) |
(*.f64 x x) |
x |
(*.f64 y y) |
y |
#s(literal 1/8 binary64) |
(/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 x (*.f64 y #s(literal 2 binary64))) |
(*.f64 y #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 x y) #s(literal 1/2 binary64)) |
(/.f64 x y) |
#s(literal 1/2 binary64) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(tan.f64 (/.f64 x (+.f64 y y))) |
(/.f64 x (+.f64 y y)) |
(+.f64 y y) |
(sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) |
(sin.f64 (/.f64 x y)) |
(+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) |
(cos.f64 (/.f64 x y)) |
| Outputs |
|---|
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 1)) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (* x x) (* y y)) #s(hole binary64 (/ (pow x 2) (pow y 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (* y 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (* (/ x y) 1/2) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (+ y y)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 35/9216 (/ 1 (pow y 6))) (* 19/7680 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ x y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* -1/6 (/ (pow x 2) (pow y 3))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/120 (/ (pow x 2) (pow y 5))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/5040 (/ (pow x 2) (pow y 7))) (* 1/120 (/ 1 (pow y 5))))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 2)) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 1)) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 (* 1/8 (/ (pow x 2) (pow y 2))))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 (* (pow x 2) (+ (/ 1 (pow x 2)) (* 1/8 (/ 1 (pow y 2))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (/ x y)) (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (/ (sin (/ x y)) (+ 1 (cos (/ x y)))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (sin (/ x y)))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 1 (cos (/ x y))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (cos (/ x y)))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 (/ (+ (* 1/8 (pow x 2)) (pow y 2)) (pow y 2)))) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* y 2) #s(hole binary64 (* 2 y))) |
#s(approx (+ y y) #s(hole binary64 (* 2 y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (* -1/24 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/1152 (/ (pow x 6) (pow y 6))) (+ (* -1/1440 (/ (pow x 6) (pow y 6))) (+ (* -1/7680 (/ (pow x 6) (pow y 6))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* 1/1920 (pow x 4)) (+ (* 1/96 (pow x 4)) (+ (* 1/48 (pow x 4)) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) x)))))) (* x (pow y 6))) (/ (* (+ (* 1/1920 (pow x 5)) (+ (* 1/96 (pow x 5)) (* 1/48 (pow x 5)))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 6))))))))))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (/ (- (+ (* -1/12 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/8 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (/ (- (+ (* -1/12 (/ (pow x 3) (pow y 2))) (+ (* 1/240 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/4 (/ (* (pow x 2) (- (* -1/12 (pow x 3)) (* -1/8 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (pow x 3) (pow y 2))) (* 1/96 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (/ (- (+ (* -1/12 (/ (pow x 3) (pow y 2))) (+ (* -1/10080 (/ (pow x 7) (pow y 6))) (+ (* 1/240 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/4 (/ (* (pow x 2) (- (* -1/12 (pow x 3)) (* -1/8 (pow x 3)))) (pow y 4))) (+ (* -1/4 (/ (* (pow x 2) (- (* 1/240 (pow x 5)) (+ (* -1/4 (* (pow x 2) (- (* -1/12 (pow x 3)) (* -1/8 (pow x 3))))) (* 1/96 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (pow x 3) (pow y 2))) (+ (* -1/2880 (/ (pow x 7) (pow y 6))) (+ (* 1/96 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (* (pow x 4) (- (* -1/12 (pow x 3)) (* -1/8 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (* -1/6 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (* 1/120 (/ (pow x 5) (pow y 4))))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (+ (* -1/5040 (/ (pow x 7) (pow y 6))) (* 1/120 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1 (/ (* (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 6)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) x)) (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) x))))) (* x (pow y 6)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* 1/322560 (pow x 7)) (+ (* 1/7680 (pow x 7)) (+ (* 1/1440 (pow x 7)) (* 1/1152 (pow x 7))))) (* x (pow y 6)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2)))))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/12 (/ (pow x 3) (pow y 2)))) (* 1/8 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/240 (/ (pow x 5) (pow y 4))) (* 1/12 (/ (pow x 3) (pow y 2))))) (+ (* -1/4 (/ (* (pow x 2) (- (* 1/12 (pow x 3)) (* 1/8 (pow x 3)))) (pow y 4))) (+ (* -1/96 (/ (pow x 5) (pow y 4))) (* 1/8 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/240 (/ (pow x 5) (pow y 4))) (+ (* 1/10080 (/ (pow x 7) (pow y 6))) (* 1/12 (/ (pow x 3) (pow y 2)))))) (+ (* -1/4 (/ (* (pow x 2) (- (* -1/240 (pow x 5)) (+ (* -1/4 (* (pow x 2) (- (* 1/12 (pow x 3)) (* 1/8 (pow x 3))))) (* -1/96 (pow x 5))))) (pow y 6))) (+ (* -1/4 (/ (* (pow x 2) (- (* 1/12 (pow x 3)) (* 1/8 (pow x 3)))) (pow y 4))) (+ (* -1/96 (/ (pow x 5) (pow y 4))) (+ (* 1/2880 (/ (pow x 7) (pow y 6))) (+ (* 1/48 (/ (* (pow x 4) (- (* 1/12 (pow x 3)) (* 1/8 (pow x 3)))) (pow y 6))) (* 1/8 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (* 1/6 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (* 1/6 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (+ (* 1/5040 (/ (pow x 7) (pow y 6))) (* 1/6 (/ (pow x 3) (pow y 2)))))) y)))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | y | @ | -inf | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) 1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (/ (* x x) (* y y)) 1/8) 1) (/ (* x x) (* y y)) (* x x) x (* y y) y 1/8 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (sin (/ x (* y 2))) (* (/ x y) 1/2) (/ x y) 1/2 (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x y)) (+ 1 (cos (/ x y))) (cos (/ x y))) |
| 7.0ms | y | @ | inf | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) 1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (/ (* x x) (* y y)) 1/8) 1) (/ (* x x) (* y y)) (* x x) x (* y y) y 1/8 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (sin (/ x (* y 2))) (* (/ x y) 1/2) (/ x y) 1/2 (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x y)) (+ 1 (cos (/ x y))) (cos (/ x y))) |
| 7.0ms | x | @ | inf | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) 1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (/ (* x x) (* y y)) 1/8) 1) (/ (* x x) (* y y)) (* x x) x (* y y) y 1/8 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (sin (/ x (* y 2))) (* (/ x y) 1/2) (/ x y) 1/2 (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x y)) (+ 1 (cos (/ x y))) (cos (/ x y))) |
| 6.0ms | x | @ | -inf | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) 1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (/ (* x x) (* y y)) 1/8) 1) (/ (* x x) (* y y)) (* x x) x (* y y) y 1/8 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (sin (/ x (* y 2))) (* (/ x y) 1/2) (/ x y) 1/2 (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x y)) (+ 1 (cos (/ x y))) (cos (/ x y))) |
| 4.0ms | x | @ | 0 | ((/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) 1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (/ (* x x) (* y y)) 1/8) 1) (/ (* x x) (* y y)) (* x x) x (* y y) y 1/8 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (tan (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (sin (/ x (* y 2))) (* (/ x y) 1/2) (/ x y) 1/2 (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x y)) (+ 1 (cos (/ x y))) (cos (/ x y))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 787 | 6812 |
| 0 | 821 | 5892 |
| 1 | 5123 | 5804 |
| 0 | 8838 | 5518 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64)) |
(/.f64 (*.f64 x x) (*.f64 y y)) |
(*.f64 x x) |
x |
(*.f64 y y) |
y |
#s(literal 1/8 binary64) |
(/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 x (*.f64 y #s(literal 2 binary64))) |
(*.f64 y #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 x y) #s(literal 1/2 binary64)) |
(/.f64 x y) |
#s(literal 1/2 binary64) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(tan.f64 (/.f64 x (+.f64 y y))) |
(/.f64 x (+.f64 y y)) |
(+.f64 y y) |
(sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) |
(sin.f64 (/.f64 x y)) |
(+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) |
(cos.f64 (/.f64 x y)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 1)) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (* x x) (* y y)) #s(hole binary64 (/ (pow x 2) (pow y 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (* y 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (* (/ x y) 1/2) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (+ y y)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 35/9216 (/ 1 (pow y 6))) (* 19/7680 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ x y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* -1/6 (/ (pow x 2) (pow y 3))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/120 (/ (pow x 2) (pow y 5))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/5040 (/ (pow x 2) (pow y 7))) (* 1/120 (/ 1 (pow y 5))))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 2)) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 1)) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 (* 1/8 (/ (pow x 2) (pow y 2))))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 (* (pow x 2) (+ (/ 1 (pow x 2)) (* 1/8 (/ 1 (pow y 2))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (/ x y)) (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (/ (sin (/ x y)) (+ 1 (cos (/ x y)))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (sin (/ x y)))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 1 (cos (/ x y))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (cos (/ x y)))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(hole binary64 (/ (+ (* 1/8 (pow x 2)) (pow y 2)) (pow y 2)))) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* y 2) #s(hole binary64 (* 2 y))) |
#s(approx (+ y y) #s(hole binary64 (* 2 y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (* -1/24 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/1152 (/ (pow x 6) (pow y 6))) (+ (* -1/1440 (/ (pow x 6) (pow y 6))) (+ (* -1/7680 (/ (pow x 6) (pow y 6))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* 1/1920 (pow x 4)) (+ (* 1/96 (pow x 4)) (+ (* 1/48 (pow x 4)) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) x)))))) (* x (pow y 6))) (/ (* (+ (* 1/1920 (pow x 5)) (+ (* 1/96 (pow x 5)) (* 1/48 (pow x 5)))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 6))))))))))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (/ (- (+ (* -1/12 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/8 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (/ (- (+ (* -1/12 (/ (pow x 3) (pow y 2))) (+ (* 1/240 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/4 (/ (* (pow x 2) (- (* -1/12 (pow x 3)) (* -1/8 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (pow x 3) (pow y 2))) (* 1/96 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (/ (- (+ (* -1/12 (/ (pow x 3) (pow y 2))) (+ (* -1/10080 (/ (pow x 7) (pow y 6))) (+ (* 1/240 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/4 (/ (* (pow x 2) (- (* -1/12 (pow x 3)) (* -1/8 (pow x 3)))) (pow y 4))) (+ (* -1/4 (/ (* (pow x 2) (- (* 1/240 (pow x 5)) (+ (* -1/4 (* (pow x 2) (- (* -1/12 (pow x 3)) (* -1/8 (pow x 3))))) (* 1/96 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (pow x 3) (pow y 2))) (+ (* -1/2880 (/ (pow x 7) (pow y 6))) (+ (* 1/96 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (* (pow x 4) (- (* -1/12 (pow x 3)) (* -1/8 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (* -1/6 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (* 1/120 (/ (pow x 5) (pow y 4))))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (+ (* -1/5040 (/ (pow x 7) (pow y 6))) (* 1/120 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (+ 1 (cos (/ x y))) #s(hole binary64 (+ 2 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (tan (/ x (* y 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1 (/ (* (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 6)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) x)) (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) x))))) (* x (pow y 6)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* 1/322560 (pow x 7)) (+ (* 1/7680 (pow x 7)) (+ (* 1/1440 (pow x 7)) (* 1/1152 (pow x 7))))) (* x (pow y 6)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2)))))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/12 (/ (pow x 3) (pow y 2)))) (* 1/8 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/240 (/ (pow x 5) (pow y 4))) (* 1/12 (/ (pow x 3) (pow y 2))))) (+ (* -1/4 (/ (* (pow x 2) (- (* 1/12 (pow x 3)) (* 1/8 (pow x 3)))) (pow y 4))) (+ (* -1/96 (/ (pow x 5) (pow y 4))) (* 1/8 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/240 (/ (pow x 5) (pow y 4))) (+ (* 1/10080 (/ (pow x 7) (pow y 6))) (* 1/12 (/ (pow x 3) (pow y 2)))))) (+ (* -1/4 (/ (* (pow x 2) (- (* -1/240 (pow x 5)) (+ (* -1/4 (* (pow x 2) (- (* 1/12 (pow x 3)) (* 1/8 (pow x 3))))) (* -1/96 (pow x 5))))) (pow y 6))) (+ (* -1/4 (/ (* (pow x 2) (- (* 1/12 (pow x 3)) (* 1/8 (pow x 3)))) (pow y 4))) (+ (* -1/96 (/ (pow x 5) (pow y 4))) (+ (* 1/2880 (/ (pow x 7) (pow y 6))) (+ (* 1/48 (/ (* (pow x 4) (- (* 1/12 (pow x 3)) (* 1/8 (pow x 3)))) (pow y 6))) (* 1/8 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (* 1/6 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (* 1/6 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (+ (* 1/5040 (/ (pow x 7) (pow y 6))) (* 1/6 (/ (pow x 3) (pow y 2)))))) y)))) |
| Outputs |
|---|
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (-.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 3 binary64)) #s(literal 1/512 binary64) #s(literal 1 binary64)) (+.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y))) (neg.f64 (*.f64 y y))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y)) |
(fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(+.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64))) |
(*.f64 (/.f64 x y) (/.f64 x y)) |
(*.f64 x (/.f64 x (*.f64 y y))) |
(pow.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 (/.f64 (*.f64 x x) y) y) |
(/.f64 (neg.f64 (*.f64 x x)) (neg.f64 (*.f64 y y))) |
(/.f64 (*.f64 x x) (*.f64 y y)) |
(exp.f64 (-.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 y) #s(literal 2 binary64)))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x x) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -2 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
x |
(*.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y))) |
(*.f64 (neg.f64 y) (neg.f64 y)) |
(*.f64 (fabs.f64 y) (fabs.f64 y)) |
(*.f64 y y) |
(pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 y) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 y) #s(literal 2 binary64)) |
(pow.f64 (*.f64 y y) #s(literal 1 binary64)) |
(pow.f64 y #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -2 binary64))) |
(exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64)))) |
y |
#s(literal 1/8 binary64) |
(/.f64 (neg.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))))) |
(/.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 x y))) (neg.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))) |
(tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(/.f64 (neg.f64 x) (neg.f64 (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 x (*.f64 #s(literal 2 binary64) y)) |
(*.f64 #s(literal 2 binary64) y) |
(*.f64 y #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 y y)) (-.f64 y y)) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y)))) |
(+.f64 y y) |
#s(literal 2 binary64) |
#s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 x y) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) y) |
(/.f64 (neg.f64 x) (neg.f64 y)) |
(/.f64 x y) |
#s(literal 1/2 binary64) |
(/.f64 (neg.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (*.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 x y))) (neg.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))) |
(tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(/.f64 (neg.f64 x) (neg.f64 (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 x (*.f64 #s(literal 2 binary64) y)) |
(*.f64 #s(literal 2 binary64) y) |
(*.f64 y #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 y y)) (-.f64 y y)) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y)))) |
(+.f64 y y) |
(sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (*.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 x y))) (neg.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))) |
(tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(sin.f64 (/.f64 x y)) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))))) |
(+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) |
(fma.f64 (sin.f64 (/.f64 x y)) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (+.f64 (neg.f64 (/.f64 x y)) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(cos.f64 (neg.f64 (neg.f64 (/.f64 x y)))) |
(cos.f64 (neg.f64 (/.f64 x y))) |
(cos.f64 (/.f64 x y)) |
(+.f64 (*.f64 (sin.f64 (/.f64 x y)) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64) (/.f64 (*.f64 #s(literal 61/46080 binary64) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (* x x) (* y y)) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/240 binary64) (/.f64 (*.f64 #s(literal 17/40320 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ x (+ y y)) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (sin (/ x (* y 2))) (*.f64 (fma.f64 #s(literal -1/48 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x (* y 2))) (*.f64 (fma.f64 (fma.f64 #s(literal 1/3840 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x (* y 2))) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/645120 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 7 binary64))) (*.f64 #s(literal 1/3840 binary64) (pow.f64 y #s(literal -5 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (* (/ x y) 1/2) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (/ x y) (/.f64 x y)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64) (/.f64 (*.f64 #s(literal 61/46080 binary64) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/240 binary64) (/.f64 (*.f64 #s(literal 17/40320 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ x (+ y y)) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 y #s(literal -6 binary64)) #s(literal 61/46080 binary64)) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/240 binary64) (/.f64 (*.f64 #s(literal 17/40320 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x y)) (/.f64 x y)) |
#s(approx (sin (/ x y)) (*.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (sin (/ x y)) (*.f64 (fma.f64 (fma.f64 #s(literal 1/120 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (sin (/ x y)) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/5040 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 7 binary64))) (*.f64 #s(literal 1/120 binary64) (pow.f64 y #s(literal -5 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/6 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (+ 1 (cos (/ x y))) #s(literal 2 binary64)) |
#s(approx (+ 1 (cos (/ x y))) (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64))) |
#s(approx (+ 1 (cos (/ x y))) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 2 binary64))) |
#s(approx (+ 1 (cos (/ x y))) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/24 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 2 binary64))) |
#s(approx (cos (/ x y)) #s(literal 1 binary64)) |
#s(approx (cos (/ x y)) (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64))) |
#s(approx (cos (/ x y)) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (/ x y)) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/24 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64)) (*.f64 x x)))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (tan.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
#s(approx (sin (/ x (* y 2))) (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (tan.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
#s(approx (sin (/ x y)) (sin.f64 (/.f64 x y))) |
#s(approx (+ 1 (cos (/ x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
#s(approx (cos (/ x y)) (cos.f64 (/.f64 x y))) |
#s(approx (+ (* (/ (* x x) (* y y)) 1/8) 1) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (* y y) (*.f64 y y)) |
#s(approx y y) |
#s(approx (+ y y) (*.f64 #s(literal 2 binary64) y)) |
#s(approx (+ y y) (*.f64 #s(literal 2 binary64) y)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) (*.f64 y y)) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/1920 binary64) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) (*.f64 y y)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1/645120 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/384 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal -1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal 2 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/1920 binary64) (*.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/322560 binary64) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/768 binary64) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))) y)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/92160 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64))))))))) y)) |
#s(approx (sin (/ x (* y 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (*.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (sin (/ x (* y 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x))) y)) |
#s(approx (sin (/ x (* y 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) y)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) (*.f64 y y)) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/1920 binary64) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) (*.f64 y y)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1/645120 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/384 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal -1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal 2 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/1920 binary64) (*.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x)))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/322560 binary64) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/768 binary64) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))) y)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/92160 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64))))))))) y)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal -7/24 binary64)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal -7/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/1920 binary64) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) x) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/48 binary64)) (pow.f64 y #s(literal 4 binary64))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64)) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal -7/24 binary64) (fma.f64 #s(literal -1/1152 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/1440 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/7680 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/322560 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/1920 binary64) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/48 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) x) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (fma.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (fma.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/1920 binary64) (fma.f64 #s(literal 1/96 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) x) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/48 binary64)))))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) (*.f64 (fma.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 5 binary64)) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/32 binary64))) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x))))))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (/.f64 (fma.f64 #s(literal -1/12 binary64) (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (/.f64 (fma.f64 #s(literal -1/12 binary64) (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/240 binary64) (*.f64 #s(literal 1/2 binary64) x)) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))) y)) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (/.f64 (-.f64 (fma.f64 #s(literal -1/12 binary64) (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) (fma.f64 #s(literal -1/10080 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/240 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/240 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/96 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/2880 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/48 binary64)))))))) y)) |
#s(approx (sin (/ x y)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/6 binary64) x) y)) |
#s(approx (sin (/ x y)) (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/6 binary64) x) (/.f64 (*.f64 #s(literal 1/120 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64)))) y)) |
#s(approx (sin (/ x y)) (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/6 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 #s(literal 1/120 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64))))) x) y)) |
#s(approx (+ 1 (cos (/ x y))) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) |
#s(approx (+ 1 (cos (/ x y))) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/720 binary64) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) #s(literal 2 binary64))) |
#s(approx (cos (/ x y)) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) |
#s(approx (cos (/ x y)) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/720 binary64) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) (*.f64 y y)) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) (/.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/1920 binary64) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/645120 binary64) (pow.f64 x #s(literal 7 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/384 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) (*.f64 y y))))) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal -2 binary64)) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/24 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/1920 binary64)))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/322560 binary64) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (neg.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/92160 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))))) y))) |
#s(approx (sin (/ x (* y 2))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) y))) |
#s(approx (sin (/ x (* y 2))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) y))) |
#s(approx (sin (/ x (* y 2))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) y))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) (*.f64 y y)) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) (/.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/1920 binary64) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/645120 binary64) (pow.f64 x #s(literal 7 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/384 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) (*.f64 y y))))) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal -2 binary64)) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/24 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/1920 binary64)))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/322560 binary64) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (neg.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/92160 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))))) y))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (neg.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64)))) (fma.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x) (pow.f64 y #s(literal 4 binary64))) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))) (neg.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (-.f64 (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x)))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)))) (fma.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) (/.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) x) (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x)))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1 binary64) (fma.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 (fma.f64 #s(literal 1/322560 binary64) (pow.f64 x #s(literal 7 binary64)) (fma.f64 #s(literal 1/7680 binary64) (pow.f64 x #s(literal 7 binary64)) (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/640 binary64)))) x) (pow.f64 y #s(literal 6 binary64))) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))) (neg.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x) (pow.f64 y #s(literal 4 binary64))))))))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal 1/12 binary64) (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64)) (*.f64 y y))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/240 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/12 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/4 binary64) (fma.f64 #s(literal -1/96 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64)) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/240 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/10080 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/12 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/240 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 #s(literal -1/96 binary64) (pow.f64 x #s(literal 5 binary64)) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64)))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/4 binary64) (fma.f64 #s(literal -1/96 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/2880 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 x #s(literal 3 binary64))) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/48 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/8 binary64)) (*.f64 y y)))))))) y))) |
#s(approx (sin (/ x y)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/6 binary64) (neg.f64 x)) y))) |
#s(approx (sin (/ x y)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) x (fma.f64 #s(literal -1/120 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y))) |
#s(approx (sin (/ x y)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) x (fma.f64 #s(literal -1/120 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/5040 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
Compiled 7 251 to 1 111 computations (84.7% saved)
23 alts after pruning (21 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 182 | 15 | 197 |
| Fresh | 1 | 6 | 7 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 186 | 23 | 209 |
| Status | Accuracy | Program |
|---|---|---|
| 8.1% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 3.7% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) | |
| 8.3% | (/.f64 (/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| ▶ | 44.2% | (/.f64 (/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| 7.1% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 43.8% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 44.0% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (neg.f64 (/.f64 x y)) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 44.2% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (+.f64 y y)))) | |
| 44.5% | (/.f64 (/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 39.5% | (/.f64 (/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) | |
| 18.8% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))))) | |
| 44.2% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (+.f64 y y)))) | |
| 39.4% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) | |
| 32.4% | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (fma.f64 #s(literal -1/48 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) y)) x))) | |
| 3.7% | (/.f64 (tan.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) | |
| ▶ | 3.7% | (/.f64 (tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
| 38.9% | (/.f64 #s(approx (tan (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| ▶ | 56.3% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
| ▶ | 44.2% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
| ✓ | 46.8% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
| 51.7% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) | |
| ▶ | 26.5% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y))) |
| ✓ | 56.6% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
Compiled 1 033 to 685 computations (33.7% saved)
| Inputs |
|---|
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 x y) #s(literal 1/2 binary64)) |
(/.f64 x y) |
x |
y |
#s(literal 1/2 binary64) |
#s(literal -1 binary64) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y)) |
(fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) |
(*.f64 x x) |
#s(literal 1/8 binary64) |
(*.f64 y y) |
(/.f64 (tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) |
(+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64)) |
(+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(PI.f64) |
#s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(sin.f64 (/.f64 x y)) |
(*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) |
(cos.f64 (/.f64 x y)) |
#s(literal 1 binary64) |
(/.f64 (/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 x (*.f64 y #s(literal 2 binary64))) |
(*.f64 y #s(literal 2 binary64)) |
| Outputs |
|---|
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 35/9216 (/ 1 (pow y 6))) (* 19/7680 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 1)) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 1)) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/46080 (/ (pow x 2) (pow y 6))) (* 1/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (* (/ x y) 1/2) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 1)) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (+ (* 1/8 (pow x 2)) (pow y 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* 2 (/ (* y (sin (* 2 (PI)))) (* x (cos (* 2 (PI)))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (+ (* 2 (* x (* y (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))))) (* 2 (/ (* y (sin (* 2 (PI)))) (cos (* 2 (PI)))))) x))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (+ (* 2 (/ (* y (sin (* 2 (PI)))) (cos (* 2 (PI))))) (* x (+ (* 2 (* y (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))))) (* x (- (/ (* (sin (* 2 (PI))) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (cos (* 2 (PI)))) (* -1/12 (/ (sin (* 2 (PI))) (* y (cos (* 2 (PI))))))))))) x))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (+ (* 2 (/ (* y (sin (* 2 (PI)))) (cos (* 2 (PI))))) (* x (+ (* 2 (* y (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))))) (* x (- (+ (* x (- (* -2 (* y (+ (* -1/4 (/ (* (pow (sin (* 2 (PI))) 2) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (* (pow y 2) (pow (cos (* 2 (PI))) 2)))) (+ (* -1/8 (/ (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))) (pow y 2))) (+ (* 1/48 (/ 1 (pow y 3))) (* 1/48 (/ (pow (sin (* 2 (PI))) 2) (* (pow y 3) (pow (cos (* 2 (PI))) 2))))))))) (* -1/12 (/ (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))) y)))) (/ (* (sin (* 2 (PI))) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (cos (* 2 (PI))))) (* -1/12 (/ (sin (* 2 (PI))) (* y (cos (* 2 (PI))))))))))) x))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (/ (sin (* 2 (PI))) (cos (* 2 (PI)))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* x (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* x (- (+ (* 1/2 (/ 1 y)) (* 1/2 (/ (* x (* (sin (* 2 (PI))) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))))) (* y (cos (* 2 (PI))))))) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* x (- (+ (* 1/2 (/ 1 y)) (* x (- (* -1 (* x (+ (* -1/4 (/ (* (pow (sin (* 2 (PI))) 2) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (* (pow y 2) (pow (cos (* 2 (PI))) 2)))) (+ (* -1/8 (/ (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))) (pow y 2))) (+ (* 1/48 (/ 1 (pow y 3))) (* 1/48 (/ (pow (sin (* 2 (PI))) 2) (* (pow y 3) (pow (cos (* 2 (PI))) 2))))))))) (* -1/2 (/ (* (sin (* 2 (PI))) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (* y (cos (* 2 (PI))))))))) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (* 2 (PI)))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (+ (* 1/2 (/ x y)) (* 2 (PI))))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (PI))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (+ (PI) (* 1/2 (/ x y))))) |
#s(approx (/ (/ x y) 2) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 1)) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 35/9216 (/ 1 (pow y 6))) (* 19/7680 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ x y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* -1/6 (/ (pow x 2) (pow y 3))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/120 (/ (pow x 2) (pow y 5))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/5040 (/ (pow x 2) (pow y 7))) (* 1/120 (/ 1 (pow y 5))))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (/ x y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* x (+ (* -7/24 (/ (pow x 2) (pow y 3))) (/ 1 y))))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 61/1920 (/ (pow x 2) (pow y 5))) (* 7/24 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1 (* (pow x 2) (+ (* 1/322560 (/ 1 (pow y 7))) (* 13/7680 (/ 1 (pow y 7)))))) (* 61/1920 (/ 1 (pow y 5))))) (* 7/24 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 2)) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 1)) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 1)) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/46080 (/ (pow x 2) (pow y 6))) (* 1/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ x (* y 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (/ x y)) (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y))))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (cos (* 1/2 (/ x y))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 (* 1/8 (/ (pow x 2) (pow y 2))))) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ (/ 1 (pow x 2)) (* 1/8 (/ 1 (pow y 2))))))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (* 1/8 (pow x 2)))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1/8 (/ (pow y 2) (pow x 2)))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (+ (* 1/2 (/ x y)) (* 2 (PI)))) (* (cos (+ (* 1/2 (/ x y)) (* 2 (PI)))) (sin (* 1/2 (/ x y))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (/ (sin (+ (* 1/2 (/ x y)) (* 2 (PI)))) (cos (+ (* 1/2 (/ x y)) (* 2 (PI))))))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (* x (+ (* 2 (/ (PI) x)) (* 1/2 (/ 1 y)))))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (* x (+ (* 1/2 (/ 1 y)) (/ (PI) x))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (/ (sin (/ x y)) (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (sin (/ x y)))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y)))))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 1 (cos (/ x y))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (cos (/ x y)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (cos (* 1/2 (/ x y))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (- (* 2 (PI)) (* -1/2 (/ x y)))) (* (cos (- (* 2 (PI)) (* -1/2 (/ x y)))) (sin (* 1/2 (/ x y))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (/ (sin (- (* 2 (PI)) (* -1/2 (/ x y)))) (cos (- (* 2 (PI)) (* -1/2 (/ x y))))))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (* -1 (* x (- (* -2 (/ (PI) x)) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (* -1 (* x (- (* -1 (/ (PI) x)) (* 1/2 (/ 1 y))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 (/ (+ (* 1/8 (pow x 2)) (pow y 2)) (pow y 2)))) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (/ (+ (* 1/2 x) (* 2 (* y (PI)))) y))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (/ (+ (* 1/2 x) (* y (PI))) y))) |
#s(approx (* y 2) #s(hole binary64 (* 2 y))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (* -1/24 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/1152 (/ (pow x 6) (pow y 6))) (+ (* -1/1440 (/ (pow x 6) (pow y 6))) (+ (* -1/7680 (/ (pow x 6) (pow y 6))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* 1/1920 (pow x 4)) (+ (* 1/96 (pow x 4)) (+ (* 1/48 (pow x 4)) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) x)))))) (* x (pow y 6))) (/ (* (+ (* 1/1920 (pow x 5)) (+ (* 1/96 (pow x 5)) (* 1/48 (pow x 5)))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 6))))))))))))))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))) (pow y 4)))) (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/46080 (pow x 6)) (+ (* 1/3072 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))))))) (pow y 6)))) (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/64 (/ (pow x 4) (pow y 4))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (* 1/384 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/46080 (/ (pow x 6) (pow y 6))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 1/8 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* y (+ (* 2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (* 2 (/ (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) (* x y))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* y (- (+ (* 2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (+ (* 2 (/ (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) (* x y))) (/ (* (sin (* 2 (PI))) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (* (pow y 2) (cos (* 2 (PI))))))) (* -1/12 (/ (* x (sin (* 2 (PI)))) (* (pow y 2) (cos (* 2 (PI)))))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* y (- (+ (* 2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (+ (* 2 (/ (- (* -1/48 (pow x 3)) (+ (* -1/4 (/ (* (pow x 2) (* (pow (sin (* 2 (PI))) 2) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (pow (cos (* 2 (PI))) 2))) (+ (* -1/8 (* (pow x 2) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* 1/48 (/ (* (pow x 3) (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* x (pow y 3)))) (+ (* 2 (/ (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) (* x y))) (/ (* (sin (* 2 (PI))) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (* (pow y 2) (cos (* 2 (PI)))))))) (+ (* -1/12 (/ (* x (sin (* 2 (PI)))) (* (pow y 2) (cos (* 2 (PI)))))) (* -1/12 (/ (* x (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (pow y 3)))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (- (+ (* 1/2 (/ x y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (* y (pow (cos (* 2 (PI))) 2))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (- (+ (* 1/2 (/ x y)) (+ (* 1/2 (/ (* x (* (sin (* 2 (PI))) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* (pow y 2) (cos (* 2 (PI)))))) (/ (sin (* 2 (PI))) (cos (* 2 (PI)))))) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (* y (pow (cos (* 2 (PI))) 2))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (- (+ (* -1/48 (/ (pow x 3) (pow y 3))) (+ (* 1/2 (/ x y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI)))))) (+ (* -1/2 (/ (* x (* (sin (* 2 (PI))) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* (pow y 2) (cos (* 2 (PI)))))) (+ (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (* y (pow (cos (* 2 (PI))) 2)))) (+ (* -1/4 (/ (* (pow x 2) (* (pow (sin (* 2 (PI))) 2) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* (pow y 3) (pow (cos (* 2 (PI))) 2)))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (pow y 3))) (* 1/48 (/ (* (pow x 3) (pow (sin (* 2 (PI))) 2)) (* (pow y 3) (pow (cos (* 2 (PI))) 2))))))))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (* -1/24 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))))))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/1152 (/ (pow x 6) (pow y 6))) (+ (* -1/1440 (/ (pow x 6) (pow y 6))) (+ (* -1/7680 (/ (pow x 6) (pow y 6))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* 1/1920 (pow x 4)) (+ (* 1/96 (pow x 4)) (+ (* 1/48 (pow x 4)) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) x)))))) (* x (pow y 6))) (/ (* (+ (* 1/1920 (pow x 5)) (+ (* 1/96 (pow x 5)) (* 1/48 (pow x 5)))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 6))))))))))))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (* -1/6 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (* 1/120 (/ (pow x 5) (pow y 4))))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (+ (* -1/5040 (/ (pow x 7) (pow y 6))) (* 1/120 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (/ (+ x (+ (* -1/4 (/ (pow x 3) (pow y 2))) (* -1/24 (/ (pow x 3) (pow y 2))))) y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (/ (+ x (+ (* -1/4 (/ (pow x 3) (pow y 2))) (+ (* -1/24 (/ (pow x 3) (pow y 2))) (+ (* 1/1920 (/ (pow x 5) (pow y 4))) (+ (* 1/96 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 5) (pow y 4)))))))) y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (/ (+ x (+ (* -1/4 (/ (pow x 3) (pow y 2))) (+ (* -1/24 (/ (pow x 3) (pow y 2))) (+ (* -1/1152 (/ (pow x 7) (pow y 6))) (+ (* -1/1440 (/ (pow x 7) (pow y 6))) (+ (* -1/7680 (/ (pow x 7) (pow y 6))) (+ (* -1/322560 (/ (pow x 7) (pow y 6))) (+ (* 1/1920 (/ (pow x 5) (pow y 4))) (+ (* 1/96 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 5) (pow y 4)))))))))))) y))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))) (pow y 4)))) (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/46080 (pow x 6)) (+ (* 1/3072 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))))))) (pow y 6)))) (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/64 (/ (pow x 4) (pow y 4))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (* 1/384 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/46080 (/ (pow x 6) (pow y 6))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1 (/ (* (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 6)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) x)) (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) x))))) (* x (pow y 6)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* 1/322560 (pow x 7)) (+ (* 1/7680 (pow x 7)) (+ (* 1/1440 (pow x 7)) (* 1/1152 (pow x 7))))) (* x (pow y 6)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2)))))))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* -1 (* y (+ (* -2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (* 2 (/ (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) (* x y)))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* -1 (* y (+ (* -2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (* -1 (/ (+ (* -2 (/ (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) x)) (* -1 (/ (- (/ (* (sin (* 2 (PI))) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (cos (* 2 (PI)))) (* 1/12 (/ (* x (sin (* 2 (PI)))) (cos (* 2 (PI)))))) y))) y))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* -1 (* y (+ (* -2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (* -1 (/ (+ (* -2 (/ (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) x)) (* -1 (/ (- (+ (* -1 (/ (- (* -2 (/ (- (* 1/48 (pow x 3)) (+ (* -1/4 (/ (* (pow x 2) (* (pow (sin (* 2 (PI))) 2) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (pow (cos (* 2 (PI))) 2))) (+ (* -1/8 (* (pow x 2) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* -1/48 (/ (* (pow x 3) (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) x)) (* 1/12 (* x (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))))) y)) (/ (* (sin (* 2 (PI))) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (cos (* 2 (PI))))) (* 1/12 (/ (* x (sin (* 2 (PI)))) (cos (* 2 (PI)))))) y))) y))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* -1 (/ (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/2 x) (* 1/2 (/ (* x (* (sin (* 2 (PI))) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* y (cos (* 2 (PI))))))) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/48 (pow x 3)) (+ (* -1/4 (/ (* (pow x 2) (* (pow (sin (* 2 (PI))) 2) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (pow (cos (* 2 (PI))) 2))) (+ (* -1/8 (* (pow x 2) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* -1/48 (/ (* (pow x 3) (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) y)) (* 1/2 (/ (* x (* (sin (* 2 (PI))) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (cos (* 2 (PI)))))) y)) (* -1/2 x)) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1 (/ (* (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 6)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) x)) (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) x))))) (* x (pow y 6)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* 1/322560 (pow x 7)) (+ (* 1/7680 (pow x 7)) (+ (* 1/1440 (pow x 7)) (* 1/1152 (pow x 7))))) (* x (pow y 6)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2)))))))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (* 1/6 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (* 1/6 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (+ (* 1/5040 (/ (pow x 7) (pow y 6))) (* 1/6 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* 1/24 (/ (pow x 3) (pow y 2))) (* 1/4 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/48 (/ (pow x 5) (pow y 4))) (+ (* -1/96 (/ (pow x 5) (pow y 4))) (+ (* -1/1920 (/ (pow x 5) (pow y 4))) (+ (* 1/24 (/ (pow x 3) (pow y 2))) (* 1/4 (/ (pow x 3) (pow y 2)))))))) y)))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/48 (/ (pow x 5) (pow y 4))) (+ (* -1/96 (/ (pow x 5) (pow y 4))) (+ (* -1/1920 (/ (pow x 5) (pow y 4))) (+ (* 1/322560 (/ (pow x 7) (pow y 6))) (+ (* 1/7680 (/ (pow x 7) (pow y 6))) (+ (* 1/1440 (/ (pow x 7) (pow y 6))) (+ (* 1/1152 (/ (pow x 7) (pow y 6))) (+ (* 1/24 (/ (pow x 3) (pow y 2))) (* 1/4 (/ (pow x 3) (pow y 2)))))))))))) y)))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 15.0ms | y | @ | inf | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow (cos (* (/ x y) 1/2)) -1) (cos (* (/ x y) 1/2)) (* (/ x y) 1/2) (/ x y) x y 1/2 -1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) (+ (* (* x x) 1/8) (* y y)) (* x x) 1/8 (* y y) (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (+ (+ (/ (/ x y) 2) (PI)) (PI)) (+ (/ (/ x y) 2) (PI)) (/ (/ x y) 2) 2 (PI) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1) (cos (/ x y)) 1 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2)) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2)) |
| 7.0ms | y | @ | -inf | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow (cos (* (/ x y) 1/2)) -1) (cos (* (/ x y) 1/2)) (* (/ x y) 1/2) (/ x y) x y 1/2 -1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) (+ (* (* x x) 1/8) (* y y)) (* x x) 1/8 (* y y) (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (+ (+ (/ (/ x y) 2) (PI)) (PI)) (+ (/ (/ x y) 2) (PI)) (/ (/ x y) 2) 2 (PI) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1) (cos (/ x y)) 1 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2)) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2)) |
| 6.0ms | y | @ | 0 | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow (cos (* (/ x y) 1/2)) -1) (cos (* (/ x y) 1/2)) (* (/ x y) 1/2) (/ x y) x y 1/2 -1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) (+ (* (* x x) 1/8) (* y y)) (* x x) 1/8 (* y y) (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (+ (+ (/ (/ x y) 2) (PI)) (PI)) (+ (/ (/ x y) 2) (PI)) (/ (/ x y) 2) 2 (PI) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1) (cos (/ x y)) 1 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2)) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2)) |
| 5.0ms | x | @ | 0 | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow (cos (* (/ x y) 1/2)) -1) (cos (* (/ x y) 1/2)) (* (/ x y) 1/2) (/ x y) x y 1/2 -1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) (+ (* (* x x) 1/8) (* y y)) (* x x) 1/8 (* y y) (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (+ (+ (/ (/ x y) 2) (PI)) (PI)) (+ (/ (/ x y) 2) (PI)) (/ (/ x y) 2) 2 (PI) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1) (cos (/ x y)) 1 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2)) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2)) |
| 5.0ms | x | @ | inf | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow (cos (* (/ x y) 1/2)) -1) (cos (* (/ x y) 1/2)) (* (/ x y) 1/2) (/ x y) x y 1/2 -1 (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) (+ (* (* x x) 1/8) (* y y)) (* x x) 1/8 (* y y) (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (+ (+ (/ (/ x y) 2) (PI)) (PI)) (+ (/ (/ x y) 2) (PI)) (/ (/ x y) 2) 2 (PI) (sin (/ x (* y 2))) (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1) (cos (/ x y)) 1 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2)) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1178 | 10567 |
| 0 | 1230 | 9127 |
| 1 | 7609 | 9127 |
| 0 | 8005 | 8729 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 x y) #s(literal 1/2 binary64)) |
(/.f64 x y) |
x |
y |
#s(literal 1/2 binary64) |
#s(literal -1 binary64) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y)) |
(fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) |
(*.f64 x x) |
#s(literal 1/8 binary64) |
(*.f64 y y) |
(/.f64 (tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) |
(+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64)) |
(+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(PI.f64) |
#s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(sin.f64 (/.f64 x y)) |
(*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) |
(cos.f64 (/.f64 x y)) |
#s(literal 1 binary64) |
(/.f64 (/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 x (*.f64 y #s(literal 2 binary64))) |
(*.f64 y #s(literal 2 binary64)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 35/9216 (/ 1 (pow y 6))) (* 19/7680 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 1)) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 1)) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/46080 (/ (pow x 2) (pow y 6))) (* 1/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (* (/ x y) 1/2) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 1)) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (+ (* 1/8 (pow x 2)) (pow y 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* 2 (/ (* y (sin (* 2 (PI)))) (* x (cos (* 2 (PI)))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (+ (* 2 (* x (* y (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))))) (* 2 (/ (* y (sin (* 2 (PI)))) (cos (* 2 (PI)))))) x))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (+ (* 2 (/ (* y (sin (* 2 (PI)))) (cos (* 2 (PI))))) (* x (+ (* 2 (* y (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))))) (* x (- (/ (* (sin (* 2 (PI))) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (cos (* 2 (PI)))) (* -1/12 (/ (sin (* 2 (PI))) (* y (cos (* 2 (PI))))))))))) x))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (+ (* 2 (/ (* y (sin (* 2 (PI)))) (cos (* 2 (PI))))) (* x (+ (* 2 (* y (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))))) (* x (- (+ (* x (- (* -2 (* y (+ (* -1/4 (/ (* (pow (sin (* 2 (PI))) 2) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (* (pow y 2) (pow (cos (* 2 (PI))) 2)))) (+ (* -1/8 (/ (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))) (pow y 2))) (+ (* 1/48 (/ 1 (pow y 3))) (* 1/48 (/ (pow (sin (* 2 (PI))) 2) (* (pow y 3) (pow (cos (* 2 (PI))) 2))))))))) (* -1/12 (/ (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))) y)))) (/ (* (sin (* 2 (PI))) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (cos (* 2 (PI))))) (* -1/12 (/ (sin (* 2 (PI))) (* y (cos (* 2 (PI))))))))))) x))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (/ (sin (* 2 (PI))) (cos (* 2 (PI)))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* x (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* x (- (+ (* 1/2 (/ 1 y)) (* 1/2 (/ (* x (* (sin (* 2 (PI))) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))))) (* y (cos (* 2 (PI))))))) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* x (- (+ (* 1/2 (/ 1 y)) (* x (- (* -1 (* x (+ (* -1/4 (/ (* (pow (sin (* 2 (PI))) 2) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (* (pow y 2) (pow (cos (* 2 (PI))) 2)))) (+ (* -1/8 (/ (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2))))) (pow y 2))) (+ (* 1/48 (/ 1 (pow y 3))) (* 1/48 (/ (pow (sin (* 2 (PI))) 2) (* (pow y 3) (pow (cos (* 2 (PI))) 2))))))))) (* -1/2 (/ (* (sin (* 2 (PI))) (- (* 1/2 (/ 1 y)) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (* y (cos (* 2 (PI))))))))) (* -1/2 (/ (pow (sin (* 2 (PI))) 2) (* y (pow (cos (* 2 (PI))) 2)))))) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (* 2 (PI)))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (+ (* 1/2 (/ x y)) (* 2 (PI))))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (PI))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (+ (PI) (* 1/2 (/ x y))))) |
#s(approx (/ (/ x y) 2) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 1)) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 35/9216 (/ 1 (pow y 6))) (* 19/7680 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ x y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* -1/6 (/ (pow x 2) (pow y 3))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/120 (/ (pow x 2) (pow y 5))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/5040 (/ (pow x 2) (pow y 7))) (* 1/120 (/ 1 (pow y 5))))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (/ x y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* x (+ (* -7/24 (/ (pow x 2) (pow y 3))) (/ 1 y))))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 61/1920 (/ (pow x 2) (pow y 5))) (* 7/24 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1 (* (pow x 2) (+ (* 1/322560 (/ 1 (pow y 7))) (* 13/7680 (/ 1 (pow y 7)))))) (* 61/1920 (/ 1 (pow y 5))))) (* 7/24 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 2)) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 1)) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 1)) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/46080 (/ (pow x 2) (pow y 6))) (* 1/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ x (* y 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (/ x y)) (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y))))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (cos (* 1/2 (/ x y))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 (* 1/8 (/ (pow x 2) (pow y 2))))) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ (/ 1 (pow x 2)) (* 1/8 (/ 1 (pow y 2))))))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (* 1/8 (pow x 2)))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1/8 (/ (pow y 2) (pow x 2)))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (+ (* 1/2 (/ x y)) (* 2 (PI)))) (* (cos (+ (* 1/2 (/ x y)) (* 2 (PI)))) (sin (* 1/2 (/ x y))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (/ (sin (+ (* 1/2 (/ x y)) (* 2 (PI)))) (cos (+ (* 1/2 (/ x y)) (* 2 (PI))))))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (* x (+ (* 2 (/ (PI) x)) (* 1/2 (/ 1 y)))))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (* x (+ (* 1/2 (/ 1 y)) (/ (PI) x))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (/ (sin (/ x y)) (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (sin (/ x y)))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y)))))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 1 (cos (/ x y))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (cos (/ x y)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (cos (* 1/2 (/ x y))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (- (* 2 (PI)) (* -1/2 (/ x y)))) (* (cos (- (* 2 (PI)) (* -1/2 (/ x y)))) (sin (* 1/2 (/ x y))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (/ (sin (- (* 2 (PI)) (* -1/2 (/ x y)))) (cos (- (* 2 (PI)) (* -1/2 (/ x y))))))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (* -1 (* x (- (* -2 (/ (PI) x)) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (* -1 (* x (- (* -1 (/ (PI) x)) (* 1/2 (/ 1 y))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(hole binary64 (/ (+ (* 1/8 (pow x 2)) (pow y 2)) (pow y 2)))) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) #s(hole binary64 (/ (+ (* 1/2 x) (* 2 (* y (PI)))) y))) |
#s(approx (+ (/ (/ x y) 2) (PI)) #s(hole binary64 (/ (+ (* 1/2 x) (* y (PI))) y))) |
#s(approx (* y 2) #s(hole binary64 (* 2 y))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (* -1/24 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/1152 (/ (pow x 6) (pow y 6))) (+ (* -1/1440 (/ (pow x 6) (pow y 6))) (+ (* -1/7680 (/ (pow x 6) (pow y 6))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* 1/1920 (pow x 4)) (+ (* 1/96 (pow x 4)) (+ (* 1/48 (pow x 4)) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) x)))))) (* x (pow y 6))) (/ (* (+ (* 1/1920 (pow x 5)) (+ (* 1/96 (pow x 5)) (* 1/48 (pow x 5)))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 6))))))))))))))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))) (pow y 4)))) (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/46080 (pow x 6)) (+ (* 1/3072 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))))))) (pow y 6)))) (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/64 (/ (pow x 4) (pow y 4))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (* 1/384 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (* (/ x y) 1/2)) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/46080 (/ (pow x 6) (pow y 6))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 1/8 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* y (+ (* 2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (* 2 (/ (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) (* x y))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* y (- (+ (* 2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (+ (* 2 (/ (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) (* x y))) (/ (* (sin (* 2 (PI))) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (* (pow y 2) (cos (* 2 (PI))))))) (* -1/12 (/ (* x (sin (* 2 (PI)))) (* (pow y 2) (cos (* 2 (PI)))))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* y (- (+ (* 2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (+ (* 2 (/ (- (* -1/48 (pow x 3)) (+ (* -1/4 (/ (* (pow x 2) (* (pow (sin (* 2 (PI))) 2) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (pow (cos (* 2 (PI))) 2))) (+ (* -1/8 (* (pow x 2) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* 1/48 (/ (* (pow x 3) (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* x (pow y 3)))) (+ (* 2 (/ (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) (* x y))) (/ (* (sin (* 2 (PI))) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (* (pow y 2) (cos (* 2 (PI)))))))) (+ (* -1/12 (/ (* x (sin (* 2 (PI)))) (* (pow y 2) (cos (* 2 (PI)))))) (* -1/12 (/ (* x (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (pow y 3)))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (- (+ (* 1/2 (/ x y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (* y (pow (cos (* 2 (PI))) 2))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (- (+ (* 1/2 (/ x y)) (+ (* 1/2 (/ (* x (* (sin (* 2 (PI))) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* (pow y 2) (cos (* 2 (PI)))))) (/ (sin (* 2 (PI))) (cos (* 2 (PI)))))) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (* y (pow (cos (* 2 (PI))) 2))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (- (+ (* -1/48 (/ (pow x 3) (pow y 3))) (+ (* 1/2 (/ x y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI)))))) (+ (* -1/2 (/ (* x (* (sin (* 2 (PI))) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* (pow y 2) (cos (* 2 (PI)))))) (+ (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (* y (pow (cos (* 2 (PI))) 2)))) (+ (* -1/4 (/ (* (pow x 2) (* (pow (sin (* 2 (PI))) 2) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* (pow y 3) (pow (cos (* 2 (PI))) 2)))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/2 x) (* -1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (pow y 3))) (* 1/48 (/ (* (pow x 3) (pow (sin (* 2 (PI))) 2)) (* (pow y 3) (pow (cos (* 2 (PI))) 2))))))))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (* -1/24 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))))))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/1152 (/ (pow x 6) (pow y 6))) (+ (* -1/1440 (/ (pow x 6) (pow y 6))) (+ (* -1/7680 (/ (pow x 6) (pow y 6))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* 1/1920 (pow x 4)) (+ (* 1/96 (pow x 4)) (+ (* 1/48 (pow x 4)) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) x)))))) (* x (pow y 6))) (/ (* (+ (* 1/1920 (pow x 5)) (+ (* 1/96 (pow x 5)) (* 1/48 (pow x 5)))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 6))))))))))))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (* -1/6 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (* 1/120 (/ (pow x 5) (pow y 4))))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (+ (* -1/5040 (/ (pow x 7) (pow y 6))) (* 1/120 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (/ (+ x (+ (* -1/4 (/ (pow x 3) (pow y 2))) (* -1/24 (/ (pow x 3) (pow y 2))))) y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (/ (+ x (+ (* -1/4 (/ (pow x 3) (pow y 2))) (+ (* -1/24 (/ (pow x 3) (pow y 2))) (+ (* 1/1920 (/ (pow x 5) (pow y 4))) (+ (* 1/96 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 5) (pow y 4)))))))) y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (/ (+ x (+ (* -1/4 (/ (pow x 3) (pow y 2))) (+ (* -1/24 (/ (pow x 3) (pow y 2))) (+ (* -1/1152 (/ (pow x 7) (pow y 6))) (+ (* -1/1440 (/ (pow x 7) (pow y 6))) (+ (* -1/7680 (/ (pow x 7) (pow y 6))) (+ (* -1/322560 (/ (pow x 7) (pow y 6))) (+ (* 1/1920 (/ (pow x 5) (pow y 4))) (+ (* 1/96 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 5) (pow y 4)))))))))))) y))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (+ (cos (/ x y)) 1) #s(hole binary64 (+ 2 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))) (pow y 4)))) (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/46080 (pow x 6)) (+ (* 1/3072 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))))))) (pow y 6)))) (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/64 (/ (pow x 4) (pow y 4))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (* 1/384 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (/ (/ x y) 2)) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/46080 (/ (pow x 6) (pow y 6))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1 (/ (* (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 6)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) x)) (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) x))))) (* x (pow y 6)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* 1/322560 (pow x 7)) (+ (* 1/7680 (pow x 7)) (+ (* 1/1440 (pow x 7)) (* 1/1152 (pow x 7))))) (* x (pow y 6)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2)))))))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* -1 (* y (+ (* -2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (* 2 (/ (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) (* x y)))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* -1 (* y (+ (* -2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (* -1 (/ (+ (* -2 (/ (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) x)) (* -1 (/ (- (/ (* (sin (* 2 (PI))) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (cos (* 2 (PI)))) (* 1/12 (/ (* x (sin (* 2 (PI)))) (cos (* 2 (PI)))))) y))) y))))))) |
#s(approx (/ (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) (sin (/ x (* y 2)))) #s(hole binary64 (* -1 (* y (+ (* -2 (/ (sin (* 2 (PI))) (* x (cos (* 2 (PI)))))) (* -1 (/ (+ (* -2 (/ (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) x)) (* -1 (/ (- (+ (* -1 (/ (- (* -2 (/ (- (* 1/48 (pow x 3)) (+ (* -1/4 (/ (* (pow x 2) (* (pow (sin (* 2 (PI))) 2) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (pow (cos (* 2 (PI))) 2))) (+ (* -1/8 (* (pow x 2) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* -1/48 (/ (* (pow x 3) (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) x)) (* 1/12 (* x (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))))) y)) (/ (* (sin (* 2 (PI))) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2))))) (cos (* 2 (PI))))) (* 1/12 (/ (* x (sin (* 2 (PI)))) (cos (* 2 (PI)))))) y))) y))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* -1 (/ (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/2 x) (* 1/2 (/ (* x (* (sin (* 2 (PI))) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* y (cos (* 2 (PI))))))) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (tan (+ (+ (/ (/ x y) 2) (PI)) (PI))) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/48 (pow x 3)) (+ (* -1/4 (/ (* (pow x 2) (* (pow (sin (* 2 (PI))) 2) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (pow (cos (* 2 (PI))) 2))) (+ (* -1/8 (* (pow x 2) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (* -1/48 (/ (* (pow x 3) (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) y)) (* 1/2 (/ (* x (* (sin (* 2 (PI))) (- (* -1/2 x) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))))) (cos (* 2 (PI)))))) y)) (* -1/2 x)) (* 1/2 (/ (* x (pow (sin (* 2 (PI))) 2)) (pow (cos (* 2 (PI))) 2)))) y)) (/ (sin (* 2 (PI))) (cos (* 2 (PI))))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1 (/ (* (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 6)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) x)) (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) x))))) (* x (pow y 6)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* 1/322560 (pow x 7)) (+ (* 1/7680 (pow x 7)) (+ (* 1/1440 (pow x 7)) (* 1/1152 (pow x 7))))) (* x (pow y 6)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2)))))))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (* 1/6 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (* 1/6 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (+ (* 1/5040 (/ (pow x 7) (pow y 6))) (* 1/6 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* 1/24 (/ (pow x 3) (pow y 2))) (* 1/4 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/48 (/ (pow x 5) (pow y 4))) (+ (* -1/96 (/ (pow x 5) (pow y 4))) (+ (* -1/1920 (/ (pow x 5) (pow y 4))) (+ (* 1/24 (/ (pow x 3) (pow y 2))) (* 1/4 (/ (pow x 3) (pow y 2)))))))) y)))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/48 (/ (pow x 5) (pow y 4))) (+ (* -1/96 (/ (pow x 5) (pow y 4))) (+ (* -1/1920 (/ (pow x 5) (pow y 4))) (+ (* 1/322560 (/ (pow x 7) (pow y 6))) (+ (* 1/7680 (/ (pow x 7) (pow y 6))) (+ (* 1/1440 (/ (pow x 7) (pow y 6))) (+ (* 1/1152 (/ (pow x 7) (pow y 6))) (+ (* 1/24 (/ (pow x 3) (pow y 2))) (* 1/4 (/ (pow x 3) (pow y 2)))))))))))) y)))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (* (/ x y) 1/2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ (/ x y) 2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
| Outputs |
|---|
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1/2 binary64)) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1/2 binary64))) |
(pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
(exp.f64 (*.f64 (log.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) #s(literal -1 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) #s(literal -1 binary64))) (sinh.f64 (*.f64 (log.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) #s(literal -1 binary64)))) |
(fma.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(cos.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
(cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
(+.f64 (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x y)) |
(*.f64 (/.f64 x y) #s(literal 1/2 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) y) |
(/.f64 (neg.f64 x) (neg.f64 y)) |
(/.f64 x y) |
x |
y |
#s(literal 1/2 binary64) |
#s(literal -1 binary64) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) y) y)) |
(/.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) y) y) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y))) (neg.f64 (*.f64 y y))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y)) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) (/.f64 (*.f64 y y) (*.f64 y y))) |
(fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (/.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 y y)) (/.f64 (*.f64 y y) (*.f64 y y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) (pow.f64 y #s(literal 4 binary64))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 y y))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 y y) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 y y))))) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) |
(fma.f64 #s(literal 1/8 binary64) (*.f64 x x) (*.f64 y y)) |
(fma.f64 y y (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) |
(fma.f64 x (*.f64 x #s(literal 1/8 binary64)) (*.f64 y y)) |
(-.f64 (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 (neg.f64 y) y)) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 y y)) |
(+.f64 (*.f64 y y) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) |
(*.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x x) |
(pow.f64 x #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
#s(literal 1/8 binary64) |
(*.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64))) |
(*.f64 (neg.f64 y) (neg.f64 y)) |
(*.f64 (fabs.f64 y) (fabs.f64 y)) |
(*.f64 y y) |
(pow.f64 y #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 #s(approx (sin (/ (/ x y) 2)) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
(/.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) #s(approx (sin (/ (/ x y) 2)) (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (tan.f64 (PI.f64)) (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (PI.f64)) (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (sin.f64 (+.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)) (PI.f64))) (cos.f64 (+.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)) (PI.f64)))) |
(/.f64 (sin.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 x y))) (neg.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) |
(/.f64 (sin.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64))) (cos.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(tan.f64 (+.f64 (+.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64))) |
(tan.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (*.f64 (PI.f64) (PI.f64))) (-.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 3 binary64))) (fma.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64))))) |
(+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)) |
(+.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (*.f64 (PI.f64) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (*.f64 (PI.f64) (PI.f64))) (-.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 3 binary64))) (fma.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (/.f64 (/.f64 x y) #s(literal 2 binary64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))))) |
(+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) |
(/.f64 (neg.f64 (/.f64 x y)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 x) (neg.f64 (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 x (*.f64 #s(literal 2 binary64) y)) |
#s(literal 2 binary64) |
(PI.f64) |
#s(approx (sin (/ (/ x y) 2)) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
(/.f64 (/.f64 (sin.f64 (/.f64 x y)) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 x y))) (neg.f64 (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(sin.f64 (/.f64 x y)) |
(*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
(fma.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal 1 binary64))) |
(fma.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal 1 binary64) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 x y)))) |
(fma.f64 (cos.f64 (/.f64 x y)) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (*.f64 #s(literal 1 binary64) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
(fma.f64 #s(literal 1 binary64) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (*.f64 (cos.f64 (/.f64 x y)) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
(+.f64 (*.f64 (cos.f64 (/.f64 x y)) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) (*.f64 #s(literal 1 binary64) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) (*.f64 (cos.f64 (/.f64 x y)) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
(+.f64 (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 x y))) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal 1 binary64)) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 x y)))) |
(sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 (/.f64 x y)) (cos.f64 (/.f64 x y)))) (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (cos.f64 (/.f64 x y)) (cos.f64 (/.f64 x y))) #s(literal 1 binary64)) (-.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (cos.f64 (/.f64 x y)) (cos.f64 (/.f64 x y))) (*.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))))) |
(/.f64 (+.f64 (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (cos.f64 (/.f64 x y)) (cos.f64 (/.f64 x y)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
(+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) |
(fma.f64 (sin.f64 (/.f64 x y)) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(cos.f64 (neg.f64 (/.f64 x y))) |
(cos.f64 (/.f64 x y)) |
(+.f64 (*.f64 (sin.f64 (/.f64 x y)) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
#s(literal 1 binary64) |
(/.f64 (neg.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (*.f64 (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (*.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (tan.f64 (PI.f64)) (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (PI.f64)) (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (sin.f64 (+.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)) (PI.f64))) (cos.f64 (+.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)) (PI.f64)))) |
(/.f64 (sin.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 x y))) (neg.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) |
(/.f64 (sin.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64))) (cos.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(tan.f64 (+.f64 (+.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64))) (PI.f64))) |
(tan.f64 (+.f64 (PI.f64) (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(cos.f64 (neg.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(+.f64 (*.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (/.f64 x y)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 x) (neg.f64 (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 x (*.f64 #s(literal 2 binary64) y)) |
(*.f64 #s(literal 2 binary64) y) |
(*.f64 y #s(literal 2 binary64)) |
(+.f64 y y) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 y #s(literal -6 binary64)) #s(literal 61/46080 binary64)) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) #s(literal 1 binary64)) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) #s(literal 61/46080 binary64) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (* (/ x y) 1/2)) #s(literal 1 binary64)) |
#s(approx (cos (* (/ x y) 1/2)) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64))) |
#s(approx (cos (* (/ x y) 1/2)) (fma.f64 (fma.f64 #s(literal 1/384 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (* (/ x y) 1/2)) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/46080 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/384 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (* (/ x y) 1/2) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ x y) (/.f64 x y)) |
#s(approx x x) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) #s(literal 61/46080 binary64) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) #s(literal 1 binary64)) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) (*.f64 y y)) |
#s(approx (+ (* (* x x) 1/8) (* y y)) (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 (/.f64 y x) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 y x) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (*.f64 y (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))))) x)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (fma.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 #s(literal 1/12 binary64) (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y)))) x (*.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))))) x (*.f64 (*.f64 y (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) x)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -2 binary64) y) (fma.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (pow.f64 (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y) #s(literal 2 binary64)))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (*.f64 y y)) #s(literal -1/8 binary64) (*.f64 #s(literal 1/48 binary64) (+.f64 (pow.f64 y #s(literal -3 binary64)) (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)))))))) (*.f64 #s(literal 1/12 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) y))) x (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 #s(literal 1/12 binary64) (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y))))) x (*.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))))) x (*.f64 (*.f64 y (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) x)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (fma.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) x (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (fma.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 y #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64)))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y))) (*.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)))) x (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (fma.f64 (-.f64 (fma.f64 (fma.f64 (neg.f64 x) (fma.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (pow.f64 (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y) #s(literal 2 binary64)))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (*.f64 y y)) #s(literal -1/8 binary64) (*.f64 #s(literal 1/48 binary64) (+.f64 (pow.f64 y #s(literal -3 binary64)) (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)))))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))))) x (/.f64 #s(literal 1/2 binary64) y)) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) x (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) (*.f64 (PI.f64) #s(literal 2 binary64))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) (fma.f64 (PI.f64) #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (+ (/ (/ x y) 2) (PI)) (PI.f64)) |
#s(approx (+ (/ (/ x y) 2) (PI)) (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (PI.f64))) |
#s(approx (/ (/ x y) 2) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (sin (/ (/ x y) 2)) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (sin (/ (/ x y) 2)) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal -1/48 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ (/ x y) 2)) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ (/ x y) 2)) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/3840 binary64) (/.f64 (*.f64 #s(literal -1/645120 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) #s(literal 1 binary64)) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 y #s(literal -6 binary64)) #s(literal 61/46080 binary64)) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (sin (/ x y)) (/.f64 x y)) |
#s(approx (sin (/ x y)) (*.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (sin (/ x y)) (*.f64 (fma.f64 (fma.f64 #s(literal 1/120 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (sin (/ x y)) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/5040 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 7 binary64))) (*.f64 #s(literal 1/120 binary64) (pow.f64 y #s(literal -5 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/6 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (/.f64 x y)) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (*.f64 (fma.f64 #s(literal -7/24 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (*.f64 (fma.f64 (fma.f64 #s(literal 61/1920 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) (*.f64 #s(literal -7/24 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 61/1920 binary64) (pow.f64 y #s(literal -5 binary64)) (neg.f64 (*.f64 (*.f64 (pow.f64 y #s(literal -7 binary64)) #s(literal 547/322560 binary64)) (*.f64 x x)))) (*.f64 x x) (*.f64 #s(literal -7/24 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (sin (* (/ x y) 1/2)) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (sin (* (/ x y) 1/2)) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal -1/48 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (* (/ x y) 1/2)) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (* (/ x y) 1/2)) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/3840 binary64) (/.f64 (*.f64 #s(literal -1/645120 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (+ (cos (/ x y)) 1) #s(literal 2 binary64)) |
#s(approx (+ (cos (/ x y)) 1) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 2 binary64))) |
#s(approx (+ (cos (/ x y)) 1) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 2 binary64))) |
#s(approx (+ (cos (/ x y)) 1) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/24 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 2 binary64))) |
#s(approx (cos (/ x y)) #s(literal 1 binary64)) |
#s(approx (cos (/ x y)) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64))) |
#s(approx (cos (/ x y)) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (/ x y)) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/24 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) #s(literal 61/46080 binary64) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (fma.f64 #s(literal 1/240 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) (*.f64 #s(literal 1/24 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 17/40320 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 7 binary64))) (*.f64 #s(literal 1/240 binary64) (pow.f64 y #s(literal -5 binary64)))) (*.f64 x x) (*.f64 #s(literal 1/24 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ (/ x y) 2)) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (sin (/ (/ x y) 2)) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal -1/48 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ (/ x y) 2)) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ (/ x y) 2)) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/3840 binary64) (/.f64 (*.f64 #s(literal -1/645120 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (cos (/ (/ x y) 2)) #s(literal 1 binary64)) |
#s(approx (cos (/ (/ x y) 2)) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64))) |
#s(approx (cos (/ (/ x y) 2)) (fma.f64 (fma.f64 #s(literal 1/384 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (/ (/ x y) 2)) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/46080 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/384 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (/ x y) 2) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64))) |
#s(approx (cos (* (/ x y) 1/2)) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64))) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 y y))) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) (*.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (pow.f64 x #s(literal -2 binary64))) (*.f64 x x))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) (*.f64 (+.f64 (/.f64 (*.f64 y y) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (tan.f64 (fma.f64 (PI.f64) #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (tan.f64 (fma.f64 (PI.f64) #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) (*.f64 (fma.f64 (/.f64 (PI.f64) x) #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (+ (/ (/ x y) 2) (PI)) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (+ (/ (/ x y) 2) (PI)) (*.f64 (+.f64 (/.f64 (PI.f64) x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ (/ x y) 2)) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
#s(approx (sin (/ x y)) (sin.f64 (/.f64 x y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
#s(approx (sin (* (/ x y) 1/2)) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (+ (cos (/ x y)) 1) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
#s(approx (cos (/ x y)) (cos.f64 (/.f64 x y))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (tan.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (sin (/ (/ x y) 2)) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (cos (/ (/ x y) 2)) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (tan.f64 (fma.f64 (PI.f64) #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (tan.f64 (fma.f64 (PI.f64) #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) (*.f64 (neg.f64 x) (-.f64 (*.f64 (/.f64 (PI.f64) x) #s(literal -2 binary64)) (/.f64 #s(literal 1/2 binary64) y)))) |
#s(approx (+ (/ (/ x y) 2) (PI)) (*.f64 (neg.f64 x) (-.f64 (neg.f64 (/.f64 (PI.f64) x)) (/.f64 #s(literal 1/2 binary64) y)))) |
#s(approx y y) |
#s(approx (/ (+ (* (* x x) 1/8) (* y y)) (* y y)) (/.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) y) y)) |
#s(approx (* y y) (*.f64 y y)) |
#s(approx (+ (+ (/ (/ x y) 2) (PI)) (PI)) (/.f64 (fma.f64 (*.f64 (PI.f64) y) #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (+ (/ (/ x y) 2) (PI)) (/.f64 (fma.f64 (PI.f64) y (*.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (* y 2) (*.f64 #s(literal 2 binary64) y)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal -7/24 binary64)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal -7/24 binary64) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) x) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/48 binary64)) (pow.f64 y #s(literal 4 binary64))))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal -7/24 binary64) (fma.f64 #s(literal -1/1152 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/1440 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/7680 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/322560 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/48 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) x) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (fma.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (fma.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 #s(literal 1/96 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) x) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/48 binary64)))))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) (*.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/32 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/1920 binary64))) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x))))))))))))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) (-.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/384 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 y y)))) |
#s(approx (pow (cos (* (/ x y) 1/2)) -1) (-.f64 (fma.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/46080 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/384 binary64)) (*.f64 x x)) #s(literal 1/8 binary64) (*.f64 #s(literal 1/3072 binary64) (pow.f64 x #s(literal 6 binary64))))) (pow.f64 y #s(literal 6 binary64))) #s(literal -1 binary64) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -5/384 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 y y))))) |
#s(approx (cos (* (/ x y) 1/2)) (+.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/384 binary64)) (pow.f64 y #s(literal 4 binary64))))) |
#s(approx (cos (* (/ x y) 1/2)) (+.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/46080 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/384 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 (*.f64 y y) x)) #s(literal 2 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 y y)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 (*.f64 y y) x)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 y y)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 (*.f64 y y) x)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1/645120 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal 1/384 binary64) (*.f64 #s(literal -1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal 2 binary64)) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/24 binary64) (*.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 4 binary64))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 #s(literal -1/322560 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (+ (* (* x x) 1/8) (* y y)) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (*.f64 y y))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x)) (/.f64 (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (*.f64 y x)))) y)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x)) (/.f64 (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (*.f64 y x))) (*.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 y y)) (/.f64 (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))))) (*.f64 (*.f64 (/.f64 x (*.f64 y y)) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal -1/12 binary64))) y)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (fma.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x)) #s(literal 2 binary64) (-.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/48 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/4 binary64) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/48 binary64))))) (*.f64 (pow.f64 y #s(literal 3 binary64)) x)) #s(literal 2 binary64) (fma.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 y y)) (/.f64 (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (*.f64 y x)) #s(literal 2 binary64)))) (*.f64 #s(literal -1/12 binary64) (fma.f64 (/.f64 x (*.f64 y y)) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 x (/.f64 (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (pow.f64 y #s(literal 3 binary64)))))))) y)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 x y) (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1/2 binary64)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x) (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 y y))) #s(literal 1/2 binary64) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 x y) (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1/2 binary64))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (-.f64 (fma.f64 (pow.f64 (/.f64 x y) #s(literal 3 binary64)) #s(literal -1/48 binary64) (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))) (fma.f64 (/.f64 (*.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x) (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 y y))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 x y) (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))) (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1/4 binary64) (fma.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 3 binary64)) (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal 1/48 binary64) (/.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))) (pow.f64 y #s(literal 3 binary64))))))))) |
#s(approx (sin (/ (/ x y) 2)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (*.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (sin (/ (/ x y) 2)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x))) y)) |
#s(approx (sin (/ (/ x y) 2)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) y)) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (-.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal -7/24 binary64)))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal -7/24 binary64) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) x) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/48 binary64)) (pow.f64 y #s(literal 4 binary64))))))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal -7/24 binary64) (fma.f64 #s(literal -1/1152 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/1440 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/7680 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/322560 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/48 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) x) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (fma.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (fma.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 #s(literal 1/96 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) x) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/48 binary64)))))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) (*.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/32 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/1920 binary64))) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x))))))))))))) |
#s(approx (sin (/ x y)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/6 binary64) x) y)) |
#s(approx (sin (/ x y)) (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/6 binary64) x) (/.f64 (*.f64 #s(literal 1/120 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64)))) y)) |
#s(approx (sin (/ x y)) (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/6 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 #s(literal 1/120 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64))))) x) y)) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -7/24 binary64) x) y)) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -7/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/32 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/1920 binary64)) (pow.f64 y #s(literal 4 binary64))))) x) y)) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -7/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/1152 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/1440 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/7680 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/322560 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/32 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/1920 binary64)) (pow.f64 y #s(literal 4 binary64))))))))) x) y)) |
#s(approx (sin (* (/ x y) 1/2)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (*.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (sin (* (/ x y) 1/2)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x))) y)) |
#s(approx (sin (* (/ x y) 1/2)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) y)) |
#s(approx (+ (cos (/ x y)) 1) (+.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) |
#s(approx (+ (cos (/ x y)) 1) (+.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/720 binary64) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) #s(literal 2 binary64))) |
#s(approx (cos (/ x y)) (+.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) |
#s(approx (cos (/ x y)) (+.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/720 binary64) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/384 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 y y)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/46080 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/384 binary64)) (*.f64 x x)) #s(literal 1/8 binary64) (*.f64 #s(literal 1/3072 binary64) (pow.f64 x #s(literal 6 binary64))))) (pow.f64 y #s(literal 6 binary64))) #s(literal -1 binary64) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -5/384 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 y y))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/768 binary64) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))) y)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/92160 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64))))))))) y)) |
#s(approx (sin (/ (/ x y) 2)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (*.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (sin (/ (/ x y) 2)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x))) y)) |
#s(approx (sin (/ (/ x y) 2)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) y)) |
#s(approx (cos (/ (/ x y) 2)) (+.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/384 binary64)) (pow.f64 y #s(literal 4 binary64))))) |
#s(approx (cos (/ (/ x y) 2)) (+.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/46080 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/384 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (neg.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64)))) (fma.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x) (pow.f64 y #s(literal 4 binary64))) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))) (neg.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x)))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)))) (fma.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) (/.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) x) (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x)))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1 binary64) (fma.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/322560 binary64) (fma.f64 #s(literal 1/7680 binary64) (pow.f64 x #s(literal 7 binary64)) (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/640 binary64)))) x) (pow.f64 y #s(literal 6 binary64))) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))) (neg.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x) (pow.f64 y #s(literal 4 binary64))))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y)) #s(literal -2 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 y y)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 x x)) (*.f64 y y)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/645120 binary64) (pow.f64 x #s(literal 7 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal 1/384 binary64) (*.f64 #s(literal 1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y))))) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal -2 binary64)) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/24 binary64) (*.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 4 binary64))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 #s(literal -1/322560 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64))) (*.f64 y x)) #s(literal 2 binary64) (*.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x)) #s(literal -2 binary64))) y))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x)) #s(literal -2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64))) x) #s(literal -2 binary64) (neg.f64 (/.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 #s(literal -1/12 binary64) (*.f64 x (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))))) y))) y))) y))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x)) #s(literal -2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64))) x) #s(literal -2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64)))) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/4 binary64) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/48 binary64))))) x) #s(literal -2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64))) x))) y) #s(literal -1 binary64) (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 #s(literal -1/12 binary64) (*.f64 x (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))))) y))) y))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64))) y) #s(literal -1 binary64) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (fma.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x) (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64)))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) y) #s(literal -1 binary64) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (fma.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64)))) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/4 binary64) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/48 binary64))))) y) #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x) (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64)))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))))) y) #s(literal -1 binary64) (fma.f64 #s(literal -1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal -1/2 binary64)))) y) #s(literal -1 binary64) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))) |
#s(approx (sin (/ (/ x y) 2)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) y))) |
#s(approx (sin (/ (/ x y) 2)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) y))) |
#s(approx (sin (/ (/ x y) 2)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (-.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (neg.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64)))) (fma.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x) (pow.f64 y #s(literal 4 binary64))) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))) (neg.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)))))) |
#s(approx (/ (sin (/ x y)) (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1))) (-.f64 (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x)))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)))) (fma.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) (/.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) x) (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x)))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1 binary64) (fma.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/322560 binary64) (fma.f64 #s(literal 1/7680 binary64) (pow.f64 x #s(literal 7 binary64)) (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/640 binary64)))) x) (pow.f64 y #s(literal 6 binary64))) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))) (neg.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x) (pow.f64 y #s(literal 4 binary64))))))))) |
#s(approx (sin (/ x y)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/6 binary64) (neg.f64 x)) y))) |
#s(approx (sin (/ x y)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) x (fma.f64 #s(literal -1/120 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y))) |
#s(approx (sin (/ x y)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) x (fma.f64 #s(literal -1/120 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/5040 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 7/24 binary64) (neg.f64 x)) y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) x (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/48 binary64) (fma.f64 #s(literal -1/96 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal -1/1920 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (*.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 7/24 binary64)))))) y))) |
#s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) x (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/48 binary64) (fma.f64 #s(literal -1/96 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal -1/1920 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/322560 binary64) (fma.f64 #s(literal 1/7680 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal 1/1440 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal 1/1152 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (*.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 7/24 binary64)))))))))) y))) |
#s(approx (sin (* (/ x y) 1/2)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) y))) |
#s(approx (sin (* (/ x y) 1/2)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) y))) |
#s(approx (sin (* (/ x y) 1/2)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/92160 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))))) y))) |
#s(approx (sin (/ (/ x y) 2)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) y))) |
#s(approx (sin (/ (/ x y) 2)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) y))) |
#s(approx (sin (/ (/ x y) 2)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) y))) |
Compiled 16 131 to 1 816 computations (88.7% saved)
31 alts after pruning (27 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 320 | 15 | 335 |
| Fresh | 4 | 12 | 16 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 2 | 2 |
| Total | 327 | 31 | 358 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 8.1% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| 8.3% | (/.f64 (/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 7.1% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 43.8% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 44.0% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (neg.f64 (/.f64 x y)) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 44.2% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (+.f64 y y)))) | |
| 44.5% | (/.f64 (/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 39.5% | (/.f64 (/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) | |
| ▶ | 18.8% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))))) |
| 44.2% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (+.f64 y y)))) | |
| 39.4% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) | |
| 3.8% | (/.f64 (tan.f64 (+.f64 #s(approx (+ (/ (/ x y) 2) (PI)) (*.f64 (+.f64 (/.f64 (PI.f64) x) (/.f64 #s(literal 1/2 binary64) y)) x)) (PI.f64))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) | |
| 7.6% | (/.f64 #s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (fma.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) x (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) | |
| ▶ | 38.9% | (/.f64 #s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| 3.6% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (fma.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 #s(literal 1/12 binary64) (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y)))) x (*.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))))) x (*.f64 (*.f64 y (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) x)) | |
| 27.4% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) y) y)) | |
| 6.8% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 y x) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (*.f64 y (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))))) x)) | |
| 2.2% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 (/.f64 y x) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) | |
| 6.8% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x)) (/.f64 (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (*.f64 y x)))) y)) | |
| 56.2% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 (sin.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal -1 binary64))) | |
| 47.1% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 #s(approx (cos (* (/ x y) 1/2)) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64))) #s(literal -1 binary64))) | |
| 44.2% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (fma.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal 1 binary64) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 x y)))))) | |
| 43.8% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 1 binary64))))) | |
| ✓ | 44.2% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
| 39.2% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) #s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (/.f64 x y)))) | |
| ▶ | 56.3% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
| 53.8% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (*.f64 (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1/2 binary64)) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1/2 binary64)))) | |
| ✓ | 46.8% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
| ▶ | 51.7% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
| ✓ | 26.5% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y))) |
| ✓ | 56.6% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
Compiled 1 954 to 1 177 computations (39.8% saved)
| Inputs |
|---|
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(literal 1 binary64) |
(cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x y)) |
#s(literal 1/2 binary64) |
(/.f64 x y) |
x |
y |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64)) |
(*.f64 (/.f64 x y) (/.f64 x y)) |
#s(literal 1/8 binary64) |
(/.f64 #s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
(sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 x (*.f64 y #s(literal 2 binary64))) |
(*.f64 y #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) |
(-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) |
(cos.f64 (/.f64 x y)) |
(sin.f64 (/.f64 x y)) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))))) |
(tan.f64 (/.f64 x (+.f64 y y))) |
(/.f64 x (+.f64 y y)) |
(+.f64 y y) |
(sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y)))))) |
(/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y)))) |
(+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) |
(pow.f64 y #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))) |
(-.f64 (*.f64 y y) (*.f64 y y)) |
(*.f64 y y) |
| Outputs |
|---|
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 35/9216 (/ 1 (pow y 6))) (* 19/7680 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 1)) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 1)) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/46080 (/ (pow x 2) (pow y 6))) (* 1/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (* 1/2 (/ x y)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (* (/ x y) (/ x y)) #s(hole binary64 (/ (pow x 2) (pow y 2)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (* y 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 25/9216 (/ 1 (pow y 6))) (* 1/720 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (* 1/2 (/ (pow x 2) (pow y 2))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (* (pow x 2) (+ (* -1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2))))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (* (pow x 2) (+ (* (pow x 2) (- (* 1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2))))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (* (pow x 2) (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/40320 (/ (pow x 2) (pow y 8))) (* 1/720 (/ 1 (pow y 6))))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 1)) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ x y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* -1/6 (/ (pow x 2) (pow y 3))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/120 (/ (pow x 2) (pow y 5))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/5040 (/ (pow x 2) (pow y 7))) (* 1/120 (/ 1 (pow y 5))))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (+ y y)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (/ x y)) (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y))))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (cos (* 1/2 (/ x y))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 (* 1/8 (/ (pow x 2) (pow y 2))))) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 (* (pow x 2) (+ (/ 1 (pow x 2)) (* 1/8 (/ 1 (pow y 2))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (- 1 (cos (/ x y))) (* (sin (* 1/2 (/ x y))) (sin (/ x y)))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (/ (- 1 (cos (/ x y))) (sin (/ x y))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (- 1 (cos (/ x y))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (cos (/ x y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (sin (/ x y)))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 (/ (+ (* 1/8 (pow x 2)) (pow y 2)) (pow y 2)))) |
#s(approx (* y 2) #s(hole binary64 (* 2 y))) |
#s(approx (+ y y) #s(hole binary64 (* 2 y))) |
#s(approx (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) #s(hole binary64 (* 2 y))) |
#s(approx (+ (pow y 3) (pow y 3)) #s(hole binary64 (* 2 (pow y 3)))) |
#s(approx (pow y 3) #s(hole binary64 (pow y 3))) |
#s(approx (+ (* y y) (- (* y y) (* y y))) #s(hole binary64 (pow y 2))) |
#s(approx (- (* y y) (* y y)) #s(hole binary64 0)) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (* -1/24 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/1152 (/ (pow x 6) (pow y 6))) (+ (* -1/1440 (/ (pow x 6) (pow y 6))) (+ (* -1/7680 (/ (pow x 6) (pow y 6))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* 1/1920 (pow x 4)) (+ (* 1/96 (pow x 4)) (+ (* 1/48 (pow x 4)) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) x)))))) (* x (pow y 6))) (/ (* (+ (* 1/1920 (pow x 5)) (+ (* 1/96 (pow x 5)) (* 1/48 (pow x 5)))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 6))))))))))))))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))) (pow y 4)))) (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/46080 (pow x 6)) (+ (* 1/3072 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))))))) (pow y 6)))) (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/64 (/ (pow x 4) (pow y 4))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (* 1/384 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/46080 (/ (pow x 6) (pow y 6))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))) (pow y 4)))) (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/46080 (pow x 6)) (+ (* 1/3072 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))))))) (pow y 6)))) (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/64 (/ (pow x 4) (pow y 4))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/12 (/ (pow x 2) (pow y 2)))) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (* (pow x 2) (pow y 2))))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/12 (/ (pow x 2) (pow y 2))) (* 1/360 (/ (pow x 4) (pow y 4))))) (+ (* 2 (/ (* (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (- (* -1/12 (pow x 2)) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (pow x 2))))) (* (pow x 2) (pow y 4)))) (+ (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (* (pow x 2) (pow y 2)))) (* 2 (/ (+ (* 1/3840 (pow x 6)) (+ (* 1/288 (pow x 6)) (* 1/240 (pow x 6)))) (* (pow x 2) (pow y 4))))))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/12 (/ (pow x 2) (pow y 2))) (+ (* -1/20160 (/ (pow x 6) (pow y 6))) (* 1/360 (/ (pow x 4) (pow y 4)))))) (+ (* 2 (/ (* (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (- (* -1/12 (pow x 2)) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (pow x 2))))) (* (pow x 2) (pow y 4)))) (+ (* 2 (/ (* (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (- (* 1/360 (pow x 4)) (+ (* 2 (/ (* (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (- (* -1/12 (pow x 2)) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (pow x 2))))) (pow x 2))) (* 2 (/ (+ (* 1/3840 (pow x 6)) (+ (* 1/288 (pow x 6)) (* 1/240 (pow x 6)))) (pow x 2)))))) (* (pow x 2) (pow y 6)))) (+ (* 2 (/ (* (+ (* 1/3840 (pow x 6)) (+ (* 1/288 (pow x 6)) (* 1/240 (pow x 6)))) (- (* -1/12 (pow x 2)) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (pow x 2))))) (* (pow x 2) (pow y 6)))) (+ (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (* (pow x 2) (pow y 2)))) (+ (* 2 (/ (+ (* -1/5760 (pow x 8)) (+ (* -1/10080 (pow x 8)) (+ (* -1/23040 (pow x 8)) (* -1/645120 (pow x 8))))) (* (pow x 2) (pow y 6)))) (* 2 (/ (+ (* 1/3840 (pow x 6)) (+ (* 1/288 (pow x 6)) (* 1/240 (pow x 6)))) (* (pow x 2) (pow y 4)))))))))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (/ (- (+ (* -1/24 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/12 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (/ (- (+ (* -1/24 (/ (pow x 3) (pow y 2))) (+ (* 1/720 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/6 (/ (* (pow x 2) (- (* -1/24 (pow x 3)) (* -1/12 (pow x 3)))) (pow y 4))) (+ (* -1/12 (/ (pow x 3) (pow y 2))) (* 1/240 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (/ (- (+ (* -1/24 (/ (pow x 3) (pow y 2))) (+ (* -1/40320 (/ (pow x 7) (pow y 6))) (+ (* 1/720 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/6 (/ (* (pow x 2) (- (* -1/24 (pow x 3)) (* -1/12 (pow x 3)))) (pow y 4))) (+ (* -1/6 (/ (* (pow x 2) (- (* 1/720 (pow x 5)) (+ (* -1/6 (* (pow x 2) (- (* -1/24 (pow x 3)) (* -1/12 (pow x 3))))) (* 1/240 (pow x 5))))) (pow y 6))) (+ (* -1/12 (/ (pow x 3) (pow y 2))) (+ (* -1/10080 (/ (pow x 7) (pow y 6))) (+ (* 1/240 (/ (pow x 5) (pow y 4))) (* 1/120 (/ (* (pow x 4) (- (* -1/24 (pow x 3)) (* -1/12 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (/ (- (* -1/24 (/ (pow x 4) (pow y 2))) (* -1/2 (pow x 2))) (pow y 2)))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (/ (- (* 1/720 (/ (pow x 6) (pow y 4))) (+ (* -1/2 (pow x 2)) (* 1/24 (/ (pow x 4) (pow y 2))))) (pow y 2)))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (/ (- (* -1/40320 (/ (pow x 8) (pow y 6))) (+ (* -1/2 (pow x 2)) (+ (* -1/720 (/ (pow x 6) (pow y 4))) (* 1/24 (/ (pow x 4) (pow y 2)))))) (pow y 2)))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (* -1/6 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (* 1/120 (/ (pow x 5) (pow y 4))))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (+ (* -1/5040 (/ (pow x 7) (pow y 6))) (* 1/120 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1 (/ (* (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 6)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) x)) (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) x))))) (* x (pow y 6)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* 1/322560 (pow x 7)) (+ (* 1/7680 (pow x 7)) (+ (* 1/1440 (pow x 7)) (* 1/1152 (pow x 7))))) (* x (pow y 6)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2)))))))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/24 (/ (pow x 3) (pow y 2)))) (* 1/12 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/720 (/ (pow x 5) (pow y 4))) (* 1/24 (/ (pow x 3) (pow y 2))))) (+ (* -1/6 (/ (* (pow x 2) (- (* 1/24 (pow x 3)) (* 1/12 (pow x 3)))) (pow y 4))) (+ (* -1/240 (/ (pow x 5) (pow y 4))) (* 1/12 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/720 (/ (pow x 5) (pow y 4))) (+ (* 1/40320 (/ (pow x 7) (pow y 6))) (* 1/24 (/ (pow x 3) (pow y 2)))))) (+ (* -1/6 (/ (* (pow x 2) (- (* -1/720 (pow x 5)) (+ (* -1/6 (* (pow x 2) (- (* 1/24 (pow x 3)) (* 1/12 (pow x 3))))) (* -1/240 (pow x 5))))) (pow y 6))) (+ (* -1/6 (/ (* (pow x 2) (- (* 1/24 (pow x 3)) (* 1/12 (pow x 3)))) (pow y 4))) (+ (* -1/240 (/ (pow x 5) (pow y 4))) (+ (* 1/10080 (/ (pow x 7) (pow y 6))) (+ (* 1/120 (/ (* (pow x 4) (- (* 1/24 (pow x 3)) (* 1/12 (pow x 3)))) (pow y 6))) (* 1/12 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (* 1/6 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (* 1/6 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (+ (* 1/5040 (/ (pow x 7) (pow y 6))) (* 1/6 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 9.0ms | y | @ | inf | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ 1 (cos (* 1/2 (/ x y)))) 1 (cos (* 1/2 (/ x y))) (* 1/2 (/ x y)) 1/2 (/ x y) x y (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (* (/ x y) (/ x y)) 1/8) 1) (* (/ x y) (/ x y)) 1/8 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) (/ (- 1 (cos (/ x y))) (sin (/ x y))) (- 1 (cos (/ x y))) (cos (/ x y)) (sin (/ x y)) (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) (+ (pow y 3) (pow y 3)) (pow y 3) 3 (+ (* y y) (- (* y y) (* y y))) (- (* y y) (* y y)) (* y y)) |
| 7.0ms | x | @ | inf | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ 1 (cos (* 1/2 (/ x y)))) 1 (cos (* 1/2 (/ x y))) (* 1/2 (/ x y)) 1/2 (/ x y) x y (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (* (/ x y) (/ x y)) 1/8) 1) (* (/ x y) (/ x y)) 1/8 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) (/ (- 1 (cos (/ x y))) (sin (/ x y))) (- 1 (cos (/ x y))) (cos (/ x y)) (sin (/ x y)) (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) (+ (pow y 3) (pow y 3)) (pow y 3) 3 (+ (* y y) (- (* y y) (* y y))) (- (* y y) (* y y)) (* y y)) |
| 6.0ms | y | @ | -inf | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ 1 (cos (* 1/2 (/ x y)))) 1 (cos (* 1/2 (/ x y))) (* 1/2 (/ x y)) 1/2 (/ x y) x y (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (* (/ x y) (/ x y)) 1/8) 1) (* (/ x y) (/ x y)) 1/8 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) (/ (- 1 (cos (/ x y))) (sin (/ x y))) (- 1 (cos (/ x y))) (cos (/ x y)) (sin (/ x y)) (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) (+ (pow y 3) (pow y 3)) (pow y 3) 3 (+ (* y y) (- (* y y) (* y y))) (- (* y y) (* y y)) (* y y)) |
| 4.0ms | x | @ | -inf | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ 1 (cos (* 1/2 (/ x y)))) 1 (cos (* 1/2 (/ x y))) (* 1/2 (/ x y)) 1/2 (/ x y) x y (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (* (/ x y) (/ x y)) 1/8) 1) (* (/ x y) (/ x y)) 1/8 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) (/ (- 1 (cos (/ x y))) (sin (/ x y))) (- 1 (cos (/ x y))) (cos (/ x y)) (sin (/ x y)) (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) (+ (pow y 3) (pow y 3)) (pow y 3) 3 (+ (* y y) (- (* y y) (* y y))) (- (* y y) (* y y)) (* y y)) |
| 4.0ms | x | @ | 0 | ((/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/ 1 (cos (* 1/2 (/ x y)))) 1 (cos (* 1/2 (/ x y))) (* 1/2 (/ x y)) 1/2 (/ x y) x y (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (+ (* (* (/ x y) (/ x y)) 1/8) 1) (* (/ x y) (/ x y)) 1/8 (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2))) (/ x (* y 2)) (* y 2) 2 (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) (/ (- 1 (cos (/ x y))) (sin (/ x y))) (- 1 (cos (/ x y))) (cos (/ x y)) (sin (/ x y)) (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) (tan (/ x (+ y y))) (/ x (+ y y)) (+ y y) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) (+ (pow y 3) (pow y 3)) (pow y 3) 3 (+ (* y y) (- (* y y) (* y y))) (- (* y y) (* y y)) (* y y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1012 | 9289 |
| 0 | 1065 | 7419 |
| 1 | 6543 | 7419 |
| 0 | 8065 | 7062 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(literal 1 binary64) |
(cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x y)) |
#s(literal 1/2 binary64) |
(/.f64 x y) |
x |
y |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64)) |
(*.f64 (/.f64 x y) (/.f64 x y)) |
#s(literal 1/8 binary64) |
(/.f64 #s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
(sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 x (*.f64 y #s(literal 2 binary64))) |
(*.f64 y #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) |
(-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) |
(cos.f64 (/.f64 x y)) |
(sin.f64 (/.f64 x y)) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))))) |
(tan.f64 (/.f64 x (+.f64 y y))) |
(/.f64 x (+.f64 y y)) |
(+.f64 y y) |
(sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y)))))) |
(/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y)))) |
(+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) |
(pow.f64 y #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))) |
(-.f64 (*.f64 y y) (*.f64 y y)) |
(*.f64 y y) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 35/9216 (/ 1 (pow y 6))) (* 19/7680 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 1)) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 1)) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/46080 (/ (pow x 2) (pow y 6))) (* 1/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (* 1/2 (/ x y)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 1)) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (* (/ x y) (/ x y)) #s(hole binary64 (/ (pow x 2) (pow y 2)))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (* y 2)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 1)) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 5/384 (/ 1 (pow y 4))) (* (pow x 2) (- (* 25/9216 (/ 1 (pow y 6))) (* 1/720 (/ 1 (pow y 6))))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (* 1/2 (/ (pow x 2) (pow y 2))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (* (pow x 2) (+ (* -1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2))))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (* (pow x 2) (+ (* (pow x 2) (- (* 1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2))))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (* (pow x 2) (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/40320 (/ (pow x 2) (pow y 8))) (* 1/720 (/ 1 (pow y 6))))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 1)) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* -1/2 (/ (pow x 2) (pow y 2)))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow y 4))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ (* -1/720 (/ (pow x 2) (pow y 6))) (* 1/24 (/ 1 (pow y 4))))) (* 1/2 (/ 1 (pow y 2)))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ x y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* -1/6 (/ (pow x 2) (pow y 3))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/120 (/ (pow x 2) (pow y 5))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/5040 (/ (pow x 2) (pow y 7))) (* 1/120 (/ 1 (pow y 5))))) (* 1/6 (/ 1 (pow y 3))))) (/ 1 y))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 1)) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (+ 1 (* 1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* 5/384 (/ (pow x 2) (pow y 4))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (+ 1 (* (pow x 2) (+ (* (pow x 2) (+ (* 61/46080 (/ (pow x 2) (pow y 6))) (* 5/384 (/ 1 (pow y 4))))) (* 1/8 (/ 1 (pow y 2)))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* 1/24 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* 1/240 (/ (pow x 2) (pow y 5))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 17/40320 (/ (pow x 2) (pow y 7))) (* 1/240 (/ 1 (pow y 5))))) (* 1/24 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (+ y y)) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* x (+ (* -1/48 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* 1/3840 (/ (pow x 2) (pow y 5))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/645120 (/ (pow x 2) (pow y 7))) (* 1/3840 (/ 1 (pow y 5))))) (* 1/48 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y)))))) |
#s(approx (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (sin (/ x y)) (* (sin (* 1/2 (/ x y))) (+ 1 (cos (/ x y))))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (cos (* 1/2 (/ x y))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 (* 1/8 (/ (pow x 2) (pow y 2))))) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 (* (pow x 2) (+ (/ 1 (pow x 2)) (* 1/8 (/ 1 (pow y 2))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (/ (- 1 (cos (/ x y))) (* (sin (* 1/2 (/ x y))) (sin (/ x y)))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (/ (- 1 (cos (/ x y))) (sin (/ x y))))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (- 1 (cos (/ x y))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (cos (/ x y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (sin (/ x y)))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (/ 1 (cos (* 1/2 (/ x y)))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (sin (* 1/2 (/ x y))) (cos (* 1/2 (/ x y)))))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (sin (* 1/2 (/ x y))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(hole binary64 (/ (+ (* 1/8 (pow x 2)) (pow y 2)) (pow y 2)))) |
#s(approx (* y 2) #s(hole binary64 (* 2 y))) |
#s(approx (+ y y) #s(hole binary64 (* 2 y))) |
#s(approx (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) #s(hole binary64 (* 2 y))) |
#s(approx (+ (pow y 3) (pow y 3)) #s(hole binary64 (* 2 (pow y 3)))) |
#s(approx (pow y 3) #s(hole binary64 (pow y 3))) |
#s(approx (+ (* y y) (- (* y y) (* y y))) #s(hole binary64 (pow y 2))) |
#s(approx (- (* y y) (* y y)) #s(hole binary64 0)) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (* -1/24 (/ (pow x 2) (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1/4 (/ (pow x 2) (pow y 2))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/1152 (/ (pow x 6) (pow y 6))) (+ (* -1/1440 (/ (pow x 6) (pow y 6))) (+ (* -1/7680 (/ (pow x 6) (pow y 6))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (pow x 4) (pow y 4))) (+ (* 1/96 (/ (pow x 4) (pow y 4))) (+ (* 1/48 (/ (pow x 4) (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 4))) (+ (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* 1/1920 (pow x 4)) (+ (* 1/96 (pow x 4)) (+ (* 1/48 (pow x 4)) (/ (* (+ (* -1/4 (pow x 3)) (* -1/24 (pow x 3))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) x)))))) (* x (pow y 6))) (/ (* (+ (* 1/1920 (pow x 5)) (+ (* 1/96 (pow x 5)) (* 1/48 (pow x 5)))) (- (* -1/6 (pow x 2)) (+ (* -1/4 (pow x 2)) (* -1/24 (pow x 2))))) (* x (pow y 6))))))))))))))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))) (pow y 4)))) (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/46080 (pow x 6)) (+ (* 1/3072 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))))))) (pow y 6)))) (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/64 (/ (pow x 4) (pow y 4))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (* 1/384 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (* 1/2 (/ x y))) #s(hole binary64 (+ 1 (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/46080 (/ (pow x 6) (pow y 6))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))) (pow y 4)))) (* -1/8 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1 (/ (+ (* -1/46080 (pow x 6)) (+ (* 1/3072 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/384 (pow x 4))))))) (pow y 6)))) (+ (* -1/8 (/ (pow x 2) (pow y 2))) (+ (* -1/64 (/ (pow x 4) (pow y 4))) (* 1/384 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/12 (/ (pow x 2) (pow y 2)))) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (* (pow x 2) (pow y 2))))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/12 (/ (pow x 2) (pow y 2))) (* 1/360 (/ (pow x 4) (pow y 4))))) (+ (* 2 (/ (* (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (- (* -1/12 (pow x 2)) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (pow x 2))))) (* (pow x 2) (pow y 4)))) (+ (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (* (pow x 2) (pow y 2)))) (* 2 (/ (+ (* 1/3840 (pow x 6)) (+ (* 1/288 (pow x 6)) (* 1/240 (pow x 6)))) (* (pow x 2) (pow y 4))))))))) |
#s(approx (/ (/ (- 1 (cos (/ x y))) (sin (/ x y))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/12 (/ (pow x 2) (pow y 2))) (+ (* -1/20160 (/ (pow x 6) (pow y 6))) (* 1/360 (/ (pow x 4) (pow y 4)))))) (+ (* 2 (/ (* (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (- (* -1/12 (pow x 2)) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (pow x 2))))) (* (pow x 2) (pow y 4)))) (+ (* 2 (/ (* (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (- (* 1/360 (pow x 4)) (+ (* 2 (/ (* (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (- (* -1/12 (pow x 2)) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (pow x 2))))) (pow x 2))) (* 2 (/ (+ (* 1/3840 (pow x 6)) (+ (* 1/288 (pow x 6)) (* 1/240 (pow x 6)))) (pow x 2)))))) (* (pow x 2) (pow y 6)))) (+ (* 2 (/ (* (+ (* 1/3840 (pow x 6)) (+ (* 1/288 (pow x 6)) (* 1/240 (pow x 6)))) (- (* -1/12 (pow x 2)) (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (pow x 2))))) (* (pow x 2) (pow y 6)))) (+ (* 2 (/ (+ (* -1/12 (pow x 4)) (* -1/48 (pow x 4))) (* (pow x 2) (pow y 2)))) (+ (* 2 (/ (+ (* -1/5760 (pow x 8)) (+ (* -1/10080 (pow x 8)) (+ (* -1/23040 (pow x 8)) (* -1/645120 (pow x 8))))) (* (pow x 2) (pow y 6)))) (* 2 (/ (+ (* 1/3840 (pow x 6)) (+ (* 1/288 (pow x 6)) (* 1/240 (pow x 6)))) (* (pow x 2) (pow y 4)))))))))))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (/ (- (+ (* -1/24 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/12 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (/ (- (+ (* -1/24 (/ (pow x 3) (pow y 2))) (+ (* 1/720 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/6 (/ (* (pow x 2) (- (* -1/24 (pow x 3)) (* -1/12 (pow x 3)))) (pow y 4))) (+ (* -1/12 (/ (pow x 3) (pow y 2))) (* 1/240 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (/ (- (+ (* -1/24 (/ (pow x 3) (pow y 2))) (+ (* -1/40320 (/ (pow x 7) (pow y 6))) (+ (* 1/720 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/6 (/ (* (pow x 2) (- (* -1/24 (pow x 3)) (* -1/12 (pow x 3)))) (pow y 4))) (+ (* -1/6 (/ (* (pow x 2) (- (* 1/720 (pow x 5)) (+ (* -1/6 (* (pow x 2) (- (* -1/24 (pow x 3)) (* -1/12 (pow x 3))))) (* 1/240 (pow x 5))))) (pow y 6))) (+ (* -1/12 (/ (pow x 3) (pow y 2))) (+ (* -1/10080 (/ (pow x 7) (pow y 6))) (+ (* 1/240 (/ (pow x 5) (pow y 4))) (* 1/120 (/ (* (pow x 4) (- (* -1/24 (pow x 3)) (* -1/12 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (/ (- (* -1/24 (/ (pow x 4) (pow y 2))) (* -1/2 (pow x 2))) (pow y 2)))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (/ (- (* 1/720 (/ (pow x 6) (pow y 4))) (+ (* -1/2 (pow x 2)) (* 1/24 (/ (pow x 4) (pow y 2))))) (pow y 2)))) |
#s(approx (- 1 (cos (/ x y))) #s(hole binary64 (/ (- (* -1/40320 (/ (pow x 8) (pow y 6))) (+ (* -1/2 (pow x 2)) (+ (* -1/720 (/ (pow x 6) (pow y 4))) (* 1/24 (/ (pow x 4) (pow y 2)))))) (pow y 2)))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (* 1/24 (/ (pow x 4) (pow y 4))))))) |
#s(approx (cos (/ x y)) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow x 2) (pow y 2))) (+ (* -1/720 (/ (pow x 6) (pow y 6))) (* 1/24 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (* -1/6 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (* 1/120 (/ (pow x 5) (pow y 4))))) y))) |
#s(approx (sin (/ x y)) #s(hole binary64 (/ (+ x (+ (* -1/6 (/ (pow x 3) (pow y 2))) (+ (* -1/5040 (/ (pow x 7) (pow y 6))) (* 1/120 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (+ (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) (* x (pow y 2)))) (+ (* 2 (/ (- (* -1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))))) (+ (* -1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))))))) (* x (pow y 6)))) (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) (* x (pow y 4))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (* (pow x 2) (- (* 2 (/ (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* 2 (/ (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) (* -1/16 (/ (pow x 3) (pow y 2)))) y))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (* 1/768 (/ (pow x 5) (pow y 4)))))) y))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (/ (- (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 4))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3))))) (* 1/768 (pow x 5))))) (pow y 6))) (+ (* -1/16 (/ (pow x 3) (pow y 2))) (+ (* -1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/768 (/ (pow x 5) (pow y 4))) (* 1/384 (/ (* (pow x 4) (- (* -1/48 (pow x 3)) (* -1/16 (pow x 3)))) (pow y 6))))))))) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (* 1/2 x)) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x))) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (/ (+ (* -1/48 (/ (pow x 3) (pow y 2))) (+ (* -1/645120 (/ (pow x 7) (pow y 6))) (+ (* 1/3840 (/ (pow x 5) (pow y 4))) (* 1/2 x)))) y))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -1/6 (/ (pow x 2) (pow y 2)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (* 1/120 (/ (pow x 4) (pow y 4))))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2))))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -1/6 (/ (pow x 2) (pow y 2))) (+ (* -1/5040 (/ (pow x 6) (pow y 6))) (* 1/120 (/ (pow x 4) (pow y 4)))))) (+ (* -1 (/ (* (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 6)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) (* x (pow y 4)))) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* 1/120 (pow x 4)) (+ (* -1 (/ (* (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (- (* -1/6 (pow x 2)) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) x)))) x)) (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) x))))) (* x (pow y 6)))) (+ (* -1 (/ (+ (* -1/48 (pow x 5)) (+ (* -1/96 (pow x 5)) (* -1/1920 (pow x 5)))) (* x (pow y 4)))) (+ (* -1 (/ (+ (* 1/322560 (pow x 7)) (+ (* 1/7680 (pow x 7)) (+ (* 1/1440 (pow x 7)) (* 1/1152 (pow x 7))))) (* x (pow y 6)))) (* -1 (/ (+ (* 1/24 (pow x 3)) (* 1/4 (pow x 3))) (* x (pow y 2)))))))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (* y 2))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/24 (/ (pow x 3) (pow y 2)))) (* 1/12 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/720 (/ (pow x 5) (pow y 4))) (* 1/24 (/ (pow x 3) (pow y 2))))) (+ (* -1/6 (/ (* (pow x 2) (- (* 1/24 (pow x 3)) (* 1/12 (pow x 3)))) (pow y 4))) (+ (* -1/240 (/ (pow x 5) (pow y 4))) (* 1/12 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (- 1 (cos (/ x y))) (sin (/ x y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/720 (/ (pow x 5) (pow y 4))) (+ (* 1/40320 (/ (pow x 7) (pow y 6))) (* 1/24 (/ (pow x 3) (pow y 2)))))) (+ (* -1/6 (/ (* (pow x 2) (- (* -1/720 (pow x 5)) (+ (* -1/6 (* (pow x 2) (- (* 1/24 (pow x 3)) (* 1/12 (pow x 3))))) (* -1/240 (pow x 5))))) (pow y 6))) (+ (* -1/6 (/ (* (pow x 2) (- (* 1/24 (pow x 3)) (* 1/12 (pow x 3)))) (pow y 4))) (+ (* -1/240 (/ (pow x 5) (pow y 4))) (+ (* 1/10080 (/ (pow x 7) (pow y 6))) (+ (* 1/120 (/ (* (pow x 4) (- (* 1/24 (pow x 3)) (* 1/12 (pow x 3)))) (pow y 6))) (* 1/12 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (* 1/6 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (* 1/6 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x y)) #s(hole binary64 (* -1 (/ (+ (* -1 x) (+ (* -1/120 (/ (pow x 5) (pow y 4))) (+ (* 1/5040 (/ (pow x 7) (pow y 6))) (* 1/6 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))) (* -1/24 (/ (pow x 2) (pow y 2)))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2)))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (* 1/1920 (/ (pow x 4) (pow y 4)))))))) |
#s(approx (/ (tan (/ x (+ y y))) (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))))) #s(hole binary64 (- (+ 1 (+ (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) (* x (pow y 4)))) (+ (* -2 (/ (- (* 1/645120 (pow x 7)) (+ (* -1/8 (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))))) (+ (* 1/92160 (pow x 7)) (* 1/384 (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))))))) (* x (pow y 6)))) (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) (* x (pow y 2))))))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5)))) x)) (+ (* -1/24 (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2))))) (* 1/1920 (pow x 4))))) (pow y 6))) (+ (* -1/24 (/ (* (pow x 2) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 4))) (+ (* -1/24 (/ (pow x 2) (pow y 2))) (+ (* -1/322560 (/ (pow x 6) (pow y 6))) (+ (* 1/1920 (/ (* (pow x 4) (- (* -2 (/ (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))) x)) (* -1/24 (pow x 2)))) (pow y 6))) (* 1/1920 (/ (pow x 4) (pow y 4))))))))))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) (* 1/16 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (* 1/16 (/ (pow x 3) (pow y 2)))))) y)))) |
#s(approx (tan (/ x (+ y y))) #s(hole binary64 (* -1 (/ (- (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) (+ (* -1/8 (/ (* (pow x 2) (- (* -1/3840 (pow x 5)) (+ (* -1/8 (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3))))) (* -1/768 (pow x 5))))) (pow y 6))) (+ (* -1/8 (/ (* (pow x 2) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 4))) (+ (* -1/768 (/ (pow x 5) (pow y 4))) (+ (* 1/92160 (/ (pow x 7) (pow y 6))) (+ (* 1/384 (/ (* (pow x 4) (- (* 1/48 (pow x 3)) (* 1/16 (pow x 3)))) (pow y 6))) (* 1/16 (/ (pow x 3) (pow y 2))))))))) y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (* 1/48 (/ (pow x 3) (pow y 2)))) y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (* 1/48 (/ (pow x 3) (pow y 2))))) y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) #s(hole binary64 (* -1 (/ (+ (* -1/2 x) (+ (* -1/3840 (/ (pow x 5) (pow y 4))) (+ (* 1/645120 (/ (pow x 7) (pow y 6))) (* 1/48 (/ (pow x 3) (pow y 2)))))) y)))) |
| Outputs |
|---|
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64))) |
(pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (cos.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
(exp.f64 (*.f64 (log.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) #s(literal -1 binary64))) |
#s(literal 1 binary64) |
(fma.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (+.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(cos.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
(cos.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
(cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
(+.f64 (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x y)) |
(*.f64 (/.f64 x y) #s(literal 1/2 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) y) |
#s(literal 1/2 binary64) |
(/.f64 (neg.f64 x) (neg.f64 y)) |
(/.f64 x y) |
x |
y |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)))) (fma.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64))) #s(literal 1 binary64)) (-.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 1 binary64))))) |
(fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x y) (*.f64 (/.f64 x y) #s(literal 1/8 binary64)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(+.f64 (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64))) |
(*.f64 (fabs.f64 (/.f64 x y)) (fabs.f64 (/.f64 x y))) |
(*.f64 (neg.f64 (/.f64 x y)) (neg.f64 (/.f64 x y))) |
(*.f64 (/.f64 x y) (/.f64 x y)) |
(pow.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 (*.f64 x (/.f64 x y)) y) |
(/.f64 (*.f64 (/.f64 x y) x) y) |
(/.f64 (neg.f64 (*.f64 x x)) (neg.f64 (*.f64 y y))) |
(/.f64 (*.f64 x x) (*.f64 y y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 x y)) #s(literal 2 binary64))) |
#s(literal 1/8 binary64) |
(/.f64 (neg.f64 #s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 #s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
(sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 x (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64))) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 (neg.f64 (/.f64 x y)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 x) (neg.f64 (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 x (*.f64 #s(literal 2 binary64) y)) |
(*.f64 #s(literal 2 binary64) y) |
(*.f64 y #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64))) (neg.f64 (fma.f64 y y #s(literal 0 binary64)))) |
(/.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64)) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 #s(literal 0 binary64) (-.f64 y y)) |
(+.f64 (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y #s(literal 0 binary64))) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y #s(literal 0 binary64)))) |
(+.f64 y y) |
#s(literal 2 binary64) |
(/.f64 (neg.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (*.f64 (sin.f64 (/.f64 x y)) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (*.f64 (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (*.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (neg.f64 (sin.f64 (/.f64 x y)))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 x y))) (neg.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))) |
(tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(-.f64 (pow.f64 (sin.f64 (/.f64 x y)) #s(literal -1 binary64)) (/.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 x y)))) |
(/.f64 (*.f64 (sin.f64 (/.f64 x y)) (sin.f64 (/.f64 x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 (/.f64 x y)) (cos.f64 (/.f64 x y)) (*.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))))) |
(-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) |
(fma.f64 (sin.f64 (/.f64 x y)) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (+.f64 (neg.f64 (/.f64 x y)) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(cos.f64 (neg.f64 (neg.f64 (/.f64 x y)))) |
(cos.f64 (neg.f64 (/.f64 x y))) |
(cos.f64 (/.f64 x y)) |
(+.f64 (*.f64 (sin.f64 (/.f64 x y)) (cos.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(sin.f64 (/.f64 x y)) |
(/.f64 (neg.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (*.f64 (sin.f64 (/.f64 x y)) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (*.f64 (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (sin.f64 (/.f64 x y)) (*.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (neg.f64 (sin.f64 (/.f64 x y)))) |
(/.f64 (neg.f64 (sin.f64 (/.f64 x y))) (neg.f64 (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) |
(/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (sin.f64 (/.f64 x y)) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) |
(tan.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))) |
(tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(-.f64 (pow.f64 (sin.f64 (/.f64 x y)) #s(literal -1 binary64)) (/.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64))) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 (neg.f64 (/.f64 x y)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 x) (neg.f64 (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 x (*.f64 #s(literal 2 binary64) y)) |
(*.f64 #s(literal 2 binary64) y) |
(*.f64 y #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64))) (neg.f64 (fma.f64 y y #s(literal 0 binary64)))) |
(/.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64)) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 #s(literal 0 binary64) (-.f64 y y)) |
(+.f64 (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y #s(literal 0 binary64))) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y #s(literal 0 binary64)))) |
(+.f64 y y) |
(sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 x (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64))) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 (neg.f64 (/.f64 x y)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 x) (neg.f64 (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (/.f64 x y) #s(literal 2 binary64)) |
(/.f64 x (*.f64 #s(literal 2 binary64) y)) |
(*.f64 #s(literal 2 binary64) y) |
(*.f64 y #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64))) (neg.f64 (fma.f64 y y #s(literal 0 binary64)))) |
(/.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64)) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 #s(literal 0 binary64) (-.f64 y y)) |
(+.f64 (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y #s(literal 0 binary64))) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y #s(literal 0 binary64)))) |
(+.f64 y y) |
(*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64)) |
(*.f64 (fma.f64 y y #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) y)) |
(*.f64 #s(literal 2 binary64) (pow.f64 y #s(literal 3 binary64))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (-.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 y #s(literal 6 binary64)) (-.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))))) |
(fma.f64 (pow.f64 y #s(literal 3/2 binary64)) (pow.f64 y #s(literal 3/2 binary64)) (pow.f64 y #s(literal 3 binary64))) |
(fma.f64 (*.f64 y y) y (pow.f64 y #s(literal 3 binary64))) |
(fma.f64 y (*.f64 y y) (pow.f64 y #s(literal 3 binary64))) |
(+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) |
(*.f64 (pow.f64 y #s(literal 3/2 binary64)) (pow.f64 y #s(literal 3/2 binary64))) |
(*.f64 (*.f64 y y) y) |
(*.f64 y (*.f64 y y)) |
(pow.f64 y #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 y) #s(literal 3 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 y) #s(literal 3 binary64))) (sinh.f64 (*.f64 (log.f64 y) #s(literal 3 binary64)))) |
#s(literal 3 binary64) |
(/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal 0 binary64)) (-.f64 (*.f64 y y) #s(literal 0 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y y) #s(literal 3 binary64)) #s(literal 0 binary64)) (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y y) #s(literal 0 binary64))))) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 y) (neg.f64 y) #s(literal 0 binary64)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) #s(literal 0 binary64)) |
(fma.f64 y y #s(literal 0 binary64)) |
(-.f64 (fma.f64 y y (*.f64 y y)) (*.f64 y y)) |
(+.f64 (*.f64 y y) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 y y)) |
#s(literal 0 binary64) |
(*.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64))) |
(*.f64 (neg.f64 y) (neg.f64 y)) |
(*.f64 (fabs.f64 y) (fabs.f64 y)) |
(*.f64 y y) |
(pow.f64 y #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64)))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 y #s(literal -6 binary64)) #s(literal 61/46080 binary64)) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) #s(literal 1 binary64)) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) #s(literal 61/46080 binary64) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (* 1/2 (/ x y))) #s(literal 1 binary64)) |
#s(approx (cos (* 1/2 (/ x y))) (fma.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64))) |
#s(approx (cos (* 1/2 (/ x y))) (fma.f64 (fma.f64 #s(literal 1/384 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (* 1/2 (/ x y))) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/46080 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/384 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (* 1/2 (/ x y)) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ x y) (/.f64 x y)) |
#s(approx x x) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) #s(literal 61/46080 binary64) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (* (/ x y) (/ x y)) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) #s(literal 61/46080 binary64) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/240 binary64) (/.f64 (*.f64 #s(literal 17/40320 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (*.f64 (fma.f64 #s(literal -1/48 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (*.f64 (fma.f64 (fma.f64 #s(literal 1/3840 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/645120 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 7 binary64))) (*.f64 #s(literal 1/3840 binary64) (pow.f64 y #s(literal -5 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 y #s(literal -6 binary64)) #s(literal 61/46080 binary64)) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/240 binary64) (/.f64 (*.f64 #s(literal 17/40320 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (- 1 (cos (/ x y))) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
#s(approx (- 1 (cos (/ x y))) (*.f64 (fma.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 4 binary64))) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/2 binary64))) (*.f64 x x))) |
#s(approx (- 1 (cos (/ x y))) (*.f64 (fma.f64 (fma.f64 #s(literal 1/720 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal -1/24 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/2 binary64))) (*.f64 x x))) |
#s(approx (- 1 (cos (/ x y))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 8 binary64))) #s(literal -1/40320 binary64) (*.f64 #s(literal 1/720 binary64) (pow.f64 y #s(literal -6 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/24 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/2 binary64))) (*.f64 x x))) |
#s(approx (cos (/ x y)) #s(literal 1 binary64)) |
#s(approx (cos (/ x y)) (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64))) |
#s(approx (cos (/ x y)) (fma.f64 (fma.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (cos (/ x y)) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/720 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/24 binary64) (pow.f64 y #s(literal -4 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/2 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (sin (/ x y)) (/.f64 x y)) |
#s(approx (sin (/ x y)) (*.f64 (fma.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (sin (/ x y)) (*.f64 (fma.f64 (fma.f64 #s(literal 1/120 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (sin (/ x y)) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/5040 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 7 binary64))) (*.f64 #s(literal 1/120 binary64) (pow.f64 y #s(literal -5 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/6 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) x)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 5/384 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 6 binary64))) #s(literal 61/46080 binary64) (*.f64 (pow.f64 y #s(literal -4 binary64)) #s(literal 5/384 binary64))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64))) (*.f64 x x) #s(literal 1 binary64))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (pow.f64 y #s(literal -5 binary64)) #s(literal 1/240 binary64) (/.f64 (*.f64 #s(literal 17/40320 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64)))) (*.f64 x x) (*.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal 1/24 binary64))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (*.f64 (fma.f64 #s(literal -1/48 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (*.f64 (fma.f64 (fma.f64 #s(literal 1/3840 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 5 binary64))) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/645120 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 7 binary64))) (*.f64 #s(literal 1/3840 binary64) (pow.f64 y #s(literal -5 binary64)))) (*.f64 x x) (*.f64 #s(literal -1/48 binary64) (pow.f64 y #s(literal -3 binary64)))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y)) x)) |
#s(approx (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y))))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64))) |
#s(approx (cos (* 1/2 (/ x y))) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64))) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1/8 binary64))) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) (*.f64 (fma.f64 (pow.f64 y #s(literal -2 binary64)) #s(literal 1/8 binary64) (pow.f64 x #s(literal -2 binary64))) (*.f64 x x))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (tan.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) (sin.f64 (/.f64 x y)))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) |
#s(approx (- 1 (cos (/ x y))) (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) |
#s(approx (cos (/ x y)) (cos.f64 (/.f64 x y))) |
#s(approx (sin (/ x y)) (sin.f64 (/.f64 x y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1 binary64))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (tan.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y)))) |
#s(approx y y) |
#s(approx (+ (* (* (/ x y) (/ x y)) 1/8) 1) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y))) |
#s(approx (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) (*.f64 #s(literal 2 binary64) y)) |
#s(approx (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) (*.f64 #s(literal 2 binary64) y)) |
#s(approx (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))) (*.f64 #s(literal 2 binary64) y)) |
#s(approx (+ (pow y 3) (pow y 3)) (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64))) |
#s(approx (pow y 3) (pow.f64 y #s(literal 3 binary64))) |
#s(approx (+ (* y y) (- (* y y) (* y y))) (*.f64 y y)) |
#s(approx (- (* y y) (* y y)) #s(literal 0 binary64)) |
#s(approx (* y y) (*.f64 y y)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal -7/24 binary64)))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64)))) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal -7/24 binary64) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) x) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/48 binary64)) (pow.f64 y #s(literal 4 binary64))))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64)) (fma.f64 (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal -7/24 binary64) (fma.f64 #s(literal -1/1152 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/1440 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/7680 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/322560 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/96 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/48 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) x) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (fma.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (fma.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 #s(literal 1/96 binary64) (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))) x) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/48 binary64)))))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -7/24 binary64)) (*.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/32 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/1920 binary64))) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -7/24 binary64))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x))))))))))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) (-.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/384 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ 1 (cos (* 1/2 (/ x y)))) (-.f64 (fma.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/46080 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/384 binary64)) (*.f64 x x)) #s(literal 1/8 binary64) (*.f64 #s(literal 1/3072 binary64) (pow.f64 x #s(literal 6 binary64))))) (pow.f64 y #s(literal 6 binary64))) #s(literal -1 binary64) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -5/384 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
#s(approx (cos (* 1/2 (/ x y))) (+.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/384 binary64)) (pow.f64 y #s(literal 4 binary64))))) |
#s(approx (cos (* 1/2 (/ x y))) (+.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/46080 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/384 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 (*.f64 y y) x)) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 (*.f64 y y) x)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 (*.f64 y y) x)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1/645120 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal 1/384 binary64) (*.f64 #s(literal -1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal 2 binary64)) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/24 binary64) (*.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 4 binary64))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 #s(literal -1/322560 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/384 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/46080 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/384 binary64)) (*.f64 x x)) #s(literal 1/8 binary64) (*.f64 #s(literal 1/3072 binary64) (pow.f64 x #s(literal 6 binary64))))) (pow.f64 y #s(literal 6 binary64))) #s(literal -1 binary64) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -5/384 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/768 binary64) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))) y)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/92160 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64))))))))) y)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (*.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x))) y)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) y)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -1/12 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64))) (pow.f64 (*.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/12 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 1/360 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64)))) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (*.f64 x x)) (/.f64 (fma.f64 #s(literal -1/12 binary64) (*.f64 x x) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (*.f64 x x)))) (pow.f64 y #s(literal 4 binary64)))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))) (/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 11/1440 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/3840 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 x x)))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/12 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 #s(literal -1/20160 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/360 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64)) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (*.f64 x x)) (/.f64 (fma.f64 #s(literal -1/12 binary64) (*.f64 x x) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (*.f64 x x)))) (pow.f64 y #s(literal 4 binary64)))) #s(literal 2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (*.f64 x x)) (/.f64 (-.f64 (*.f64 #s(literal 1/360 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (/.f64 (fma.f64 #s(literal -1/12 binary64) (*.f64 x x) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (*.f64 x x)))) (*.f64 x x)) (/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 11/1440 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/3840 binary64))) (*.f64 x x))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal 2 binary64) (fma.f64 (*.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 11/1440 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/3840 binary64))) (*.f64 x x)) (/.f64 (fma.f64 #s(literal -1/12 binary64) (*.f64 x x) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (*.f64 x x)))) (pow.f64 y #s(literal 6 binary64)))) #s(literal 2 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal -5/48 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -1/5760 binary64) (fma.f64 #s(literal -1/10080 binary64) (pow.f64 x #s(literal 8 binary64)) (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -29/645120 binary64)))) (*.f64 (pow.f64 y #s(literal 6 binary64)) (*.f64 x x))) (/.f64 (fma.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 11/1440 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/3840 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 x x))))))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/24 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -1/12 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/24 binary64) (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/720 binary64) (*.f64 #s(literal 1/2 binary64) x)) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/6 binary64) (fma.f64 #s(literal -1/12 binary64) (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/240 binary64)) (pow.f64 y #s(literal 4 binary64))))))) y)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/24 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/40320 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/720 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/6 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/720 binary64)) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) #s(literal -1/6 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/240 binary64)))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/6 binary64) (fma.f64 #s(literal -1/12 binary64) (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) (fma.f64 #s(literal -1/10080 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/120 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/240 binary64)) (pow.f64 y #s(literal 4 binary64))))))))) y)) |
#s(approx (- 1 (cos (/ x y))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 y y)) #s(literal -1/24 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 y y))) |
#s(approx (- 1 (cos (/ x y))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 y y)) #s(literal 1/24 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 y y))) |
#s(approx (- 1 (cos (/ x y))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/40320 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal -1/2 binary64) (*.f64 x x) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/720 binary64) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y))))) (*.f64 y y))) |
#s(approx (cos (/ x y)) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) |
#s(approx (cos (/ x y)) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/720 binary64) (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64))) |
#s(approx (sin (/ x y)) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/6 binary64) x) y)) |
#s(approx (sin (/ x y)) (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/6 binary64) x) (/.f64 (*.f64 #s(literal 1/120 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64)))) y)) |
#s(approx (sin (/ x y)) (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/6 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 #s(literal 1/120 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64))))) x) y)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 (*.f64 y y) x)) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 (*.f64 y y) x)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 (*.f64 y y) x)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1/645120 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal 1/384 binary64) (*.f64 #s(literal -1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x))))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal 2 binary64)) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/24 binary64) (*.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 4 binary64))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 #s(literal -1/322560 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) x) #s(literal 2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/768 binary64) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))) y)) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/3840 binary64)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/92160 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/768 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 4 binary64))))))))) y)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (*.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x))) y)) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal -1/48 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/645120 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal 1/3840 binary64) (*.f64 #s(literal 1/2 binary64) x)))) y)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (neg.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64)))) (fma.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x) (pow.f64 y #s(literal 4 binary64))) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))) (neg.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (-.f64 (+.f64 (fma.f64 #s(literal -1/6 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/5040 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (pow.f64 y #s(literal 4 binary64))))) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x)))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)))) (fma.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (/.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) #s(literal 1/120 binary64)) (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) (/.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x))) x) (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x)))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1 binary64) (fma.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 (fma.f64 #s(literal 1/322560 binary64) (pow.f64 x #s(literal 7 binary64)) (fma.f64 #s(literal 1/7680 binary64) (pow.f64 x #s(literal 7 binary64)) (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/640 binary64)))) x) (pow.f64 y #s(literal 6 binary64))) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 7/24 binary64)) x) (*.f64 y y))) (neg.f64 (/.f64 (/.f64 (fma.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -7/640 binary64) (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/48 binary64))) x) (pow.f64 y #s(literal 4 binary64))))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y)) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/645120 binary64) (pow.f64 x #s(literal 7 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal 1/384 binary64) (*.f64 #s(literal 1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y))))) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal -2 binary64)) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/24 binary64) (*.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 4 binary64))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 #s(literal -1/322560 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/92160 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))))) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/24 binary64) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 (*.f64 #s(literal 1/12 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/720 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 y y)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/6 binary64) (fma.f64 #s(literal -1/240 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/12 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/720 binary64) (fma.f64 #s(literal 1/40320 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/24 binary64)) (*.f64 y y))))) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/720 binary64)) (fma.f64 #s(literal -1/240 binary64) (pow.f64 x #s(literal 5 binary64)) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/6 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/6 binary64) (fma.f64 #s(literal -1/240 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/10080 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 #s(literal 1/12 binary64) (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/120 binary64)))))))) y))) |
#s(approx (sin (/ x y)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/6 binary64) (neg.f64 x)) y))) |
#s(approx (sin (/ x y)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) x (fma.f64 #s(literal -1/120 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))) y))) |
#s(approx (sin (/ x y)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) x (fma.f64 #s(literal -1/120 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/5040 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y)) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal 1/1920 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (-.f64 (+.f64 (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 (pow.f64 y #s(literal 4 binary64)) x)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/645120 binary64) (pow.f64 x #s(literal 7 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (fma.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal 1/384 binary64) (*.f64 #s(literal 1/92160 binary64) (pow.f64 x #s(literal 7 binary64)))))) (*.f64 (pow.f64 y #s(literal 6 binary64)) x)) (/.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) (*.f64 y y))))) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) x) #s(literal -2 binary64)) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/24 binary64) (*.f64 #s(literal 1/1920 binary64) (pow.f64 x #s(literal 4 binary64))))) (pow.f64 y #s(literal 6 binary64)))) #s(literal -1/24 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64)) (fma.f64 #s(literal -1/322560 binary64) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal 1/1920 binary64) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) x) #s(literal -2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 x x))) (pow.f64 y #s(literal 6 binary64))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))))))))))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y))))) y))) |
#s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3840 binary64) (pow.f64 x #s(literal 5 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 #s(literal -1/768 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 x x)) (pow.f64 y #s(literal 6 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 #s(literal -1/768 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/92160 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1/24 binary64)) (pow.f64 x #s(literal 4 binary64))) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/384 binary64) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (*.f64 y y)))))))) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 y y)) #s(literal 1/48 binary64) (*.f64 #s(literal -1/2 binary64) x)) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y)))) y))) |
#s(approx (sin (/ x (/ (+ (pow y 3) (pow y 3)) (+ (* y y) (- (* y y) (* y y)))))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) x (fma.f64 #s(literal -1/3840 binary64) (/.f64 (pow.f64 x #s(literal 5 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 #s(literal 1/645120 binary64) (/.f64 (pow.f64 x #s(literal 7 binary64)) (pow.f64 y #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1/48 binary64)) (*.f64 y y))))) y))) |
Compiled 11 234 to 1 586 computations (85.9% saved)
34 alts after pruning (28 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 267 | 13 | 280 |
| Fresh | 7 | 15 | 22 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 4 | 4 |
| Total | 277 | 34 | 311 |
| Status | Accuracy | Program |
|---|---|---|
| 7.7% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64))))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 7.7% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (neg.f64 (/.f64 x y)) (/.f64 (PI.f64) #s(literal 2 binary64))))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 8.1% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (+.f64 y y)))) | |
| 8.3% | (/.f64 (/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 7.1% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 43.8% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 44.0% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (neg.f64 (/.f64 x y)) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 44.2% | (/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (+.f64 y y)))) | |
| 44.5% | (/.f64 (/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 8.1% | (/.f64 (-.f64 (pow.f64 (sin.f64 (/.f64 x y)) #s(literal -1 binary64)) (/.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) | |
| 7.6% | (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (*.f64 (sin.f64 (/.f64 x y)) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) | |
| 17.7% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))))))))) | |
| 17.3% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) (*.f64 y y))))))) | |
| 17.2% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal 0 binary64)) (-.f64 (*.f64 y y) #s(literal 0 binary64))))))) | |
| 17.5% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (exp.f64 (*.f64 (log.f64 y) #s(literal 3 binary64)))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))))) | |
| 18.8% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64)) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))))) | |
| 44.2% | (/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (+.f64 y y)))) | |
| 3.6% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (fma.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 #s(literal 1/12 binary64) (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y)))) x (*.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))))) x (*.f64 (*.f64 y (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) x)) | |
| 27.4% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) y) y)) | |
| 6.8% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 y x) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (*.f64 y (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))))) x)) | |
| 2.2% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 (/.f64 y x) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) | |
| 6.8% | #s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x)) (/.f64 (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (*.f64 y x)))) y)) | |
| 44.2% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (fma.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal 1 binary64) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 x y)))))) | |
| 43.8% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 1 binary64))))) | |
| ✓ | 44.2% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
| 56.2% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (sin.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))))) | |
| 57.0% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (/.f64 (PI.f64) #s(literal 2 binary64)))))) | |
| ✓ | 56.3% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
| 56.7% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal -1 binary64) (cos.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (PI.f64))))) | |
| 53.8% | #s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (*.f64 (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1/2 binary64)) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1/2 binary64)))) | |
| ✓ | 46.8% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
| ✓ | 51.7% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
| ✓ | 26.5% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y))) |
| ✓ | 56.6% | #s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
Compiled 2 665 to 934 computations (65% saved)
| Inputs |
|---|
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) y) y)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 (/.f64 y x) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal -1 binary64) (cos.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (PI.f64))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 #s(approx (cos (* (/ x y) 1/2)) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64))) #s(literal -1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) #s(approx (* (sin (* (/ x y) 1/2)) (+ (cos (/ x y)) 1)) (/.f64 x y)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (sin.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 #s(approx (tan (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 #s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 (tan.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 (tan.f64 (+.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)) (PI.f64))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 (tan.f64 (+.f64 #s(approx (+ (/ (/ x y) 2) (PI)) (*.f64 (+.f64 (/.f64 (PI.f64) x) (/.f64 #s(literal 1/2 binary64) y)) x)) (PI.f64))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 (cos.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (pow.f64 (sin.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (+.f64 y y)))) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (fma.f64 #s(literal -1/48 binary64) (/.f64 (*.f64 x x) (pow.f64 y #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) y)) x))) |
(/.f64 (/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (cos.f64 (/.f64 x y)) #s(literal 1 binary64))))) |
(/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (+.f64 y y)))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (+.f64 y y)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (*.f64 (sin.f64 (/.f64 x y)) (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (*.f64 (sin.f64 (*.f64 (/.f64 x y) #s(literal 1/2 binary64))) (+.f64 (sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 2 binary64)) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))))) |
(/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (/.f64 x y) (/.f64 (PI.f64) #s(literal 2 binary64))))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 (sin.f64 (/.f64 x y)) (+.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (neg.f64 (/.f64 x y)) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (sin.f64 (+.f64 (neg.f64 (/.f64 x y)) (/.f64 (PI.f64) #s(literal 2 binary64))))) (sin.f64 (/.f64 x y))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (cos.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 (neg.f64 (sin.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)))) (cos.f64 (+.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64)) (PI.f64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (*.f64 (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1/2 binary64)) (pow.f64 (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal -1/2 binary64)))) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 (sin.f64 (/.f64 x y)) (fma.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) #s(literal 1 binary64) (*.f64 (sin.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))) (cos.f64 (/.f64 x y)))))) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (exp.f64 (*.f64 (log.f64 y) #s(literal 3 binary64)))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y))))))) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal 0 binary64)) (-.f64 (*.f64 y y) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (sin.f64 (/.f64 x y)) #s(literal -1 binary64)) (/.f64 (cos.f64 (/.f64 x y)) (sin.f64 (/.f64 x y)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 y x) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (*.f64 y (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))))) x)) |
(/.f64 #s(approx (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (fma.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) x (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64))))) #s(approx (sin (/ x (* y 2))) (*.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 (sin.f64 (/.f64 x y)) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (cos.f64 (/.f64 x y))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 (+.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 (tan.f64 (/.f64 (/.f64 x y) #s(literal 2 binary64))) (tan.f64 (PI.f64))))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) (*.f64 y y))))))) |
(/.f64 (tan.f64 (/.f64 x (+.f64 y y))) (sin.f64 (/.f64 x (/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))))))))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) x)) (/.f64 (fma.f64 #s(literal 1/2 binary64) x (*.f64 (/.f64 (*.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) x) (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (*.f64 y x)))) y)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (fma.f64 (fma.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))) (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 #s(literal 1/12 binary64) (/.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) y)))) x (*.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (pow.f64 (sin.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (cos.f64 (*.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) y)) #s(literal -1/2 binary64))))) x (*.f64 (*.f64 y (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) x)) |
| Outputs |
|---|
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal -1 binary64) (cos.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 x y) (PI.f64))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
5 calls:
| 17.0ms | y |
| 16.0ms | (*.f64 y #s(literal 2 binary64)) |
| 15.0ms | (/.f64 x (*.f64 y #s(literal 2 binary64))) |
| 14.0ms | x |
| 14.0ms | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.0% | 1 | (*.f64 y #s(literal 2 binary64)) |
| 59.2% | 2 | (/.f64 x (*.f64 y #s(literal 2 binary64))) |
| 57.0% | 1 | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| 57.0% | 1 | x |
| 57.0% | 1 | y |
Compiled 23 to 21 computations (8.7% saved)
| Inputs |
|---|
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) y) y)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 (/.f64 y x) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) |
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
| Outputs |
|---|
#s(approx (/ (/ (sin (/ x y)) (+ 1 (cos (/ x y)))) (sin (/ x (* y 2)))) (/.f64 #s(literal 1 binary64) (cos.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x y))))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
1 calls:
| 2.0ms | (/.f64 x (*.f64 y #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 59.0% | 2 | (/.f64 x (*.f64 y #s(literal 2 binary64))) |
Compiled 5 to 5 computations (0% saved)
Total -35.6b remaining (-128.3%)
Threshold costs -35.6b (-128.3%)
| Inputs |
|---|
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) (*.f64 y y))) |
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) (fma.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal 1/8 binary64) #s(literal 1 binary64))) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (/.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/8 binary64) (*.f64 y y)) y) y)) |
#s(approx (/ (/ (sin (/ (/ x y) 2)) (cos (/ (/ x y) 2))) (sin (/ x (* y 2)))) (*.f64 (*.f64 (/.f64 y x) (tan.f64 (*.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) |
| Outputs |
|---|
#s(approx (/ (tan (/ x (* y 2))) (sin (/ x (* y 2)))) #s(literal 1 binary64)) |
5 calls:
| 2.0ms | (*.f64 y #s(literal 2 binary64)) |
| 2.0ms | y |
| 2.0ms | x |
| 2.0ms | (/.f64 x (*.f64 y #s(literal 2 binary64))) |
| 2.0ms | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 56.6% | 1 | x |
| 56.6% | 1 | (*.f64 y #s(literal 2 binary64)) |
| 56.6% | 1 | y |
| 56.6% | 1 | (/.f64 (tan.f64 (/.f64 x (*.f64 y #s(literal 2 binary64)))) (sin.f64 (/.f64 x (*.f64 y #s(literal 2 binary64))))) |
| 56.6% | 1 | (/.f64 x (*.f64 y #s(literal 2 binary64))) |
Compiled 23 to 21 computations (8.7% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.747174056868375e+68 | 7.807040374352481e+68 |
Compiled 12 to 13 computations (-8.3% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 6.765678062946168e+19 | 2.0832476358087214e+23 |
Compiled 12 to 13 computations (-8.3% saved)
| 1× | fuel |
Compiled 116 to 38 computations (67.2% saved)
(abs y)
(abs x)
Compiled 625 to 344 computations (45% saved)
Loading profile data...