
Time bar (total: 17.2s)
| 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 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 3 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 4 |
| 75% | 74.9% | 25% | 0.1% | 0% | 0% | 0% | 5 |
| 75% | 74.9% | 25% | 0.1% | 0% | 0% | 0% | 6 |
| 87.5% | 87.4% | 12.5% | 0.1% | 0% | 0% | 0% | 7 |
| 87.5% | 87.4% | 12.5% | 0.1% | 0% | 0% | 0% | 8 |
| 93.8% | 93.7% | 6.2% | 0.1% | 0% | 0% | 0% | 9 |
| 93.8% | 93.7% | 6.2% | 0.1% | 0% | 0% | 0% | 10 |
| 96.9% | 96.8% | 3.1% | 0.1% | 0% | 0% | 0% | 11 |
| 96.9% | 96.8% | 3.1% | 0.1% | 0% | 0% | 0% | 12 |
Compiled 10 to 7 computations (30% saved)
ival-cosh: 3.0ms (38.9% of total)ival-mult: 2.0ms (25.9% of total)ival-sin: 2.0ms (25.9% of total)ival-div: 1.0ms (13% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 798.0ms | 8256× | 0 | valid |
ival-sin: 203.0ms (43.4% of total)ival-cosh: 102.0ms (21.8% of total)ival-div: 87.0ms (18.6% of total)ival-mult: 65.0ms (13.9% of total)const: 8.0ms (1.7% of total)backward-pass: 3.0ms (0.6% of total)| 2× | egg-herbie |
| 1404× | div-sub |
| 1266× | distribute-lft-in |
| 1178× | distribute-rgt-in |
| 794× | sub-neg |
| 708× | distribute-lft-neg-in |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 46 |
| 1 | 65 | 44 |
| 2 | 192 | 44 |
| 3 | 496 | 44 |
| 4 | 1600 | 44 |
| 5 | 3321 | 44 |
| 6 | 4818 | 44 |
| 7 | 5778 | 44 |
| 8 | 6163 | 44 |
| 9 | 6264 | 44 |
| 10 | 6288 | 44 |
| 11 | 7606 | 44 |
| 0 | 6 | 7 |
| 1 | 15 | 7 |
| 2 | 30 | 7 |
| 3 | 56 | 7 |
| 4 | 90 | 7 |
| 5 | 130 | 7 |
| 6 | 205 | 7 |
| 7 | 351 | 7 |
| 8 | 713 | 7 |
| 9 | 785 | 7 |
| 10 | 828 | 7 |
| 11 | 828 | 7 |
| 0 | 828 | 7 |
| 1× | iter limit |
| 1× | saturated |
| 1× | node limit |
| Inputs |
|---|
(* (cosh x) (/ (sin y) y)) |
| Outputs |
|---|
(* (cosh x) (/ (sin y) y)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
| Inputs |
|---|
(* (cosh x) (/ (sin y) y)) |
(* (cosh (neg x)) (/ (sin y) y)) |
(* (cosh x) (/ (sin (neg y)) (neg y))) |
(neg (* (cosh (neg x)) (/ (sin y) y))) |
(neg (* (cosh x) (/ (sin (neg y)) (neg y)))) |
(* (cosh y) (/ (sin x) x)) |
| Outputs |
|---|
(* (cosh x) (/ (sin y) y)) |
(* (sin y) (/ (cosh x) y)) |
(* (cosh (neg x)) (/ (sin y) y)) |
(* (sin y) (/ (cosh x) y)) |
(* (cosh x) (/ (sin (neg y)) (neg y))) |
(* (sin y) (/ (cosh x) y)) |
(neg (* (cosh (neg x)) (/ (sin y) y))) |
(* (sin y) (/ (neg (cosh x)) y)) |
(neg (* (cosh x) (/ (sin (neg y)) (neg y)))) |
(* (sin y) (/ (neg (cosh x)) y)) |
(* (cosh y) (/ (sin x) x)) |
(abs x)
(abs y)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | (*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
| 0 | 0 | - | 0 | - | (cosh.f64 x) |
| 0 | 0 | - | 0 | - | (/.f64 (sin.f64 y) y) |
| 0 | 0 | - | 0 | - | (sin.f64 y) |
| 0 | 0 | - | 0 | - | y |
| 49.0ms | 512× | 0 | valid |
Compiled 49 to 20 computations (59.2% saved)
ival-sin: 12.0ms (45% of total)ival-cosh: 6.0ms (22.5% of total)ival-div: 4.0ms (15% of total)ival-mult: 3.0ms (11.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)Compiled 9 to 6 computations (33.3% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.9% | (*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
Compiled 9 to 6 computations (33.3% saved)
| 1× | egg-herbie |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sin.f64 y) |
| ✓ | cost-diff | 0 | (/.f64 (sin.f64 y) y) |
| ✓ | cost-diff | 0 | (cosh.f64 x) |
| ✓ | cost-diff | 0 | (*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (cosh.f64 x) |
| ✓ | accuracy | 100.0% | (*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
| ✓ | accuracy | 99.8% | (/.f64 (sin.f64 y) y) |
| 420× | *-lowering-*.f32 |
| 420× | *-lowering-*.f64 |
| 274× | times-frac |
| 236× | associate-*l* |
| 220× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 6 | 17 |
| 1 | 15 | 17 |
| 2 | 30 | 17 |
| 3 | 56 | 17 |
| 4 | 90 | 17 |
| 5 | 130 | 17 |
| 6 | 205 | 17 |
| 7 | 351 | 17 |
| 8 | 713 | 17 |
| 9 | 785 | 17 |
| 10 | 828 | 17 |
| 11 | 828 | 17 |
| 0 | 828 | 17 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(* (cosh x) (/ (sin y) y)) |
(cosh x) |
x |
(/ (sin y) y) |
(sin y) |
y |
| Outputs |
|---|
(* (cosh x) (/ (sin y) y)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(cosh x) |
(cosh.f64 x) |
x |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(sin y) |
(sin.f64 y) |
y |
| 37.0ms | 256× | 0 | valid |
Compiled 20 to 7 computations (65% saved)
ival-sin: 6.0ms (45.3% of total)ival-cosh: 3.0ms (22.6% of total)ival-div: 2.0ms (15.1% of total)ival-mult: 2.0ms (15.1% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (sin y) y)> |
#<alt (* (cosh x) (/ (sin y) y))> |
#<alt (cosh x)> |
#<alt (sin y)> |
| Outputs |
|---|
#<alt 1> |
#<alt (+ 1 (* -1/6 (pow y 2)))> |
#<alt (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))> |
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x)))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x)))))))))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt y> |
#<alt (* y (+ 1 (* -1/6 (pow y 2))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))))> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | y | @ | inf | (* (cosh x) (/ (sin y) y)) |
| 2.0ms | x | @ | inf | (* (cosh x) (/ (sin y) y)) |
| 1.0ms | y | @ | 0 | (/ (sin y) y) |
| 1.0ms | x | @ | -inf | (* (cosh x) (/ (sin y) y)) |
| 1.0ms | x | @ | 0 | (* (cosh x) (/ (sin y) y)) |
| 1× | batch-egg-rewrite |
| 5572× | *-lowering-*.f32 |
| 5572× | *-lowering-*.f64 |
| 4692× | /-lowering-/.f32 |
| 4692× | /-lowering-/.f64 |
| 1418× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 6 | 15 |
| 1 | 23 | 15 |
| 2 | 126 | 15 |
| 3 | 1023 | 15 |
| 0 | 8439 | 15 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (sin y) y) |
(* (cosh x) (/ (sin y) y)) |
(cosh x) |
(sin y) |
| Outputs |
|---|
(+.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 0 binary64)) (/.f64 (sin.f64 y) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (sin.f64 y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y))) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y))) |
(/.f64 (sin.f64 y) y) |
(/.f64 (/.f64 (sin.f64 y) y) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) (-.f64 #s(literal 0 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) (*.f64 y y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (sin.f64 y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y))) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)))) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))))) (sin.f64 y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) y)) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) (/.f64 #s(literal -1 binary64) y)) (sin.f64 y)) |
(pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y (sin.f64 y)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 y (sin.f64 y)) (/.f64 y (sin.f64 y))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 y (sin.f64 y)))) #s(literal -1 binary64)) |
(*.f64 (sin.f64 y) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (sin.f64 y) y) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (sin.f64 y))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (*.f64 (sin.f64 y) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64))) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 y y) #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (*.f64 y y))) y) |
(+.f64 (*.f64 (neg.f64 (/.f64 (cosh.f64 x) y)) #s(literal 0 binary64)) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (/.f64 (cosh.f64 x) y))) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 y (sin.f64 y)) (cosh.f64 x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))))) |
(-.f64 (/.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y))) (/.f64 (/.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 y #s(literal -2 binary64)) (sin.f64 y))) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (*.f64 y #s(literal -2 binary64)) (sin.f64 y)))) |
(fma.f64 #s(literal 0 binary64) (neg.f64 (/.f64 (cosh.f64 x) y)) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x)))) |
(fma.f64 (neg.f64 (/.f64 (cosh.f64 x) y)) #s(literal 0 binary64) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))))) |
(neg.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (*.f64 y #s(literal -2 binary64)) (sin.f64 y)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 y (sin.f64 y)))) |
(neg.f64 (*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) (/.f64 #s(literal -1/2 binary64) y))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 y (sin.f64 y)) (cosh.f64 x)))) |
(neg.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)))) |
(/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
(/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y))) |
(/.f64 #s(literal 2 binary64) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (cosh.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (sin.f64 y)) (cosh.f64 x))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (sin.f64 y))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (sin.f64 y)) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 y (sin.f64 y)) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (cosh.f64 x))))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) (*.f64 y #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x)) (*.f64 y #s(literal -2 binary64))) |
(/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) (/.f64 (*.f64 y #s(literal -2 binary64)) (sin.f64 y))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 (/.f64 y (sin.f64 y)) (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)) (+.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (expm1.f64 (*.f64 #s(literal 2 binary64) x))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 y #s(literal -2 binary64)) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) (/.f64 (sin.f64 y) y)))) |
(/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 (/.f64 y (sin.f64 y)) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 (/.f64 (*.f64 y #s(literal -2 binary64)) (sin.f64 y)) (*.f64 #s(literal -2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 y #s(literal 2 binary64)) (sinh.f64 x)) (sin.f64 y)))) |
(/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 x)) (/.f64 (sin.f64 y) y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (/.f64 (cosh.f64 x) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 y (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) (*.f64 (*.f64 y #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 y #s(literal 2 binary64)) (sinh.f64 x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 (*.f64 y #s(literal -2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 y (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))))) (*.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (neg.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))))) (*.f64 #s(literal 2 binary64) (*.f64 y (*.f64 #s(literal -2 binary64) (sinh.f64 x))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (sin.f64 y)) (*.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) y))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (*.f64 y #s(literal -2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) y)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (sin.f64 y)) (*.f64 (*.f64 y #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 (sinh.f64 x) y)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sinh.f64 x) y))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 x)) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) |
(/.f64 (/.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x)) y) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 y #s(literal -2 binary64)) (sin.f64 y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (/.f64 y (sin.f64 y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)) (*.f64 #s(literal -2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (*.f64 (/.f64 (*.f64 y #s(literal -2 binary64)) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 y (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (sin.f64 y)))) |
(/.f64 (*.f64 (cosh.f64 x) (/.f64 #s(literal 2 binary64) y)) (/.f64 #s(literal 2 binary64) (sin.f64 y))) |
(/.f64 (-.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (exp.f64 (*.f64 #s(literal 2 binary64) x))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)) (-.f64 (exp.f64 (-.f64 #s(literal 0 binary64) x)) (exp.f64 x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x)))) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal 4 binary64) (cosh.f64 x)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -4 binary64) (cosh.f64 x)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (sin.f64 y) y)) #s(literal -2 binary64))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) (/.f64 (sin.f64 y) y))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 y #s(literal 2 binary64)) (sinh.f64 x)) (sin.f64 y))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 x)) (/.f64 (sin.f64 y) y))) |
(/.f64 (/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (/.f64 y (sin.f64 y))) (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (/.f64 y (sin.f64 y))) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) |
(/.f64 (neg.f64 (/.f64 (cosh.f64 x) y)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) |
(/.f64 (/.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x)) #s(literal -1 binary64)) (*.f64 y #s(literal 2 binary64))) |
(/.f64 (/.f64 (cosh.f64 x) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (/.f64 (/.f64 (sin.f64 y) y) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (neg.f64 (/.f64 (cosh.f64 x) y)) (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (neg.f64 (/.f64 (cosh.f64 x) y)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))))) (sin.f64 y)) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) #s(literal 1/2 binary64)) (neg.f64 (*.f64 y (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (*.f64 (neg.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))))) #s(literal 1/2 binary64)) (*.f64 y (*.f64 #s(literal -2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) y))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sinh.f64 x) y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 y (sin.f64 y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) #s(literal 1/2 binary64)) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (/.f64 (*.f64 y (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (sin.f64 y))) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) #s(literal 1/2 binary64)) (*.f64 y (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) #s(literal 1/2 binary64)) (*.f64 (*.f64 y #s(literal 2 binary64)) (sinh.f64 x))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (sin.f64 y)) #s(literal 1/2 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) y)) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (sin.f64 y)) #s(literal 1/2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (sinh.f64 x) y))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) (/.f64 (sin.f64 y) y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (/.f64 (sin.f64 y) y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) (+.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (expm1.f64 (*.f64 #s(literal 2 binary64) x)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (-.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (exp.f64 (*.f64 #s(literal 2 binary64) x))) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) (-.f64 (exp.f64 (-.f64 #s(literal 0 binary64) x)) (exp.f64 x))) |
(/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (cosh.f64 x)) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (neg.f64 (/.f64 (cosh.f64 x) y))) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) (neg.f64 (/.f64 (cosh.f64 x) y))) (sin.f64 y)) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (/.f64 #s(literal 1/2 binary64) y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) (/.f64 #s(literal 1/2 binary64) y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (sin.f64 y)) (/.f64 #s(literal 1/2 binary64) y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (sin.f64 y)) (/.f64 #s(literal 1/2 binary64) y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (/.f64 #s(literal -1/2 binary64) y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (neg.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))))) (/.f64 #s(literal -1/2 binary64) y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (/.f64 #s(literal -1/2 binary64) y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (/.f64 #s(literal -1/2 binary64) y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 x)) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)))) |
(/.f64 (*.f64 (/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (/.f64 y (sin.f64 y))) #s(literal 1/2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (/.f64 y (sin.f64 y))) #s(literal 1/2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(pow.f64 (/.f64 (/.f64 y (sin.f64 y)) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 y) (/.f64 (cosh.f64 x) y)) |
(*.f64 (/.f64 (sin.f64 y) y) (cosh.f64 x)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(*.f64 (cosh.f64 x) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) |
(*.f64 #s(literal 2 binary64) (/.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 y (sin.f64 y)))) |
(*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (sin.f64 y) y))) |
(*.f64 #s(literal 2 binary64) (*.f64 (cosh.f64 x) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)))) |
(*.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) (/.f64 #s(literal 1/2 binary64) y))) |
(*.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (/.f64 #s(literal -1/2 binary64) y))) |
(*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (neg.f64 (/.f64 (cosh.f64 x) y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (cosh.f64 x))) |
(*.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) (/.f64 #s(literal -1/2 binary64) y))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x)) (/.f64 #s(literal -1/2 binary64) y)) |
(*.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y #s(literal -2 binary64)) (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 (sin.f64 y) y))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) (*.f64 (sin.f64 y) (/.f64 #s(literal -1/2 binary64) y))) |
(*.f64 #s(literal -2 binary64) (/.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (*.f64 y #s(literal 2 binary64)))) |
(*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (cosh.f64 x) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)))) |
(*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 (/.f64 #s(literal 1/2 binary64) (sinh.f64 x)) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
(*.f64 (/.f64 (cosh.f64 x) y) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y))) |
(*.f64 (/.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x)) y) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (cosh.f64 x) (/.f64 #s(literal 2 binary64) y)) (*.f64 #s(literal 1/2 binary64) (sin.f64 y))) |
(*.f64 (*.f64 (cosh.f64 x) (/.f64 #s(literal 2 binary64) y)) (/.f64 (sin.f64 y) #s(literal 2 binary64))) |
(*.f64 (*.f64 (cosh.f64 x) (/.f64 #s(literal 2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) (sin.f64 y)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (cosh.f64 x) (/.f64 #s(literal 2 binary64) y)) (/.f64 (/.f64 (sin.f64 y) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (cosh.f64 x) (/.f64 #s(literal 2 binary64) y)) (/.f64 (*.f64 #s(literal -1/2 binary64) (sin.f64 y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) y) (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) y) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) y) (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) y) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x)) y)) |
(*.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (cosh.f64 x))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (sin.f64 y) (cosh.f64 x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x)))) #s(literal -1 binary64)) |
(*.f64 (*.f64 (sin.f64 y) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) (/.f64 #s(literal 1/2 binary64) y))) |
(*.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (sin.f64 y))) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (sin.f64 y))) (/.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (*.f64 (cosh.f64 x) (/.f64 #s(literal -1/2 binary64) y))) |
(*.f64 (*.f64 #s(literal 4 binary64) (cosh.f64 x)) (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sin.f64 y)) (*.f64 (cosh.f64 x) (/.f64 #s(literal 2 binary64) y))) |
(*.f64 (/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (/.f64 y (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (/.f64 y (sin.f64 y))) (/.f64 (/.f64 #s(literal 1/2 binary64) (sinh.f64 x)) #s(literal 2 binary64))) |
(*.f64 (neg.f64 (/.f64 (cosh.f64 x) y)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (neg.f64 (/.f64 (cosh.f64 x) y)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (sin.f64 y) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) (/.f64 #s(literal 2 binary64) y))) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 y (sin.f64 y)))) |
(*.f64 (pow.f64 (/.f64 y (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 2 binary64)) (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) y)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (*.f64 y #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (sin.f64 y)) y)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 (/.f64 (sin.f64 y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) (cosh.f64 x)) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (/.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (/.f64 (/.f64 #s(literal -1 binary64) y) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (/.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (/.f64 (/.f64 (sin.f64 y) y) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (/.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1/2 binary64) (sinh.f64 x)) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 2 binary64) (*.f64 y #s(literal 2 binary64))) (*.f64 (sin.f64 y) (cosh.f64 x))) |
(*.f64 (/.f64 #s(literal 2 binary64) y) (/.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 2 binary64) y) (/.f64 (cosh.f64 x) (/.f64 #s(literal 2 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 2 binary64) y) (/.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (cosh.f64 x) (*.f64 y #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) y)) |
(*.f64 (/.f64 #s(literal 2 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (cosh.f64 x) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 #s(literal -1/2 binary64) y)) |
(*.f64 (/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) (/.f64 #s(literal 2 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) y) (/.f64 (/.f64 #s(literal 1/2 binary64) (sinh.f64 x)) (/.f64 #s(literal 2 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (*.f64 #s(literal 4 binary64) (cosh.f64 x)) y) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 2 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) y)) |
(*.f64 (/.f64 (*.f64 #s(literal 4 binary64) (cosh.f64 x)) (/.f64 y (sin.f64 y))) #s(literal 1/4 binary64)) |
(*.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) #s(literal -1 binary64)) (/.f64 (cosh.f64 x) (*.f64 y #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal -1/2 binary64) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal -1 binary64)) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) y) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (/.f64 #s(literal 1/2 binary64) (sinh.f64 x))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) y) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) y) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) y) (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (/.f64 (sin.f64 y) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (/.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(*.f64 (/.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (/.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (/.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (/.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal -1/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 y #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 y #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) (sinh.f64 x)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal 2 binary64)) #s(literal 2 binary64)) (/.f64 (cosh.f64 x) y)) |
(*.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) #s(literal 2 binary64)) (neg.f64 (/.f64 (cosh.f64 x) y))) |
(*.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal -2 binary64)) #s(literal -2 binary64)) (/.f64 (cosh.f64 x) y)) |
(*.f64 (/.f64 #s(literal -2 binary64) (/.f64 y (sin.f64 y))) (/.f64 (cosh.f64 x) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 y (sin.f64 y)) (cosh.f64 x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 y (sin.f64 y)) (cosh.f64 x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) (/.f64 (sin.f64 y) y)) |
(*.f64 (*.f64 (cosh.f64 x) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64))) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) y) #s(literal -2 binary64)) (*.f64 (cosh.f64 x) #s(literal -2 binary64))) |
(*.f64 (/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 y y) #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (*.f64 y y))) y) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (*.f64 #s(literal 1/2 binary64) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 (-.f64 #s(literal 0 binary64) x))) (*.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(+.f64 (*.f64 (exp.f64 x) #s(literal 1/2 binary64)) (*.f64 (exp.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (exp.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64)) (*.f64 (exp.f64 x) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(-.f64 (/.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) #s(literal 2 binary64)) (/.f64 (/.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) #s(literal 2 binary64))) |
(-.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (/.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) |
(cosh.f64 x) |
(fma.f64 (exp.f64 x) #s(literal 1/2 binary64) (*.f64 (exp.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64))) |
(fma.f64 (exp.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64) (*.f64 (exp.f64 x) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (exp.f64 x) (*.f64 #s(literal 1/2 binary64) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(fma.f64 #s(literal 1/2 binary64) (exp.f64 (-.f64 #s(literal 0 binary64) x)) (*.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 x)) (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal -2 binary64)) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (expm1.f64 (*.f64 #s(literal 2 binary64) x))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) |
(/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (neg.f64 (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (neg.f64 (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (sinh.f64 x)))) |
(/.f64 (+.f64 (exp.f64 (*.f64 (*.f64 x #s(literal 3 binary64)) #s(literal 3 binary64))) (exp.f64 (*.f64 (*.f64 x #s(literal -3 binary64)) #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) (+.f64 (exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64))) (expm1.f64 (*.f64 (*.f64 x #s(literal -2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64))) (exp.f64 (*.f64 (*.f64 x #s(literal -2 binary64)) #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) (-.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) |
(/.f64 (-.f64 (exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64))) (exp.f64 (*.f64 (*.f64 x #s(literal -2 binary64)) #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 4 binary64) (sinh.f64 x)) (+.f64 (exp.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 #s(literal 2 binary64) x))) (+.f64 (exp.f64 (+.f64 (*.f64 x #s(literal -2 binary64)) (*.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (exp.f64 (*.f64 #s(literal 2 binary64) x))) (*.f64 #s(literal 2 binary64) (-.f64 (exp.f64 (-.f64 #s(literal 0 binary64) x)) (exp.f64 x)))) |
(/.f64 (-.f64 (exp.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 #s(literal 2 binary64) x))) (exp.f64 (+.f64 (*.f64 x #s(literal -2 binary64)) (*.f64 x #s(literal -2 binary64))))) (*.f64 (*.f64 #s(literal 4 binary64) (sinh.f64 x)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (exp.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (cosh.f64 x)) #s(literal 4 binary64)) |
(/.f64 (*.f64 #s(literal -4 binary64) (cosh.f64 x)) #s(literal -4 binary64)) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) (+.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (expm1.f64 (*.f64 #s(literal 2 binary64) x)))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (+.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (expm1.f64 (*.f64 #s(literal 2 binary64) x)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x)))) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (exp.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (exp.f64 (-.f64 #s(literal 0 binary64) x)) (exp.f64 x))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -4 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (-.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) (exp.f64 (*.f64 #s(literal 2 binary64) x))) #s(literal 1/2 binary64)) (-.f64 (exp.f64 (-.f64 #s(literal 0 binary64) x)) (exp.f64 x))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) #s(literal -1/2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (sinh.f64 x))) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(/.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (sinh.f64 x)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(*.f64 (cosh.f64 x) (/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (cosh.f64 x)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -2 binary64) (*.f64 (cosh.f64 x) #s(literal -1/2 binary64))) |
(*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))))) |
(*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) |
(*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) (*.f64 (/.f64 #s(literal 1/2 binary64) (sinh.f64 x)) #s(literal 1/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (cosh.f64 x) #s(literal -2 binary64))) |
(*.f64 (*.f64 #s(literal 4 binary64) (cosh.f64 x)) #s(literal 1/4 binary64)) |
(*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1/2 binary64) (sinh.f64 x))) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (sinh.f64 x))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) (sinh.f64 x))) |
(*.f64 (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))) #s(literal 2 binary64)) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64)))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) (/.f64 #s(literal 1/2 binary64) (sinh.f64 x))) |
(*.f64 (/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) (+.f64 (exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64))) (pow.f64 (expm1.f64 (*.f64 x #s(literal -2 binary64))) #s(literal 3 binary64)))) (-.f64 (+.f64 (exp.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 #s(literal 2 binary64) x))) (pow.f64 (expm1.f64 (*.f64 x #s(literal -2 binary64))) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64)))) #s(literal 1/2 binary64)) (-.f64 (exp.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 #s(literal 2 binary64) x))) (pow.f64 (expm1.f64 (*.f64 x #s(literal -2 binary64))) #s(literal 2 binary64)))) (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (expm1.f64 (*.f64 x #s(literal -2 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x)))) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 (cosh.f64 x) (*.f64 #s(literal 4 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (-.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 x #s(literal -3 binary64))))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) (+.f64 (exp.f64 (*.f64 x #s(literal -2 binary64))) #s(literal 1 binary64)))) |
(+.f64 #s(literal 0 binary64) (sin.f64 y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(-.f64 (*.f64 (sin.f64 #s(literal 0 binary64)) (cos.f64 (-.f64 #s(literal 0 binary64) y))) (*.f64 (cos.f64 #s(literal 0 binary64)) (sin.f64 (-.f64 #s(literal 0 binary64) y)))) |
(sin.f64 y) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(neg.f64 (sin.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (sin.f64 y) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (neg.f64 (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))))) (sin.f64 y)) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 3 binary64))) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))))) (sin.f64 y)) |
(pow.f64 (sin.f64 y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 y) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (sin.f64 y)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal -1/2 binary64))) |
| 1× | egg-herbie |
| 21860× | accelerator-lowering-fma.f32 |
| 21860× | accelerator-lowering-fma.f64 |
| 6160× | +-lowering-+.f64 |
| 6160× | +-lowering-+.f32 |
| 4408× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 83 | 638 |
| 1 | 268 | 614 |
| 2 | 942 | 588 |
| 3 | 3145 | 569 |
| 0 | 8060 | 539 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
1 |
(+ 1 (* -1/6 (pow y 2))) |
(+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
| Outputs |
|---|
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/6 (pow y 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64))))) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(+.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y y) #s(literal -1/12 binary64)))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/12 binary64) (*.f64 (*.f64 y y) #s(literal 1/240 binary64)))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 (*.f64 (+.f64 #s(literal 1/240 binary64) (*.f64 y (*.f64 y #s(literal -1/10080 binary64)))) (*.f64 (*.f64 y y) (*.f64 y y))) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y y) #s(literal -1/12 binary64))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x)))) y) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))))))) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
Compiled 8621 to 4907 computations (43.1% saved)
15 alts after pruning (15 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 498 | 15 | 513 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 499 | 15 | 514 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.9% | (/.f64 (/.f64 (cosh.f64 x) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| 51.4% | (/.f64 (sin.f64 y) y) | |
| 99.8% | (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) | |
| ▶ | 99.8% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (cosh.f64 x))))) |
| 99.6% | (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (sin.f64 y) (cosh.f64 x)))) | |
| 50.5% | (*.f64 (/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (*.f64 y y))) y) | |
| 87.8% | (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) | |
| ▶ | 99.8% | (*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
| 99.8% | (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (cosh.f64 x))) | |
| 91.0% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (sin.f64 y) y)) | |
| ▶ | 76.7% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
| 55.3% | (*.f64 (cosh.f64 x) (/.f64 (/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))))) (sin.f64 y)) y)) | |
| 54.9% | (*.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) | |
| 63.6% | (*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) | |
| ▶ | 56.4% | (*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
Compiled 426 to 314 computations (26.3% saved)
| 1× | egg-herbie |
Found 36 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sin.f64 y) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (sin.f64 y)) |
| ✓ | cost-diff | 64 | (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (cosh.f64 x)))) |
| ✓ | cost-diff | 320 | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (cosh.f64 x))))) |
| ✓ | cost-diff | 0 | (sin.f64 y) |
| ✓ | cost-diff | 0 | (cosh.f64 x) |
| ✓ | cost-diff | 0 | (/.f64 (cosh.f64 x) y) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) x) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 #s(literal 1/2 binary64) x)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) |
| ✓ | cost-diff | 0 | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
| ✓ | cost-diff | 0 | (cosh.f64 x) |
| ✓ | cost-diff | 128 | (*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (sin.f64 y)) |
| ✓ | cost-diff | 0 | (cosh.f64 x) |
| ✓ | cost-diff | 0 | (/.f64 (cosh.f64 x) y) |
| ✓ | cost-diff | 128 | (/.f64 (/.f64 (cosh.f64 x) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| ✓ | accuracy | 100.0% | (/.f64 y (cosh.f64 x)) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal 1 binary64) (sin.f64 y)) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (cosh.f64 x))))) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (cosh.f64 x)))) |
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (cosh.f64 x) |
| ✓ | accuracy | 100.0% | (/.f64 (cosh.f64 x) y) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/2 binary64) x) |
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
| ✓ | accuracy | 99.9% | (/.f64 (sin.f64 y) y) |
| ✓ | accuracy | 100.0% | (*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (cosh.f64 x) |
| ✓ | accuracy | 100.0% | (cosh.f64 x) |
| ✓ | accuracy | 100.0% | (/.f64 (cosh.f64 x) y) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal 1 binary64) (sin.f64 y)) |
| ✓ | accuracy | 99.9% | (/.f64 (/.f64 (cosh.f64 x) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| 3152× | accelerator-lowering-fma.f32 |
| 3152× | accelerator-lowering-fma.f64 |
| 2652× | *-lowering-*.f32 |
| 2652× | *-lowering-*.f64 |
| 1362× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 96 |
| 1 | 57 | 88 |
| 2 | 175 | 88 |
| 3 | 549 | 88 |
| 4 | 1833 | 88 |
| 5 | 3556 | 88 |
| 6 | 6132 | 88 |
| 7 | 7577 | 88 |
| 0 | 8030 | 86 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (cosh x) y) (/ 1 (sin y))) |
(/ (cosh x) y) |
(cosh x) |
x |
y |
(/ 1 (sin y)) |
1 |
(sin y) |
(* (cosh x) 1) |
(* (+ 1 (* x (* 1/2 x))) (/ (sin y) y)) |
(+ 1 (* x (* 1/2 x))) |
(* x (* 1/2 x)) |
(* 1/2 x) |
1/2 |
(/ (sin y) y) |
(* (/ (cosh x) y) (sin y)) |
(/ -1 (* (/ 1 (sin y)) (neg (/ y (cosh x))))) |
-1 |
(* (/ 1 (sin y)) (neg (/ y (cosh x)))) |
(neg (/ y (cosh x))) |
(/ y (cosh x)) |
| Outputs |
|---|
(/ (/ (cosh x) y) (/ 1 (sin y))) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(/ (cosh x) y) |
(/.f64 (cosh.f64 x) y) |
(cosh x) |
(cosh.f64 x) |
x |
y |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
1 |
#s(literal 1 binary64) |
(sin y) |
(sin.f64 y) |
(* (cosh x) 1) |
(cosh.f64 x) |
(* (+ 1 (* x (* 1/2 x))) (/ (sin y) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) |
(+ 1 (* x (* 1/2 x))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* x (* 1/2 x)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(* (/ (cosh x) y) (sin y)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(/ -1 (* (/ 1 (sin y)) (neg (/ y (cosh x))))) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
-1 |
#s(literal -1 binary64) |
(* (/ 1 (sin y)) (neg (/ y (cosh x)))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(neg (/ y (cosh x))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) |
(/ y (cosh x)) |
(/.f64 y (cosh.f64 x)) |
| 47.0ms | 134× | 0 | valid |
| 186.0ms | 122× | 5 | exit |
Compiled 132 to 49 computations (62.9% saved)
backward-pass: 43.0ms (34.3% of total)ival-mult: 30.0ms (23.9% of total)ival-div: 26.0ms (20.7% of total)ival-sin: 10.0ms (8% of total)ival-cosh: 7.0ms (5.6% of total)ival-add: 4.0ms (3.2% of total)const: 3.0ms (2.4% of total)ival-neg: 2.0ms (1.6% of total)| Inputs |
|---|
#<alt (/ (/ (cosh x) y) (/ 1 (sin y)))> |
#<alt (/ 1 (sin y))> |
#<alt (/ (cosh x) y)> |
#<alt (cosh x)> |
#<alt (* (cosh x) 1)> |
#<alt (/ (sin y) y)> |
#<alt (* (+ 1 (* x (* 1/2 x))) (/ (sin y) y))> |
#<alt (sin y)> |
#<alt (* 1/2 x)> |
#<alt (* (/ (cosh x) y) (sin y))> |
#<alt (* (/ 1 (sin y)) (neg (/ y (cosh x))))> |
#<alt (/ -1 (* (/ 1 (sin y)) (neg (/ y (cosh x)))))> |
#<alt (/ y (cosh x))> |
#<alt (+ 1 (* x (* 1/2 x)))> |
#<alt (* x (* 1/2 x))> |
| Outputs |
|---|
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x)))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x)))))))))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (/ 1 y)> |
#<alt (/ (+ 1 (* 1/6 (pow y 2))) y)> |
#<alt (/ (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))) y)> |
#<alt (/ (+ 1 (* (pow y 2) (+ 1/6 (* (pow y 2) (+ 7/360 (* 31/15120 (pow y 2))))))) y)> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 y)> |
#<alt (+ (* 1/2 (/ (pow x 2) y)) (/ 1 y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y))> |
#<alt (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) y)) (* 1/24 (/ 1 y)))) (* 1/2 (/ 1 y)))) (/ 1 y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt (* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt 1> |
#<alt (+ 1 (* -1/6 (pow y 2)))> |
#<alt (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))> |
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (* 1/2 (/ (* (pow x 2) (sin y)) y))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* 1/2 (/ (* (pow x 2) (sin y)) y))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/2 (pow x 2))))> |
#<alt (+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* 1/120 (* (pow y 2) (+ 1 (* 1/2 (pow x 2)))))))))> |
#<alt (+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/120 (+ 1 (* 1/2 (pow x 2))))))))))> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt y> |
#<alt (* y (+ 1 (* -1/6 (pow y 2))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))))> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x)))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x)))))))))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (/ -2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (- (* -1/3 (/ (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 2 (/ 1 (+ (exp x) (/ 1 (exp x))))))> |
#<alt (- (* (pow y 2) (- (* -7/180 (/ (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/3 (/ 1 (+ (exp x) (/ 1 (exp x))))))) (* 2 (/ 1 (+ (exp x) (/ 1 (exp x))))))> |
#<alt (- (* (pow y 2) (- (* (pow y 2) (- (* -31/7560 (/ (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 7/180 (/ 1 (+ (exp x) (/ 1 (exp x))))))) (* 1/3 (/ 1 (+ (exp x) (/ 1 (exp x))))))) (* 2 (/ 1 (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -1 (/ y (sin y)))> |
#<alt (+ (* -1 (/ y (sin y))) (* 1/2 (/ (* (pow x 2) y) (sin y))))> |
#<alt (+ (* -1 (/ y (sin y))) (* (pow x 2) (+ (* 1/2 (/ y (sin y))) (* (pow x 2) (+ (* -1/4 (/ y (sin y))) (* 1/24 (/ y (sin y))))))))> |
#<alt (+ (* -1 (/ y (sin y))) (* (pow x 2) (+ (* 1/2 (/ y (sin y))) (* (pow x 2) (+ (* -1/4 (/ y (sin y))) (+ (* 1/24 (/ y (sin y))) (* (pow x 2) (+ (* -1/2 (+ (* -1/4 (/ y (sin y))) (* 1/24 (/ y (sin y))))) (+ (* -1/48 (/ y (sin y))) (* 1/720 (/ y (sin y))))))))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x))))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x)))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x)))))))))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt y> |
#<alt (+ y (* -1/2 (* (pow x 2) y)))> |
#<alt (+ y (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y))))> |
#<alt (+ y (* (pow x 2) (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/2 (+ (* -1/4 y) (* 1/24 y))) (+ (* -1/48 y) (* 1/720 y))))) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
66 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | y | @ | -inf | (* (+ 1 (* x (* 1/2 x))) (/ (sin y) y)) |
| 2.0ms | y | @ | inf | (* (/ 1 (sin y)) (neg (/ y (cosh x)))) |
| 1.0ms | y | @ | inf | (* (+ 1 (* x (* 1/2 x))) (/ (sin y) y)) |
| 1.0ms | x | @ | -inf | (* (/ 1 (sin y)) (neg (/ y (cosh x)))) |
| 1.0ms | x | @ | 0 | (* (/ 1 (sin y)) (neg (/ y (cosh x)))) |
| 1× | batch-egg-rewrite |
| 4392× | *-lowering-*.f32 |
| 4392× | *-lowering-*.f64 |
| 3082× | accelerator-lowering-fma.f32 |
| 3082× | accelerator-lowering-fma.f64 |
| 2794× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 86 |
| 1 | 103 | 78 |
| 2 | 715 | 78 |
| 3 | 4971 | 78 |
| 0 | 8360 | 76 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (cosh x) y) (/ 1 (sin y))) |
(/ 1 (sin y)) |
(/ (cosh x) y) |
(cosh x) |
(* (cosh x) 1) |
(/ (sin y) y) |
(* (+ 1 (* x (* 1/2 x))) (/ (sin y) y)) |
(sin y) |
(* 1/2 x) |
(* (/ (cosh x) y) (sin y)) |
(* (/ 1 (sin y)) (neg (/ y (cosh x)))) |
(/ -1 (* (/ 1 (sin y)) (neg (/ y (cosh x))))) |
(/ y (cosh x)) |
(+ 1 (* x (* 1/2 x))) |
(* x (* 1/2 x)) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (log.f64 (/.f64 (cosh.f64 x) y)) (log.f64 (sin.f64 y)))) |
(exp.f64 (+.f64 (log.f64 (sin.f64 y)) (log.f64 (/.f64 (cosh.f64 x) y)))) |
(exp.f64 (-.f64 (log.f64 (/.f64 (cosh.f64 x) y)) (-.f64 #s(literal 0 binary64) (log.f64 (sin.f64 y))))) |
(exp.f64 (-.f64 (log.f64 (sin.f64 y)) (log.f64 (/.f64 y (cosh.f64 x))))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 y (sin.f64 y))) #s(literal -1 binary64)) (*.f64 (log.f64 (cosh.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(neg.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) |
(/.f64 (/.f64 (cosh.f64 x) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
(/.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal 1 binary64)) |
(/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(/.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 (*.f64 (cosh.f64 x) (sin.f64 y)) y) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (neg.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 (/.f64 y (sin.f64 y)) #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (+.f64 (exp.f64 (*.f64 x #s(literal 2 binary64))) (expm1.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (*.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 y #s(literal 2 binary64))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (sin.f64 y) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (sin.f64 y) y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (/.f64 (sin.f64 y) y)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (sin.f64 y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) y)) #s(literal 2 binary64)) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 y (sin.f64 y))) #s(literal 2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y)))) |
(*.f64 (sin.f64 y) (/.f64 (cosh.f64 x) y)) |
(*.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (sin.f64 y) y) (cosh.f64 x)) |
(*.f64 #s(literal -1 binary64) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 y (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sin.f64 y) y))) |
(*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(*.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(*.f64 (*.f64 (cosh.f64 x) (sin.f64 y)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (sin.f64 y) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) (/.f64 (sin.f64 y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (cosh.f64 x) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (cosh.f64 x) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (sqrt.f64 (sin.f64 y))) |
(*.f64 (sqrt.f64 (sin.f64 y)) (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (sin.f64 y))) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) (/.f64 (sin.f64 y) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) (cosh.f64 x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64)))) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) (/.f64 y (cosh.f64 x))) |
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 (sin.f64 y)))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (sin.f64 y))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (sin.f64 y)) #s(literal -1/2 binary64)) (*.f64 (log.f64 (sin.f64 y)) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(/.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y)) #s(literal -1 binary64)) |
(pow.f64 (sin.f64 y) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (sin.f64 y))) |
(pow.f64 (pow.f64 (sin.f64 y) #s(literal -2 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 (cosh.f64 x) y))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (cosh.f64 x) y)) #s(literal 1 binary64))) |
(exp.f64 (-.f64 (*.f64 (log.f64 y) #s(literal -1 binary64)) (*.f64 (log.f64 (cosh.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(/.f64 (cosh.f64 x) y) |
(/.f64 (/.f64 (cosh.f64 x) y) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 y #s(literal 2 binary64))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -2 binary64))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 y #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (neg.f64 (*.f64 y #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 y #s(literal -2 binary64))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3 binary64)))) (*.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 (*.f64 x #s(literal 2 binary64))) (expm1.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (*.f64 (*.f64 y #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y)) #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) y)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (/.f64 #s(literal -1 binary64) y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) y)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (cosh.f64 x) y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y (cosh.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 (cosh.f64 x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (cosh.f64 x) y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) y)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 2 binary64))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 y #s(literal 2 binary64)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) (*.f64 y #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (cosh.f64 x)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 #s(literal 2 binary64) y) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (cosh.f64 x))) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64)) (cosh.f64 x)) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64)))) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) (/.f64 y (cosh.f64 x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (cosh.f64 x)) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (cosh.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(cosh.f64 x) |
(neg.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) #s(literal -2 binary64)) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 2 binary64))) (expm1.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) #s(literal 1 binary64)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3 binary64)))) #s(literal 1/2 binary64)) (+.f64 (exp.f64 (*.f64 x #s(literal 2 binary64))) (expm1.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(pow.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (cosh.f64 x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 #s(literal 2 binary64) (*.f64 (cosh.f64 x) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) #s(literal -1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (cosh.f64 x)) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (cosh.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(cosh.f64 x) |
(neg.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) #s(literal -2 binary64)) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 2 binary64))) (expm1.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) #s(literal 1 binary64)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3 binary64)))) #s(literal 1/2 binary64)) (+.f64 (exp.f64 (*.f64 x #s(literal 2 binary64))) (expm1.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) #s(literal 1/2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) |
(pow.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (cosh.f64 x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 #s(literal 2 binary64) (*.f64 (cosh.f64 x) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) #s(literal -1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (sin.f64 y))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (log.f64 (sin.f64 y)) (*.f64 (log.f64 y) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 y) #s(literal -1 binary64)) (log.f64 (sin.f64 y)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 (sin.f64 y))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(neg.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 (sin.f64 y) y) |
(/.f64 (/.f64 (sin.f64 y) y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y (sin.f64 y)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 y (sin.f64 y)) (/.f64 y (sin.f64 y))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 y (sin.f64 y)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) y)) |
(*.f64 (sin.f64 y) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (sin.f64 y) y) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (sqrt.f64 (sin.f64 y)) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(+.f64 (/.f64 (sin.f64 y) y) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) (/.f64 (sin.f64 y) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 y (sin.f64 y))) (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 y (sin.f64 y)))) |
(fma.f64 x (*.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (sin.f64 y) y)) (/.f64 (sin.f64 y) y)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) y) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) (/.f64 (sin.f64 y) y)) |
(fma.f64 (sin.f64 y) (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (sin.f64 y) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) |
(fma.f64 (/.f64 (sin.f64 y) y) #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (/.f64 (sin.f64 y) y) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 (sin.f64 y) y)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (/.f64 (sin.f64 y) y)) (/.f64 (sin.f64 y) y)) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x (/.f64 (sin.f64 y) y)) (/.f64 (sin.f64 y) y)) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 (sin.f64 y) y) (/.f64 (sin.f64 y) y)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal -1 binary64) y) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 1/2 binary64) (/.f64 (sin.f64 y) y)) (/.f64 (sin.f64 y) y)) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) #s(literal 1 binary64) (/.f64 (sin.f64 y) y)) |
(fma.f64 (sqrt.f64 (sin.f64 y)) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (/.f64 #s(literal -1 binary64) y) (/.f64 (sin.f64 y) y)) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (sin.f64 y)) (/.f64 #s(literal 1 binary64) y) (/.f64 (sin.f64 y) y)) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) y)) (sin.f64 y) (/.f64 (sin.f64 y) y)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y)))) |
(fma.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (*.f64 x #s(literal 1/2 binary64)) (/.f64 (sin.f64 y) y)) |
(fma.f64 (*.f64 (/.f64 (sin.f64 y) y) #s(literal 1/2 binary64)) (*.f64 x x) (/.f64 (sin.f64 y) y)) |
(fma.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 x #s(literal 1/2 binary64))) x (/.f64 (sin.f64 y) y)) |
(fma.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 x x)) #s(literal 1/2 binary64) (/.f64 (sin.f64 y) y)) |
(neg.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)))) |
(neg.f64 (/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) (neg.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (neg.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 y (sin.f64 y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 y (sin.f64 y))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (sin.f64 y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(/.f64 (/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (sin.f64 y))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) |
(/.f64 (neg.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))) (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (*.f64 (/.f64 y (sin.f64 y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (neg.f64 (/.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (sin.f64 y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (*.f64 (/.f64 y (sin.f64 y)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 y (sin.f64 y))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 y (sin.f64 y))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))))) (neg.f64 (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) y) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 y (sin.f64 y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 y (sin.f64 y)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (/.f64 y (sin.f64 y))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 (sin.f64 y) y) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) (/.f64 (sin.f64 y) y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) #s(literal 2 binary64))) (-.f64 (/.f64 (sin.f64 y) y) (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) #s(literal 2 binary64)) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (/.f64 y (sin.f64 y))) (/.f64 (sin.f64 y) y))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (/.f64 (sin.f64 y) y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (/.f64 (sin.f64 y) y)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) (/.f64 (sin.f64 y) y)) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) (neg.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (neg.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 y (sin.f64 y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 y (sin.f64 y)))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 y (sin.f64 y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 y (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y)) |
(*.f64 (sin.f64 y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y)) |
(*.f64 (sin.f64 y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (sin.f64 y) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) |
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (*.f64 (/.f64 #s(literal -1 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) (/.f64 y (sin.f64 y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 (sin.f64 y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 y (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 (sin.f64 y) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 (/.f64 (sin.f64 y) y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(*.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (neg.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) y)) |
(*.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y)) |
(*.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (neg.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y) (sin.f64 y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 y (sin.f64 y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 y (sin.f64 y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) y) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal -1 binary64)) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 y (sin.f64 y))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) (-.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 y (sin.f64 y))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 y (sin.f64 y))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 y (sin.f64 y))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) |
(exp.f64 (log.f64 (sin.f64 y))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(-.f64 (*.f64 (sin.f64 #s(literal 0 binary64)) (cos.f64 (-.f64 #s(literal 0 binary64) y))) (*.f64 (cos.f64 #s(literal 0 binary64)) (sin.f64 (-.f64 #s(literal 0 binary64) y)))) |
(sin.f64 y) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(neg.f64 (sin.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (sin.f64 y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 (sin.f64 y)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) |
(/.f64 (exp.f64 (log.f64 #s(literal -1 binary64))) (exp.f64 (log.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y))))) |
(/.f64 (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)))) (exp.f64 (log.f64 #s(literal -1 binary64)))) |
(pow.f64 (sin.f64 y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)) #s(literal -2 binary64)) |
(pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 (sin.f64 y)))) |
(pow.f64 (sqrt.f64 (sin.f64 y)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (sin.f64 y) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal 1 binary64)) (log.f64 (sin.f64 y))) |
(*.f64 #s(literal 1 binary64) (sin.f64 y)) |
(*.f64 (sin.f64 y) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (sin.f64 y)) (sqrt.f64 (sin.f64 y))) |
(*.f64 (exp.f64 (log.f64 #s(literal -1 binary64))) (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y))))) |
(*.f64 x #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) x) |
(*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (log.f64 (/.f64 (cosh.f64 x) y)) (log.f64 (sin.f64 y)))) |
(exp.f64 (+.f64 (log.f64 (sin.f64 y)) (log.f64 (/.f64 (cosh.f64 x) y)))) |
(exp.f64 (-.f64 (log.f64 (/.f64 (cosh.f64 x) y)) (-.f64 #s(literal 0 binary64) (log.f64 (sin.f64 y))))) |
(exp.f64 (-.f64 (log.f64 (sin.f64 y)) (log.f64 (/.f64 y (cosh.f64 x))))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 y (sin.f64 y))) #s(literal -1 binary64)) (*.f64 (log.f64 (cosh.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(neg.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) |
(/.f64 (/.f64 (cosh.f64 x) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
(/.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal 1 binary64)) |
(/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(/.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 (*.f64 (cosh.f64 x) (sin.f64 y)) y) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (neg.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 (/.f64 y (sin.f64 y)) #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (+.f64 (exp.f64 (*.f64 x #s(literal 2 binary64))) (expm1.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (*.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 y #s(literal 2 binary64))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (sin.f64 y) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (sin.f64 y) y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (/.f64 (sin.f64 y) y)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (sin.f64 y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) y)) #s(literal 2 binary64)) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 y (sin.f64 y))) #s(literal 2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y)))) |
(*.f64 (sin.f64 y) (/.f64 (cosh.f64 x) y)) |
(*.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (sin.f64 y) y) (cosh.f64 x)) |
(*.f64 #s(literal -1 binary64) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 y (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sin.f64 y) y))) |
(*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(*.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(*.f64 (*.f64 (cosh.f64 x) (sin.f64 y)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (sin.f64 y) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) (/.f64 (sin.f64 y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (cosh.f64 x) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (cosh.f64 x) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (sqrt.f64 (sin.f64 y))) |
(*.f64 (sqrt.f64 (sin.f64 y)) (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (sin.f64 y))) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) (/.f64 (sin.f64 y) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) (cosh.f64 x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64)))) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) (/.f64 y (cosh.f64 x))) |
(+.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 0 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(fma.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(neg.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 y (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(/.f64 (/.f64 y (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) (sin.f64 y)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y))) |
(/.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y)) (/.f64 (cosh.f64 x) y)) |
(/.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1 binary64)) |
(/.f64 (/.f64 y (sin.f64 y)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) (cosh.f64 x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64))) (*.f64 (sin.f64 y) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) (*.f64 (sin.f64 y) (/.f64 y (cosh.f64 x)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 (/.f64 y (sin.f64 y)) #s(literal -1 binary64)) (cosh.f64 x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal -2 binary64)) (*.f64 #s(literal 0 binary64) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal -2 binary64))) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64)))) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) (/.f64 y (cosh.f64 x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 y (cosh.f64 x))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) #s(literal 1 binary64)) (cosh.f64 x)) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal -1 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 y (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(*.f64 y (/.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) (sin.f64 y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(*.f64 (/.f64 y (cosh.f64 x)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (sin.f64 y))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y)) (/.f64 y (cosh.f64 x))) |
(*.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 (/.f64 y (sin.f64 y)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 (/.f64 y (sin.f64 y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) (/.f64 y (sin.f64 y))) |
(*.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) y) |
(*.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x))) (/.f64 #s(literal 2 binary64) (sin.f64 y))) |
(*.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x))) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 2 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -1 binary64)) (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x))) (sin.f64 y)) #s(literal 2 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y)) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(*.f64 (/.f64 (/.f64 y (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -2 binary64)) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(*.f64 (/.f64 (/.f64 y (sin.f64 y)) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (log.f64 (/.f64 (cosh.f64 x) y)) (log.f64 (sin.f64 y)))) |
(exp.f64 (+.f64 (log.f64 (sin.f64 y)) (log.f64 (/.f64 (cosh.f64 x) y)))) |
(exp.f64 (-.f64 (log.f64 (/.f64 (cosh.f64 x) y)) (-.f64 #s(literal 0 binary64) (log.f64 (sin.f64 y))))) |
(exp.f64 (-.f64 (log.f64 (sin.f64 y)) (log.f64 (/.f64 y (cosh.f64 x))))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 y (sin.f64 y))) #s(literal -1 binary64)) (*.f64 (log.f64 (cosh.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(neg.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) |
(/.f64 (/.f64 (cosh.f64 x) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
(/.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal 1 binary64)) |
(/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y))) |
(/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(/.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(/.f64 (*.f64 (cosh.f64 x) (sin.f64 y)) y) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (neg.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 (/.f64 y (sin.f64 y)) #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (+.f64 (exp.f64 (*.f64 x #s(literal 2 binary64))) (expm1.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 x))) (*.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sinh.f64 x)))) |
(/.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (*.f64 y #s(literal 2 binary64))) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (sin.f64 y) (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 (sin.f64 y) y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (cosh.f64 x)) (/.f64 (sin.f64 y) y)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (sin.f64 y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) y)) #s(literal 2 binary64)) |
(/.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 y (sin.f64 y))) #s(literal 2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y)))) |
(*.f64 (sin.f64 y) (/.f64 (cosh.f64 x) y)) |
(*.f64 (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (sin.f64 y) y) (cosh.f64 x)) |
(*.f64 #s(literal -1 binary64) (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 y (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)))) |
(*.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sin.f64 y) y))) |
(*.f64 #s(literal 2 binary64) (/.f64 (cosh.f64 x) (/.f64 (*.f64 y #s(literal 2 binary64)) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(*.f64 (/.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (cosh.f64 x) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(*.f64 (*.f64 (cosh.f64 x) (sin.f64 y)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y))) (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (sin.f64 y) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (sin.f64 y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) (/.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) y) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) (/.f64 (sin.f64 y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (cosh.f64 x) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (cosh.f64 x) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (cosh.f64 x) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (sqrt.f64 (sin.f64 y))) |
(*.f64 (sqrt.f64 (sin.f64 y)) (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (cosh.f64 x) (sin.f64 y)))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (sin.f64 y))) (/.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) (/.f64 (sin.f64 y) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 (cosh.f64 x) (sin.f64 y))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) (cosh.f64 x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64)))) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) (/.f64 y (cosh.f64 x))) |
(+.f64 (/.f64 y (cosh.f64 x)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) |
(exp.f64 (log.f64 (/.f64 y (cosh.f64 x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (cosh.f64 x))) #s(literal 1 binary64))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (cosh.f64 x)) #s(literal -1 binary64)) (*.f64 (log.f64 y) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(fma.f64 y (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(fma.f64 y (*.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 y (cosh.f64 x)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 y (cosh.f64 x)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 2 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) y #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) y) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)) (*.f64 y #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -2 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) #s(literal 2 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 2 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) y #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -1 binary64) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) #s(literal 2 binary64) #s(literal 0 binary64)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(/.f64 y (cosh.f64 x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) y)) |
(/.f64 (/.f64 y (cosh.f64 x)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64)) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64))) (*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) |
(/.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)) (/.f64 y (cosh.f64 x))) |
(/.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(/.f64 (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (*.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64)))) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) (/.f64 y (cosh.f64 x))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64)))) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64)))) (/.f64 y (cosh.f64 x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -3 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -2 binary64))) #s(literal -1 binary64)) (/.f64 y (cosh.f64 x))) |
(pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -1 binary64)) |
(pow.f64 (/.f64 y (cosh.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 y (cosh.f64 x)) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 y (*.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 y (cosh.f64 x))) |
(*.f64 (/.f64 y (cosh.f64 x)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (cosh.f64 x)))) |
(*.f64 #s(literal 2 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) y) |
(*.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)) (*.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(*.f64 (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -1/2 binary64))) |
(*.f64 (neg.f64 (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (cosh.f64 x) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) y) |
(*.f64 (*.f64 #s(literal -1 binary64) (/.f64 y (*.f64 #s(literal -2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (neg.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (neg.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (neg.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (neg.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 (log.f64 (*.f64 x #s(literal 1/2 binary64)))) (exp.f64 (log.f64 x)) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64))) (exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 x))) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 x))) (exp.f64 (log.f64 #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1/512 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal 1/64 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal 1/64 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64))) (neg.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal 1/64 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1/512 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal 1/64 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal 1/64 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) #s(literal 1 binary64)) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) (-.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))))) |
(exp.f64 (log.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64))) |
(pow.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1 binary64))) |
(*.f64 (*.f64 x #s(literal 1/2 binary64)) x) |
(*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (exp.f64 (log.f64 (*.f64 x #s(literal 1/2 binary64)))) (exp.f64 (log.f64 x))) |
(*.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64))) (exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 x)))) |
(*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 x))) (exp.f64 (log.f64 #s(literal 1/2 binary64)))) |
| 1× | egg-herbie |
| 16968× | accelerator-lowering-fma.f32 |
| 16968× | accelerator-lowering-fma.f64 |
| 5424× | +-lowering-+.f64 |
| 5424× | +-lowering-+.f32 |
| 5188× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 227 | 3116 |
| 1 | 746 | 3016 |
| 2 | 2597 | 2863 |
| 3 | 6774 | 2862 |
| 0 | 8495 | 2737 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/ 1 y) |
(/ (+ 1 (* 1/6 (pow y 2))) y) |
(/ (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))) y) |
(/ (+ 1 (* (pow y 2) (+ 1/6 (* (pow y 2) (+ 7/360 (* 31/15120 (pow y 2))))))) y) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 y) |
(+ (* 1/2 (/ (pow x 2) y)) (/ 1 y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) y)) (* 1/24 (/ 1 y)))) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
1 |
(+ 1 (* -1/6 (pow y 2))) |
(+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(* 1/2 (/ (* (pow x 2) (sin y)) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* 1/2 (/ (* (pow x 2) (sin y)) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/2 (pow x 2)))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* 1/120 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))))))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/120 (+ 1 (* 1/2 (pow x 2)))))))))) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(- (* -1/3 (/ (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 2 (/ 1 (+ (exp x) (/ 1 (exp x)))))) |
(- (* (pow y 2) (- (* -7/180 (/ (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/3 (/ 1 (+ (exp x) (/ 1 (exp x))))))) (* 2 (/ 1 (+ (exp x) (/ 1 (exp x)))))) |
(- (* (pow y 2) (- (* (pow y 2) (- (* -31/7560 (/ (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 7/180 (/ 1 (+ (exp x) (/ 1 (exp x))))))) (* 1/3 (/ 1 (+ (exp x) (/ 1 (exp x))))))) (* 2 (/ 1 (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -1 (/ y (sin y))) |
(+ (* -1 (/ y (sin y))) (* 1/2 (/ (* (pow x 2) y) (sin y)))) |
(+ (* -1 (/ y (sin y))) (* (pow x 2) (+ (* 1/2 (/ y (sin y))) (* (pow x 2) (+ (* -1/4 (/ y (sin y))) (* 1/24 (/ y (sin y)))))))) |
(+ (* -1 (/ y (sin y))) (* (pow x 2) (+ (* 1/2 (/ y (sin y))) (* (pow x 2) (+ (* -1/4 (/ y (sin y))) (+ (* 1/24 (/ y (sin y))) (* (pow x 2) (+ (* -1/2 (+ (* -1/4 (/ y (sin y))) (* 1/24 (/ y (sin y))))) (+ (* -1/48 (/ y (sin y))) (* 1/720 (/ y (sin y)))))))))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
y |
(+ y (* -1/2 (* (pow x 2) y))) |
(+ y (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y)))) |
(+ y (* (pow x 2) (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/2 (+ (* -1/4 y) (* 1/24 y))) (+ (* -1/48 y) (* 1/720 y))))) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* 1/2 (pow x 2))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
| Outputs |
|---|
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x (*.f64 x (/.f64 (sin.f64 y) y))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (/.f64 (sin.f64 y) y))) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 y y)))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (*.f64 (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (*.f64 y y)) (+.f64 #s(literal -1/12 binary64) (*.f64 (*.f64 y y) #s(literal 1/240 binary64))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (*.f64 y y)) (+.f64 #s(literal 1/240 binary64) (*.f64 (*.f64 y y) #s(literal -1/10080 binary64))))) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 y y))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ (+ 1 (* 1/6 (pow y 2))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) y) |
(/ (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) y) |
(/ (+ 1 (* (pow y 2) (+ 1/6 (* (pow y 2) (+ 7/360 (* 31/15120 (pow y 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 7/360 binary64) (*.f64 y (*.f64 y #s(literal 31/15120 binary64)))))))))) y) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(+ (* 1/2 (/ (pow x 2) y)) (/ 1 y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) y)) (* 1/24 (/ 1 y)))) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
(* 1/2 (/ (+ (exp x) (/ 1 (exp x))) y)) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/6 (pow y 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) |
(+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64))))) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))))) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(* 1/2 (/ (* (pow x 2) (sin y)) y)) |
(*.f64 (sin.f64 y) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x x)) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(* 1/2 (/ (* (pow x 2) (sin y)) y)) |
(*.f64 (sin.f64 y) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x x)) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/2 (pow x 2)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* 1/120 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/120 (+ 1 (* 1/2 (pow x 2)))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x (*.f64 x (/.f64 (sin.f64 y) y))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (/.f64 (sin.f64 y) y))) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 y y)))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (*.f64 (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (*.f64 y y)) (+.f64 #s(literal -1/12 binary64) (*.f64 (*.f64 y y) #s(literal 1/240 binary64))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (*.f64 y y)) (+.f64 #s(literal 1/240 binary64) (*.f64 (*.f64 y y) #s(literal -1/10080 binary64))))) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 y y))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(- (* -1/3 (/ (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 2 (/ 1 (+ (exp x) (/ 1 (exp x)))))) |
(+.f64 (/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) (/.f64 (*.f64 (*.f64 y y) #s(literal -1/3 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(- (* (pow y 2) (- (* -7/180 (/ (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/3 (/ 1 (+ (exp x) (/ 1 (exp x))))))) (* 2 (/ 1 (+ (exp x) (/ 1 (exp x)))))) |
(+.f64 (*.f64 (*.f64 y y) (+.f64 (/.f64 (*.f64 (*.f64 y y) #s(literal -7/180 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) (/.f64 #s(literal -1/3 binary64) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))))) (/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(- (* (pow y 2) (- (* (pow y 2) (- (* -31/7560 (/ (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 7/180 (/ 1 (+ (exp x) (/ 1 (exp x))))))) (* 1/3 (/ 1 (+ (exp x) (/ 1 (exp x))))))) (* 2 (/ 1 (+ (exp x) (/ 1 (exp x)))))) |
(+.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 y y) #s(literal -31/7560 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) (/.f64 #s(literal -7/180 binary64) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))))) (/.f64 #s(literal -1/3 binary64) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))))) (/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -1 (/ y (sin y))) |
(/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(+ (* -1 (/ y (sin y))) (* 1/2 (/ (* (pow x 2) y) (sin y)))) |
(*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(+ (* -1 (/ y (sin y))) (* (pow x 2) (+ (* 1/2 (/ y (sin y))) (* (pow x 2) (+ (* -1/4 (/ y (sin y))) (* 1/24 (/ y (sin y)))))))) |
(-.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 (*.f64 #s(literal -5/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(+ (* -1 (/ y (sin y))) (* (pow x 2) (+ (* 1/2 (/ y (sin y))) (* (pow x 2) (+ (* -1/4 (/ y (sin y))) (+ (* 1/24 (/ y (sin y))) (* (pow x 2) (+ (* -1/2 (+ (* -1/4 (/ y (sin y))) (* 1/24 (/ y (sin y))))) (+ (* -1/48 (/ y (sin y))) (* 1/720 (/ y (sin y)))))))))))) |
(-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 (/.f64 y (sin.f64 y)) (+.f64 (*.f64 #s(literal -5/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (/.f64 y (sin.f64 y)) #s(literal 61/720 binary64))))))) (/.f64 y (sin.f64 y))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* -2 (/ y (* (sin y) (+ (exp x) (/ 1 (exp x)))))) |
(/.f64 (*.f64 y #s(literal -2 binary64)) (*.f64 (sin.f64 y) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 y y)))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (*.f64 (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (*.f64 y y)) (+.f64 #s(literal -1/12 binary64) (*.f64 (*.f64 y y) #s(literal 1/240 binary64))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (*.f64 y y)) (+.f64 #s(literal 1/240 binary64) (*.f64 (*.f64 y y) #s(literal -1/10080 binary64))))) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 y y))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x (*.f64 x (/.f64 (sin.f64 y) y))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (/.f64 (sin.f64 y) y))) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(*.f64 (sin.f64 y) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x))) (/.f64 #s(literal 1/2 binary64) y))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
y |
(+ y (* -1/2 (* (pow x 2) y))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(+ y (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y)))) |
(-.f64 y (*.f64 (*.f64 x x) (*.f64 y (+.f64 (*.f64 #s(literal -5/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64))))) |
(+ y (* (pow x 2) (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/2 (+ (* -1/4 y) (* 1/24 y))) (+ (* -1/48 y) (* 1/720 y))))) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y)))) |
(+.f64 y (*.f64 x (*.f64 x (+.f64 (*.f64 x (*.f64 x (-.f64 (*.f64 y #s(literal 5/24 binary64)) (*.f64 x (*.f64 x (*.f64 y #s(literal 61/720 binary64))))))) (*.f64 y #s(literal -1/2 binary64)))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (neg.f64 x)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
Compiled 24965 to 13163 computations (47.3% saved)
32 alts after pruning (32 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1560 | 28 | 1588 |
| Fresh | 6 | 4 | 10 |
| Picked | 5 | 0 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1571 | 32 | 1603 |
| Status | Accuracy | Program |
|---|---|---|
| 93.2% | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) | |
| 91.1% | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) | |
| 25.9% | (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal -1/2 binary64))) | |
| 51.4% | (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) | |
| 88.5% | (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) | |
| ▶ | 76.6% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
| 76.7% | (/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) | |
| ▶ | 99.9% | (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
| 51.4% | (/.f64 (sin.f64 y) y) | |
| 51.3% | (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) | |
| 82.1% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))))))) | |
| 51.3% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) | |
| 30.9% | (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) | |
| 50.1% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) | |
| 48.6% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) | |
| 41.2% | (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) | |
| ▶ | 93.1% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (sin.f64 y)) |
| 91.0% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (sin.f64 y)) | |
| 50.5% | (*.f64 (/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (*.f64 y y))) y) | |
| 76.6% | (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) | |
| 51.3% | (*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) | |
| 88.5% | (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (sin.f64 y)) | |
| 49.5% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) | |
| 21.2% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 1/2 binary64)) y)) | |
| 53.5% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (pow.f64 (sqrt.f64 (sin.f64 y)) #s(literal 2 binary64)) y)) | |
| 76.6% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y)) | |
| 50.8% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) | |
| 44.5% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) | |
| 54.9% | (*.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) | |
| 63.6% | (*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) | |
| ▶ | 56.4% | (cosh.f64 x) |
| ▶ | 25.7% | #s(literal 1 binary64) |
Compiled 1092 to 794 computations (27.3% saved)
| 1× | egg-herbie |
Found 26 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (sin.f64 y)) |
| ✓ | cost-diff | 0 | (*.f64 x #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
| ✓ | cost-diff | 0 | (cosh.f64 x) |
| ✓ | cost-diff | 0 | (cosh.f64 x) |
| ✓ | cost-diff | 0 | (/.f64 y (cosh.f64 x)) |
| ✓ | cost-diff | 0 | (sin.f64 y) |
| ✓ | cost-diff | 0 | (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
| ✓ | accuracy | 99.9% | (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) |
| ✓ | accuracy | 99.9% | (*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
| ✓ | accuracy | 99.8% | (*.f64 x #s(literal 1/720 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (sin.f64 y)) |
| ✓ | accuracy | 100.0% | (*.f64 x #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 99.9% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
| ✓ | accuracy | 99.9% | (/.f64 y (sin.f64 y)) |
| ✓ | accuracy | 100.0% | (cosh.f64 x) |
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (cosh.f64 x) |
| ✓ | accuracy | 100.0% | (/.f64 y (cosh.f64 x)) |
| ✓ | accuracy | 99.9% | (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
| 10760× | accelerator-lowering-fma.f32 |
| 10760× | accelerator-lowering-fma.f64 |
| 5036× | *-lowering-*.f32 |
| 5036× | *-lowering-*.f64 |
| 1286× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 25 | 175 |
| 1 | 68 | 175 |
| 2 | 166 | 175 |
| 3 | 373 | 175 |
| 4 | 700 | 175 |
| 5 | 1615 | 175 |
| 6 | 2702 | 175 |
| 7 | 3735 | 175 |
| 8 | 4465 | 175 |
| 9 | 4652 | 175 |
| 10 | 5221 | 175 |
| 11 | 5654 | 175 |
| 12 | 6873 | 175 |
| 0 | 8069 | 158 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (sin y) (/ y (cosh x))) |
(sin y) |
y |
(/ y (cosh x)) |
(cosh x) |
x |
1 |
(/ (+ 1 (* x (* x 1/2))) (/ y (sin y))) |
(+ 1 (* x (* x 1/2))) |
(* x (* x 1/2)) |
(* x 1/2) |
1/2 |
(/ y (sin y)) |
(* (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (sin y)) |
(/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) |
(+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) |
(* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720)))))) |
(* x x) |
(+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))) |
(* (* x x) (+ 1/24 (* x (* x 1/720)))) |
(+ 1/24 (* x (* x 1/720))) |
1/24 |
(* x (* x 1/720)) |
(* x 1/720) |
1/720 |
| Outputs |
|---|
(/ (sin y) (/ y (cosh x))) |
(/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
(sin y) |
(sin.f64 y) |
y |
(/ y (cosh x)) |
(/.f64 y (cosh.f64 x)) |
(cosh x) |
(cosh.f64 x) |
x |
1 |
#s(literal 1 binary64) |
(/ (+ 1 (* x (* x 1/2))) (/ y (sin y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(+ 1 (* x (* x 1/2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* x (* x 1/2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* x 1/2) |
(*.f64 x #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(/ y (sin y)) |
(/.f64 y (sin.f64 y)) |
(* (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (sin y)) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) |
(+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720)))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) |
(* x x) |
(*.f64 x x) |
(+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) |
(* (* x x) (+ 1/24 (* x (* x 1/720)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) |
(+ 1/24 (* x (* x 1/720))) |
(+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) |
1/24 |
#s(literal 1/24 binary64) |
(* x (* x 1/720)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* x 1/720) |
(*.f64 x #s(literal 1/720 binary64)) |
1/720 |
#s(literal 1/720 binary64) |
| 114.0ms | 134× | 0 | valid |
| 355.0ms | 122× | 5 | exit |
Compiled 192 to 101 computations (47.4% saved)
ival-mult: 128.0ms (41.5% of total)backward-pass: 94.0ms (30.5% of total)ival-add: 33.0ms (10.7% of total)ival-cosh: 18.0ms (5.8% of total)ival-div: 15.0ms (4.9% of total)ival-sin: 15.0ms (4.9% of total)const: 6.0ms (1.9% of total)| Inputs |
|---|
#<alt (/ (sin y) (/ y (cosh x)))> |
#<alt (/ y (cosh x))> |
#<alt (cosh x)> |
#<alt (sin y)> |
#<alt (/ y (sin y))> |
#<alt (/ (+ 1 (* x (* x 1/2))) (/ y (sin y)))> |
#<alt (* x 1/2)> |
#<alt (* (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (sin y))> |
#<alt (* x 1/720)> |
#<alt (* x (* x 1/720))> |
#<alt (* (* x x) (+ 1/24 (* x (* x 1/720))))> |
#<alt (+ 1 (* x (* x 1/2)))> |
#<alt (* x (* x 1/2))> |
#<alt (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y)> |
#<alt (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720)))))))> |
#<alt (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))> |
| Outputs |
|---|
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x)))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))))))> |
#<alt (+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x)))))))))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt y> |
#<alt (+ y (* -1/2 (* (pow x 2) y)))> |
#<alt (+ y (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y))))> |
#<alt (+ y (* (pow x 2) (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/2 (+ (* -1/4 y) (* 1/24 y))) (+ (* -1/48 y) (* 1/720 y))))) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt (* 2 (/ y (+ (exp x) (/ 1 (exp x)))))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt y> |
#<alt (* y (+ 1 (* -1/6 (pow y 2))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))))> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt 1> |
#<alt (+ 1 (* 1/6 (pow y 2)))> |
#<alt (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))> |
#<alt (+ 1 (* (pow y 2) (+ 1/6 (* (pow y 2) (+ 7/360 (* 31/15120 (pow y 2)))))))> |
#<alt (/ y (sin y))> |
#<alt (/ y (sin y))> |
#<alt (/ y (sin y))> |
#<alt (/ y (sin y))> |
#<alt (/ y (sin y))> |
#<alt (/ y (sin y))> |
#<alt (/ y (sin y))> |
#<alt (/ y (sin y))> |
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (* 1/2 (/ (* (pow x 2) (sin y)) y))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* 1/2 (/ (* (pow x 2) (sin y)) y))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y))))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/2 (pow x 2))))> |
#<alt (+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* 1/120 (* (pow y 2) (+ 1 (* 1/2 (pow x 2)))))))))> |
#<alt (+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/120 (+ 1 (* 1/2 (pow x 2))))))))))> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y))> |
#<alt (* 1/720 (/ (* (pow x 6) (sin y)) y))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y)))))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y))))))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y))))))> |
#<alt (* 1/720 (/ (* (pow x 6) (sin y)) y))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y)))))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y))))))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y))))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))> |
#<alt (+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* 1/120 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))))))> |
#<alt (+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* 1/120 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))))))))> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))> |
#<alt (* 1/720 (pow x 4))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* 1/720 (pow x 4))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (/ 1 y)> |
#<alt (+ (* 1/2 (/ (pow x 2) y)) (/ 1 y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y))> |
#<alt (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) y)) (* 1/24 (/ 1 y)))) (* 1/2 (/ 1 y)))) (/ 1 y))> |
#<alt (* 1/720 (/ (pow x 6) y))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y)))))> |
#<alt (* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y)))))> |
#<alt (* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y))))))> |
#<alt (* 1/720 (/ (pow x 6) y))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y)))))> |
#<alt (* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y)))))> |
#<alt (* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y))))))> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (* 1/720 (pow x 6))> |
#<alt (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6))))))> |
#<alt (* 1/720 (pow x 6))> |
#<alt (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6))))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))> |
#<alt (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))> |
#<alt (* 1/720 (pow x 6))> |
#<alt (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* 1/720 (pow x 6))> |
#<alt (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
63 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | 0 | (* (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (sin y)) |
| 1.0ms | y | @ | inf | (* (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (sin y)) |
| 1.0ms | y | @ | -inf | (* (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (sin y)) |
| 1.0ms | y | @ | 0 | (* (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (sin y)) |
| 1.0ms | x | @ | inf | (* (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (sin y)) |
| 1× | batch-egg-rewrite |
| 5462× | accelerator-lowering-fma.f32 |
| 5462× | accelerator-lowering-fma.f64 |
| 4924× | *-lowering-*.f32 |
| 4924× | *-lowering-*.f64 |
| 4346× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 25 | 146 |
| 1 | 151 | 146 |
| 2 | 1228 | 146 |
| 0 | 8313 | 132 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (sin y) (/ y (cosh x))) |
(/ y (cosh x)) |
(cosh x) |
(sin y) |
(/ y (sin y)) |
(/ (+ 1 (* x (* x 1/2))) (/ y (sin y))) |
(* x 1/2) |
(* (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (sin y)) |
(* x 1/720) |
(* x (* x 1/720)) |
(* (* x x) (+ 1/24 (* x (* x 1/720)))) |
(+ 1 (* x (* x 1/2))) |
(* x (* x 1/2)) |
(/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) |
(+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) |
(* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720)))))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 (sin.f64 y) (cosh.f64 x)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 y) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x)))) (/.f64 (sin.f64 y) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x))))) |
(neg.f64 (/.f64 (sin.f64 y) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x))))) |
(/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
(/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (sin.f64 y) (cosh.f64 x)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 y (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (sin.f64 y)) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 (sin.f64 y) (cosh.f64 x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 (sin.f64 y) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y #s(literal 2 binary64)) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x)))) |
(/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 (sin.f64 y) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 (sin.f64 y) (cosh.f64 x))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 y #s(literal 2 binary64))) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -2 binary64))) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 #s(literal 1 binary64) (*.f64 y #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) #s(literal 2 binary64))) |
(/.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) y) |
(/.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) (*.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 y (sin.f64 y)))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 y (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 (/.f64 y (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (*.f64 (/.f64 y (sin.f64 y)) #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) (sin.f64 y)) (*.f64 #s(literal 2 binary64) y)) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (sin.f64 y)) (*.f64 #s(literal -2 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (*.f64 y #s(literal -2 binary64))) |
(/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 1 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal -2 binary64))) |
(/.f64 (*.f64 (sin.f64 y) #s(literal -1 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x)))) |
(/.f64 (neg.f64 (*.f64 (sin.f64 y) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (neg.f64 (*.f64 y #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) #s(literal -2 binary64)) |
(pow.f64 (/.f64 y (*.f64 (sin.f64 y) (cosh.f64 x))) #s(literal -1 binary64)) |
(*.f64 (sin.f64 y) (/.f64 (cosh.f64 x) y)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
(*.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sin.f64 y) y) (cosh.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (cosh.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sin.f64 y) (cosh.f64 x))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (sin.f64 y) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 (sin.f64 y) (cosh.f64 x)))))) |
(*.f64 (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) (/.f64 #s(literal 1 binary64) (*.f64 y #s(literal 2 binary64)))) |
(*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))))) |
(*.f64 (*.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (sin.f64 y) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (/.f64 (/.f64 (sin.f64 y) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (*.f64 (sin.f64 y) (cosh.f64 x))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (/.f64 (sin.f64 y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 y (*.f64 (sin.f64 y) (cosh.f64 x))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 (sin.f64 y) (cosh.f64 x))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (cosh.f64 x) y)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x)))) |
(neg.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x)))) |
(/.f64 y (cosh.f64 x)) |
(/.f64 (/.f64 y (cosh.f64 x)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 x) y)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y)))) |
(/.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) y))) |
(pow.f64 (/.f64 y (cosh.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 y (cosh.f64 x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 y (cosh.f64 x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(*.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) y) |
(*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 y (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(*.f64 (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (cosh.f64 x) y) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(cosh.f64 x) |
(neg.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (cosh.f64 x)) |
(*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -1/2 binary64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(sin.f64 y) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(/.f64 (sin.f64 y) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sin.f64 y)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sin.f64 y) y)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) |
(/.f64 y (sin.f64 y)) |
(/.f64 (/.f64 y (sin.f64 y)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) y)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(pow.f64 (/.f64 y (sin.f64 y)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (sin.f64 y) y) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 y (sin.f64 y)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 y) y) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sin.f64 y) y) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 y (sin.f64 y))) (/.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 y (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y)))) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (sin.f64 y) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 y (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) (/.f64 (sin.f64 y) y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 y (sin.f64 y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 y (sin.f64 y))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) (/.f64 (sin.f64 y) y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 y (sin.f64 y)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) (/.f64 (sin.f64 y) y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 y (sin.f64 y))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 y (sin.f64 y))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (sin.f64 y)) y) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (sin.f64 y)) (*.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (/.f64 y (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 y (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) (/.f64 y (sin.f64 y)))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (sin.f64 y)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (sin.f64 y)) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) y)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) y)) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (sin.f64 y)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) y)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (sin.f64 y)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (sin.f64 y)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64)) (sin.f64 y)) (*.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) (*.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 y (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (*.f64 y (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 y (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64))) (*.f64 y (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (*.f64 (/.f64 y (sin.f64 y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (/.f64 y (sin.f64 y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64))) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (sin.f64 y))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 y (sin.f64 y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 y (sin.f64 y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(pow.f64 (/.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (sin.f64 y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) (/.f64 (sin.f64 y) y)))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y) (sin.f64 y)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 y (sin.f64 y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 y (sin.f64 y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (sin.f64 y)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (pow.f64 (/.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 y (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) y)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 y (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) y)) |
(*.f64 (pow.f64 (/.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 y (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1/2 binary64))) |
(*.f64 x #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) x) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (sin.f64 y) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 y (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (sin.f64 y) (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (sin.f64 y)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 y (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) (/.f64 y (sin.f64 y)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 y (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 y (sin.f64 y)))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) y) (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (sin.f64 y)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (sin.f64 y)) (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (sin.f64 y)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) (/.f64 y (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 y (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)) (/.f64 y (sin.f64 y)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (sin.f64 y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (sin.f64 y)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (/.f64 #s(literal 1 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (sin.f64 y)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (/.f64 #s(literal 1 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) (sin.f64 y)) (*.f64 (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) (*.f64 (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) (*.f64 (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (sin.f64 y)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y)) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (sin.f64 y)) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (sin.f64 y)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (sin.f64 y)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) y) |
(/.f64 (neg.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) y) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (sin.f64 y))) y) |
(pow.f64 (/.f64 y (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal -1 binary64)) |
(*.f64 (sin.f64 y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y) (sin.f64 y)) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(*.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (sin.f64 y)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(*.f64 (/.f64 (sin.f64 y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (/.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (/.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) (/.f64 (sin.f64 y) y)) |
(*.f64 x #s(literal 1/720 binary64)) |
(*.f64 #s(literal 1/720 binary64) x) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(*.f64 (*.f64 x x) #s(literal 1/720 binary64)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/720 binary64)) x) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))) |
(fma.f64 x (*.f64 x #s(literal 1/24 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(fma.f64 x (*.f64 x (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(fma.f64 x (*.f64 (*.f64 x #s(literal 1/720 binary64)) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/720 binary64)) (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x #s(literal 1/720 binary64)) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/24 binary64) x) x (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) x) x (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/720 binary64))) x (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))) (+.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) #s(literal -1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) #s(literal -1/24 binary64)))) (*.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64))) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))) (*.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64)))) (*.f64 x x)))) |
(/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)))) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) #s(literal -1/24 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64))) (*.f64 x x)) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) #s(literal -1/24 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64)))) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) #s(literal -1/24 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) #s(literal -1/24 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64)))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))) (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) |
(*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 x x)) |
(*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) x) |
(*.f64 (+.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))))) |
(*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/24 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))) |
(*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) #s(literal -1/24 binary64)))))) |
(*.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/720 binary64))) #s(literal -1/24 binary64)))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/518400 binary64)))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 x x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (neg.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (neg.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1/64 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1/64 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/16 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1/64 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64))) (neg.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (*.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/2 binary64)) x) |
(*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x x) #s(literal 1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y) (/.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y)) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (neg.f64 (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (*.f64 y (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (*.f64 y (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64))) (*.f64 y (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(pow.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) y)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) y) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(*.f64 (pow.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(*.f64 (pow.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (neg.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (neg.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) x #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)))))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))))) #s(literal 1 binary64)) |
(fma.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) #s(literal 1 binary64)) |
(neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (neg.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64))) (neg.f64 (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (pow.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 x (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 x (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) x) x (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))))) (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64)))) (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 x x)))) |
(/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 x x)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 x x)) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 x x)) |
(*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) x) |
(*.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))))))) |
(*.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64)))))) |
(*.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) #s(literal -1/2 binary64)))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
| 1× | egg-herbie |
| 19074× | accelerator-lowering-fma.f32 |
| 19074× | accelerator-lowering-fma.f64 |
| 6782× | +-lowering-+.f64 |
| 6782× | +-lowering-+.f32 |
| 5012× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 250 | 3149 |
| 1 | 842 | 3062 |
| 2 | 2911 | 2869 |
| 0 | 8002 | 2676 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
y |
(+ y (* -1/2 (* (pow x 2) y))) |
(+ y (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y)))) |
(+ y (* (pow x 2) (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/2 (+ (* -1/4 y) (* 1/24 y))) (+ (* -1/48 y) (* 1/720 y))))) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
1 |
(+ 1 (* 1/6 (pow y 2))) |
(+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))) |
(+ 1 (* (pow y 2) (+ 1/6 (* (pow y 2) (+ 7/360 (* 31/15120 (pow y 2))))))) |
(/ y (sin y)) |
(/ y (sin y)) |
(/ y (sin y)) |
(/ y (sin y)) |
(/ y (sin y)) |
(/ y (sin y)) |
(/ y (sin y)) |
(/ y (sin y)) |
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(* 1/2 (/ (* (pow x 2) (sin y)) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* 1/2 (/ (* (pow x 2) (sin y)) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/2 (pow x 2)))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* 1/120 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))))))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/120 (+ 1 (* 1/2 (pow x 2)))))))))) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(* 1/720 (/ (* (pow x 6) (sin y)) y)) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y)))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y)))))) |
(* 1/720 (/ (* (pow x 6) (sin y)) y)) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y)))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y)))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* 1/120 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* 1/120 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))))))) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(* 1/720 (pow x 4)) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* 1/720 (pow x 4)) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* 1/2 (pow x 2))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(/ 1 y) |
(+ (* 1/2 (/ (pow x 2) y)) (/ 1 y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) y)) (* 1/24 (/ 1 y)))) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(* 1/720 (/ (pow x 6) y)) |
(* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y)))))) |
(* 1/720 (/ (pow x 6) y)) |
(* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y)))))) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(* 1/720 (pow x 6)) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(* 1/720 (pow x 6)) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) |
(* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) |
(* 1/720 (pow x 6)) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* 1/720 (pow x 6)) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
| Outputs |
|---|
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(+ (* -1/12 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/2 (+ (exp x) (/ 1 (exp x))))) |
(*.f64 (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 y y)))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* 1/240 (* (pow y 2) (+ (exp x) (/ 1 (exp x)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (*.f64 (*.f64 (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x))) (*.f64 y y)) (+.f64 #s(literal -1/12 binary64) (*.f64 (*.f64 y y) #s(literal 1/240 binary64))))) |
(+ (* 1/2 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/12 (+ (exp x) (/ 1 (exp x)))) (* (pow y 2) (+ (* -1/10080 (* (pow y 2) (+ (exp x) (/ 1 (exp x))))) (* 1/240 (+ (exp x) (/ 1 (exp x))))))))) |
(+.f64 (*.f64 (*.f64 (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x))) (+.f64 #s(literal 1/240 binary64) (*.f64 (*.f64 y y) #s(literal -1/10080 binary64)))) (*.f64 (*.f64 y y) (*.f64 y y))) (*.f64 (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 y y))))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+.f64 (/.f64 (sin.f64 y) y) (*.f64 x (*.f64 x (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))))) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 x (*.f64 x (sin.f64 y))) y) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y))) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 1/2 (/ (* (sin y) (+ (exp x) (/ 1 (exp x)))) y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) (sin.f64 y)) y) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
y |
(+ y (* -1/2 (* (pow x 2) y))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(+ y (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y)))) |
(+.f64 y (neg.f64 (*.f64 (*.f64 y (+.f64 (*.f64 #s(literal -5/24 binary64) (*.f64 x x)) #s(literal 1/2 binary64))) (*.f64 x x)))) |
(+ y (* (pow x 2) (- (* (pow x 2) (- (* -1 (* (pow x 2) (+ (* -1/2 (+ (* -1/4 y) (* 1/24 y))) (+ (* -1/48 y) (* 1/720 y))))) (+ (* -1/4 y) (* 1/24 y)))) (* 1/2 y)))) |
(+.f64 y (*.f64 (*.f64 x x) (+.f64 (*.f64 x (*.f64 x (-.f64 (*.f64 y #s(literal 5/24 binary64)) (*.f64 (*.f64 x x) (*.f64 y #s(literal 61/720 binary64)))))) (*.f64 y #s(literal -1/2 binary64))))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 2 (/ y (+ (exp x) (/ 1 (exp x))))) |
(/.f64 (*.f64 y #s(literal 2 binary64)) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y #s(literal 1/120 binary64))))))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)))))))))) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/6 (pow y 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) |
(+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(+ 1 (* (pow y 2) (+ 1/6 (* (pow y 2) (+ 7/360 (* 31/15120 (pow y 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 7/360 binary64) (*.f64 y (*.f64 y #s(literal 31/15120 binary64))))))))) |
(/ y (sin y)) |
(/.f64 y (sin.f64 y)) |
(/ y (sin y)) |
(/.f64 y (sin.f64 y)) |
(/ y (sin y)) |
(/.f64 y (sin.f64 y)) |
(/ y (sin y)) |
(/.f64 y (sin.f64 y)) |
(/ y (sin y)) |
(/.f64 y (sin.f64 y)) |
(/ y (sin y)) |
(/.f64 y (sin.f64 y)) |
(/ y (sin y)) |
(/.f64 y (sin.f64 y)) |
(/ y (sin y)) |
(/.f64 y (sin.f64 y)) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(* 1/2 (/ (* (pow x 2) (sin y)) y)) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) y) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(* 1/2 (/ (* (pow x 2) (sin y)) y)) |
(/.f64 (*.f64 (sin.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) y) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (/ (sin y) (* (pow x 2) y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/2 (pow x 2)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* 1/120 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y #s(literal 1/120 binary64))))))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (+ (* -1/6 (+ 1 (* 1/2 (pow x 2)))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/120 (+ 1 (* 1/2 (pow x 2)))))))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)))))) (*.f64 #s(literal -1/12 binary64) (*.f64 x x))))))) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* 1/2 (pow x 2)))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+.f64 (/.f64 (sin.f64 y) y) (*.f64 x (*.f64 x (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))))) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 x (*.f64 x (sin.f64 y))) y) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 (sin.f64 y) y))) |
(* 1/720 (/ (* (pow x 6) (sin y)) y)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) (sin.f64 y)) y) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal 1/720 binary64)) y) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal 1/720 binary64)) y) (+.f64 (*.f64 (/.f64 (sin.f64 y) y) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 (sin.f64 y) (*.f64 y (pow.f64 x #s(literal 6 binary64))))))) |
(* 1/720 (/ (* (pow x 6) (sin y)) y)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) (sin.f64 y)) y) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal 1/720 binary64)) y) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal 1/720 binary64)) y) (+.f64 (*.f64 (/.f64 (sin.f64 y) y) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 (sin.f64 y) (*.f64 y (pow.f64 x #s(literal 6 binary64))))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* 1/120 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y #s(literal 1/120 binary64)))))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* 1/120 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (/.f64 (sin.f64 y) y)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 x) |
(*.f64 x #s(literal 1/720 binary64)) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/720 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 (*.f64 #s(literal 1/24 binary64) x) x) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) |
(* 1/720 (pow x 4)) |
(*.f64 x (*.f64 x (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* 1/720 (pow x 4)) |
(*.f64 x (*.f64 x (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(+ (* 1/2 (/ (pow x 2) y)) (/ 1 y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) |
(+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) y)) (* 1/24 (/ 1 y)))) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(* 1/720 (/ (pow x 6) y)) |
(/.f64 (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) y) |
(* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/720 binary64) y) (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/720 binary64) y) (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1/2 binary64) (*.f64 y (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y)))))) |
(+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/720 binary64) y) (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1/2 binary64) (*.f64 y (*.f64 (*.f64 x x) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) y)) |
(* 1/720 (/ (pow x 6) y)) |
(/.f64 (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) y) |
(* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/720 binary64) y) (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/720 binary64) y) (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1/2 binary64) (*.f64 y (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y)))))) |
(+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/720 binary64) y) (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1/2 binary64) (*.f64 y (*.f64 (*.f64 x x) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) y)) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) y) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(* 1/720 (pow x 6)) |
(*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal 1 binary64)) |
(* 1/720 (pow x 6)) |
(*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal 1 binary64)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) |
(* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(* 1/720 (pow x 6)) |
(*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* 1/720 (pow x 6)) |
(*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
Compiled 32835 to 18801 computations (42.7% saved)
42 alts after pruning (38 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 981 | 20 | 1001 |
| Fresh | 9 | 18 | 27 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 0 | 0 |
| Total | 991 | 42 | 1033 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 93.2% | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| ▶ | 91.1% | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| 25.9% | (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal -1/2 binary64))) | |
| 51.4% | (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) | |
| 54.7% | (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 y (sin.f64 y)))) | |
| 88.5% | (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) | |
| 49.5% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) | |
| ▶ | 38.1% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
| 39.4% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) | |
| 76.5% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y)) | |
| 82.2% | (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) | |
| ✓ | 99.9% | (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
| 51.4% | (/.f64 (sin.f64 y) y) | |
| 51.3% | (/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) | |
| ▶ | 41.5% | (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
| 51.3% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) | |
| 47.7% | (+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) | |
| 50.1% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) | |
| 50.1% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) | |
| 48.6% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) | |
| 48.6% | (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) | |
| ▶ | 41.2% | (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
| 93.1% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) | |
| 60.1% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) | |
| 60.0% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) | |
| ✓ | 93.1% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (sin.f64 y)) |
| 52.2% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) | |
| 91.0% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) y) (sin.f64 y)) | |
| 76.6% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) | |
| 50.5% | (*.f64 (/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (*.f64 y y))) y) | |
| 53.0% | (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (sin.f64 y)) | |
| 76.6% | (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) | |
| 51.3% | (*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) | |
| 88.5% | (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) (sin.f64 y)) | |
| 58.0% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) | |
| 49.5% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) | |
| 21.2% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 1/2 binary64)) y)) | |
| 53.5% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (pow.f64 (sqrt.f64 (sin.f64 y)) #s(literal 2 binary64)) y)) | |
| 44.5% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) | |
| 54.9% | (*.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) | |
| ✓ | 56.4% | (cosh.f64 x) |
| ✓ | 25.7% | #s(literal 1 binary64) |
Compiled 1852 to 1315 computations (29% saved)
| 1× | egg-herbie |
Found 38 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) |
| ✓ | cost-diff | 128 | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| ✓ | cost-diff | 0 | (cosh.f64 x) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (cosh.f64 x)) |
| ✓ | cost-diff | 128 | (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
| ✓ | cost-diff | 384 | (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
| ✓ | cost-diff | 0 | (*.f64 x #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) |
| ✓ | cost-diff | 128 | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal 1 binary64) (sin.f64 y)) |
| ✓ | accuracy | 99.9% | (*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
| ✓ | accuracy | 99.9% | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| ✓ | accuracy | 99.7% | (*.f64 x #s(literal 1/24 binary64)) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
| ✓ | accuracy | 100.0% | (cosh.f64 x) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) (cosh.f64 x)) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) |
| ✓ | accuracy | 99.9% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
| ✓ | accuracy | 99.9% | (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
| ✓ | accuracy | 99.9% | (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) |
| ✓ | accuracy | 99.9% | (*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
| ✓ | accuracy | 99.9% | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| ✓ | accuracy | 99.8% | (*.f64 x #s(literal 1/720 binary64)) |
| 37472× | accelerator-lowering-fma.f32 |
| 37472× | accelerator-lowering-fma.f64 |
| 4338× | *-lowering-*.f32 |
| 4338× | *-lowering-*.f64 |
| 3352× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 44 | 325 |
| 1 | 118 | 318 |
| 2 | 285 | 314 |
| 3 | 526 | 310 |
| 4 | 793 | 310 |
| 5 | 1300 | 310 |
| 6 | 2962 | 310 |
| 7 | 4577 | 310 |
| 8 | 5708 | 310 |
| 9 | 6337 | 310 |
| 10 | 6449 | 310 |
| 11 | 6451 | 310 |
| 12 | 6662 | 310 |
| 13 | 7438 | 310 |
| 14 | 7472 | 310 |
| 15 | 7472 | 310 |
| 16 | 7521 | 310 |
| 17 | 7521 | 310 |
| 0 | 8703 | 278 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (/ 1 (sin y))) |
(/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) |
(+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) |
1 |
(* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720)))))) |
(* x x) |
x |
(+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))) |
1/2 |
(* (* x x) (+ 1/24 (* x (* x 1/720)))) |
(+ 1/24 (* x (* x 1/720))) |
1/24 |
(* x (* x 1/720)) |
(* x 1/720) |
1/720 |
y |
(/ 1 (sin y)) |
(sin y) |
(+ 1 (* 1/2 (* x x))) |
(* 1/2 (* x x)) |
(/ (+ 1 (* x (* x 1/2))) (+ 1 (* (* y y) (+ 1/6 (* (* y y) 7/360))))) |
(+ 1 (* x (* x 1/2))) |
(* x (* x 1/2)) |
(* x 1/2) |
(+ 1 (* (* y y) (+ 1/6 (* (* y y) 7/360)))) |
(* (* y y) (+ 1/6 (* (* y y) 7/360))) |
(* y y) |
(+ 1/6 (* (* y y) 7/360)) |
1/6 |
(* (* y y) 7/360) |
7/360 |
(/ -1 (- 0 (/ 1 (cosh x)))) |
-1 |
(- 0 (/ 1 (cosh x))) |
0 |
(/ 1 (cosh x)) |
(cosh x) |
(/ (/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y) (/ 1 (sin y))) |
(/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y) |
(+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) |
(* (* x x) (+ 1/2 (* x (* x 1/24)))) |
(+ 1/2 (* x (* x 1/24))) |
(* x (* x 1/24)) |
(* x 1/24) |
| Outputs |
|---|
(/ (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (/ 1 (sin y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) (/.f64 y (sin.f64 y))) |
(/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) |
(+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
1 |
#s(literal 1 binary64) |
(* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720)))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) |
(* x x) |
(*.f64 x x) |
x |
(+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))) |
1/2 |
#s(literal 1/2 binary64) |
(* (* x x) (+ 1/24 (* x (* x 1/720)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))) |
(+ 1/24 (* x (* x 1/720))) |
(+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))) |
1/24 |
#s(literal 1/24 binary64) |
(* x (* x 1/720)) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(* x 1/720) |
(*.f64 x #s(literal 1/720 binary64)) |
1/720 |
#s(literal 1/720 binary64) |
y |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(sin y) |
(sin.f64 y) |
(+ 1 (* 1/2 (* x x))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* 1/2 (* x x)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(/ (+ 1 (* x (* x 1/2))) (+ 1 (* (* y y) (+ 1/6 (* (* y y) 7/360))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 y (*.f64 y #s(literal 7/360 binary64))))))) |
(+ 1 (* x (* x 1/2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* x (* x 1/2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* x 1/2) |
(*.f64 x #s(literal 1/2 binary64)) |
(+ 1 (* (* y y) (+ 1/6 (* (* y y) 7/360)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 y (*.f64 y #s(literal 7/360 binary64)))))) |
(* (* y y) (+ 1/6 (* (* y y) 7/360))) |
(*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 y (*.f64 y #s(literal 7/360 binary64))))) |
(* y y) |
(*.f64 y y) |
(+ 1/6 (* (* y y) 7/360)) |
(+.f64 #s(literal 1/6 binary64) (*.f64 y (*.f64 y #s(literal 7/360 binary64)))) |
1/6 |
#s(literal 1/6 binary64) |
(* (* y y) 7/360) |
(*.f64 y (*.f64 y #s(literal 7/360 binary64))) |
7/360 |
#s(literal 7/360 binary64) |
(/ -1 (- 0 (/ 1 (cosh x)))) |
(cosh.f64 x) |
-1 |
#s(literal -1 binary64) |
(- 0 (/ 1 (cosh x))) |
(/.f64 #s(literal -1 binary64) (cosh.f64 x)) |
0 |
#s(literal 0 binary64) |
(/ 1 (cosh x)) |
(/.f64 #s(literal 1 binary64) (cosh.f64 x)) |
(cosh x) |
(cosh.f64 x) |
(/ (/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y) (/ 1 (sin y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (/.f64 y (sin.f64 y))) |
(/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) |
(+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(* (* x x) (+ 1/2 (* x (* x 1/24)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))) |
(+ 1/2 (* x (* x 1/24))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(* x (* x 1/24)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* x 1/24) |
(*.f64 x #s(literal 1/24 binary64)) |
| 160.0ms | 134× | 0 | valid |
| 800.0ms | 122× | 5 | exit |
Compiled 351 to 202 computations (42.5% saved)
backward-pass: 305.0ms (44.6% of total)ival-mult: 188.0ms (27.5% of total)ival-add: 80.0ms (11.7% of total)ival-div: 54.0ms (7.9% of total)ival-cosh: 22.0ms (3.2% of total)const: 14.0ms (2% of total)ival-sin: 11.0ms (1.6% of total)ival-sub: 9.0ms (1.3% of total)| Inputs |
|---|
#<alt (* x 1/720)> |
#<alt (/ (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (/ 1 (sin y)))> |
#<alt (* x (* x 1/720))> |
#<alt (* (* x x) (+ 1/24 (* x (* x 1/720))))> |
#<alt (* 1/2 (* x x))> |
#<alt (* x x)> |
#<alt (+ 1 (* 1/2 (* x x)))> |
#<alt (* (* y y) 7/360)> |
#<alt (* (* y y) (+ 1/6 (* (* y y) 7/360)))> |
#<alt (/ (+ 1 (* x (* x 1/2))) (+ 1 (* (* y y) (+ 1/6 (* (* y y) 7/360)))))> |
#<alt (+ 1/6 (* (* y y) 7/360))> |
#<alt (/ 1 (cosh x))> |
#<alt (/ -1 (- 0 (/ 1 (cosh x))))> |
#<alt (cosh x)> |
#<alt (- 0 (/ 1 (cosh x)))> |
#<alt (* x 1/24)> |
#<alt (/ (/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y) (/ 1 (sin y)))> |
#<alt (* x (* x 1/24))> |
#<alt (/ 1 (sin y))> |
#<alt (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y)> |
#<alt (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720)))))))> |
#<alt (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))> |
#<alt (+ 1 (* x (* x 1/2)))> |
#<alt (* x (* x 1/2))> |
#<alt (* x 1/2)> |
#<alt (/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y)> |
#<alt (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24)))))> |
#<alt (* (* x x) (+ 1/2 (* x (* x 1/24))))> |
| Outputs |
|---|
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (* 1/720 x)> |
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y))> |
#<alt (* 1/720 (/ (* (pow x 6) (sin y)) y))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y)))))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y))))))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y))))))> |
#<alt (* 1/720 (/ (* (pow x 6) (sin y)) y))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y)))))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y))))))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y))))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))> |
#<alt (+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* 1/120 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))))))> |
#<alt (+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* 1/120 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))))))))> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y)> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/720 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))> |
#<alt (* 1/720 (pow x 4))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* 1/720 (pow x 4))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* 1/6 (pow y 2))> |
#<alt (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))> |
#<alt (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))> |
#<alt (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))> |
#<alt (* 7/360 (pow y 4))> |
#<alt (* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* 7/360 (pow y 4))> |
#<alt (* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))> |
#<alt (+ (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))> |
#<alt (+ (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))> |
#<alt (+ (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))> |
#<alt (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))> |
#<alt (* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))))> |
#<alt (* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))))> |
#<alt (* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))))> |
#<alt (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))> |
#<alt (* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))))> |
#<alt (* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))))> |
#<alt (* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))))))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/2 (pow x 2))))> |
#<alt (+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (- (* -1 (* (pow y 2) (+ (* -1/36 (+ 1 (* 1/2 (pow x 2)))) (* 7/360 (+ 1 (* 1/2 (pow x 2))))))) (* 1/6 (+ 1 (* 1/2 (pow x 2))))))))> |
#<alt (+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (- (* (pow y 2) (- (* -1 (* (pow y 2) (+ (* -1/6 (+ (* -1/36 (+ 1 (* 1/2 (pow x 2)))) (* 7/360 (+ 1 (* 1/2 (pow x 2)))))) (* -7/2160 (+ 1 (* 1/2 (pow x 2))))))) (+ (* -1/36 (+ 1 (* 1/2 (pow x 2)))) (* 7/360 (+ 1 (* 1/2 (pow x 2))))))) (* 1/6 (+ 1 (* 1/2 (pow x 2))))))))> |
#<alt (* 360/7 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4)))> |
#<alt (/ (+ (* -21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (pow y 4))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))) (pow y 4))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2)))) (pow y 4))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -7776000/343 (+ 1 (* 1/2 (pow x 2)))) (* -60/7 (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))))) (pow y 6))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (+ (* -1296000/343 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) (+ (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 129600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4)))))) (pow y 4))> |
#<alt (* 360/7 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4)))> |
#<alt (/ (+ (* -21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (pow y 4))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))) (pow y 4))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2)))) (pow y 4))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -7776000/343 (+ 1 (* 1/2 (pow x 2)))) (* -60/7 (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))))) (pow y 6))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (+ (* -1296000/343 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) (+ (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 129600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4)))))) (pow y 4))> |
#<alt 1/6> |
#<alt (+ 1/6 (* 7/360 (pow y 2)))> |
#<alt (+ 1/6 (* 7/360 (pow y 2)))> |
#<alt (+ 1/6 (* 7/360 (pow y 2)))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* 7/360 (pow y 2))> |
#<alt (* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2)))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (- (* 5/24 (pow x 2)) 1/2)))> |
#<alt (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 5/24 (* -61/720 (pow x 2)))) 1/2)))> |
#<alt (/ 2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ 2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ 2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ 2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ 2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ 2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ 2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ 2 (+ (exp x) (/ 1 (exp x))))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/2 (+ (exp x) (/ 1 (exp x))))> |
#<alt -1> |
#<alt (- (* 1/2 (pow x 2)) 1)> |
#<alt (- (* (pow x 2) (+ 1/2 (* -5/24 (pow x 2)))) 1)> |
#<alt (- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 61/720 (pow x 2)) 5/24)))) 1)> |
#<alt (/ -2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ -2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ -2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ -2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ -2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ -2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ -2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (/ -2 (+ (exp x) (/ 1 (exp x))))> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (* 1/24 x)> |
#<alt (/ (sin y) y)> |
#<alt (+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y))> |
#<alt (* 1/24 (/ (* (pow x 4) (sin y)) y))> |
#<alt (* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (* 1/2 (/ (sin y) (* (pow x 2) y)))))> |
#<alt (* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y)))))> |
#<alt (* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y)))))> |
#<alt (* 1/24 (/ (* (pow x 4) (sin y)) y))> |
#<alt (* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (* 1/2 (/ (sin y) (* (pow x 2) y)))))> |
#<alt (* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y)))))> |
#<alt (* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))> |
#<alt (+ 1 (+ (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) (* 1/120 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))))))))> |
#<alt (+ 1 (+ (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) (* 1/120 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))))))))> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y)> |
#<alt (/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y)> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (* 1/24 (pow x 2))> |
#<alt (/ 1 y)> |
#<alt (/ (+ 1 (* 1/6 (pow y 2))) y)> |
#<alt (/ (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))) y)> |
#<alt (/ (+ 1 (* (pow y 2) (+ 1/6 (* (pow y 2) (+ 7/360 (* 31/15120 (pow y 2))))))) y)> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 (sin y))> |
#<alt (/ 1 y)> |
#<alt (+ (* 1/2 (/ (pow x 2) y)) (/ 1 y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y))> |
#<alt (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) y)) (* 1/24 (/ 1 y)))) (* 1/2 (/ 1 y)))) (/ 1 y))> |
#<alt (* 1/720 (/ (pow x 6) y))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y)))))> |
#<alt (* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y)))))> |
#<alt (* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y))))))> |
#<alt (* 1/720 (/ (pow x 6) y))> |
#<alt (* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y)))))> |
#<alt (* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y)))))> |
#<alt (* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y))))))> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y)> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))> |
#<alt (* 1/720 (pow x 6))> |
#<alt (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6))))))> |
#<alt (* 1/720 (pow x 6))> |
#<alt (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6))))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))> |
#<alt (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))> |
#<alt (* 1/720 (pow x 6))> |
#<alt (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* 1/720 (pow x 6))> |
#<alt (* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2))))))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 (pow x 2))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (/ 1 y)> |
#<alt (+ (* 1/2 (/ (pow x 2) y)) (/ 1 y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y))> |
#<alt (+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y))> |
#<alt (* 1/24 (/ (pow x 4) y))> |
#<alt (* (pow x 4) (+ (* 1/24 (/ 1 y)) (* 1/2 (/ 1 (* (pow x 2) y)))))> |
#<alt (* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y)))))> |
#<alt (* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y)))))> |
#<alt (* 1/24 (/ (pow x 4) y))> |
#<alt (* (pow x 4) (+ (* 1/24 (/ 1 y)) (* 1/2 (/ 1 (* (pow x 2) y)))))> |
#<alt (* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y)))))> |
#<alt (* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y)))))> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt (/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y)> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))> |
#<alt (* 1/24 (pow x 4))> |
#<alt (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4)))))> |
#<alt (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4)))))> |
#<alt (* 1/24 (pow x 4))> |
#<alt (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4)))))> |
#<alt (* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4)))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))> |
#<alt (* 1/24 (pow x 4))> |
#<alt (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* 1/24 (pow x 4))> |
#<alt (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2)))))> |
99 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | x | @ | 0 | (/ (+ 1 (* x (* x 1/2))) (+ 1 (* (* y y) (+ 1/6 (* (* y y) 7/360))))) |
| 2.0ms | y | @ | inf | (/ (/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y) (/ 1 (sin y))) |
| 1.0ms | y | @ | -inf | (/ (+ 1 (* x (* x 1/2))) (+ 1 (* (* y y) (+ 1/6 (* (* y y) 7/360))))) |
| 1.0ms | x | @ | -inf | (* x (* x 1/24)) |
| 1.0ms | y | @ | -inf | (/ (/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y) (/ 1 (sin y))) |
| 1× | batch-egg-rewrite |
| 5820× | accelerator-lowering-fma.f32 |
| 5820× | accelerator-lowering-fma.f64 |
| 4542× | *-lowering-*.f32 |
| 4542× | *-lowering-*.f64 |
| 3938× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 44 | 270 |
| 1 | 290 | 255 |
| 2 | 2417 | 255 |
| 0 | 8774 | 229 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x 1/720) |
(/ (/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) (/ 1 (sin y))) |
(* x (* x 1/720)) |
(* (* x x) (+ 1/24 (* x (* x 1/720)))) |
(* 1/2 (* x x)) |
(* x x) |
(+ 1 (* 1/2 (* x x))) |
(* (* y y) 7/360) |
(* (* y y) (+ 1/6 (* (* y y) 7/360))) |
(/ (+ 1 (* x (* x 1/2))) (+ 1 (* (* y y) (+ 1/6 (* (* y y) 7/360))))) |
(+ 1/6 (* (* y y) 7/360)) |
(/ 1 (cosh x)) |
(/ -1 (- 0 (/ 1 (cosh x)))) |
(cosh x) |
(- 0 (/ 1 (cosh x))) |
(* x 1/24) |
(/ (/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y) (/ 1 (sin y))) |
(* x (* x 1/24)) |
(/ 1 (sin y)) |
(/ (+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) y) |
(+ 1 (* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720))))))) |
(* (* x x) (+ 1/2 (* (* x x) (+ 1/24 (* x (* x 1/720)))))) |
(+ 1 (* x (* x 1/2))) |
(* x (* x 1/2)) |
(* x 1/2) |
(/ (+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) y) |
(+ 1 (* (* x x) (+ 1/2 (* x (* x 1/24))))) |
(* (* x x) (+ 1/2 (* x (* x 1/24)))) |
| Outputs |
|---|
(*.f64 x #s(literal 1/720 binary64)) |
(*.f64 #s(literal 1/720 binary64) x) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y)) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (neg.f64 (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (neg.f64 (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (neg.f64 (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (sin.f64 y)) y) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(/.f64 (neg.f64 (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (sin.f64 y))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (sin.f64 y))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) (sin.f64 y)) |
(*.f64 (sin.f64 y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y)) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (sin.f64 y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 #s(literal 1 binary64) y)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))))) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal -1 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal -1 binary64)) (/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) (/.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (/.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(*.f64 x (*.f64 x #s(literal 1/720 binary64))) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/720 binary64)) x) |
(*.f64 (*.f64 x x) #s(literal 1/720 binary64)) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))) |
(fma.f64 x (*.f64 x #s(literal 1/24 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(fma.f64 x (*.f64 x (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 x (*.f64 (*.f64 x #s(literal 1/720 binary64)) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/720 binary64)) (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 1/24 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(fma.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/24 binary64)) x (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) x) x (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/720 binary64))) x (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)))) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/518400 binary64)))) (-.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64))) (*.f64 x x)) (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/518400 binary64))) (*.f64 x x)) (-.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64))))) (neg.f64 (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/518400 binary64))))) (neg.f64 (-.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64))) (*.f64 x x))) (neg.f64 (+.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal 1/720 binary64) (*.f64 x x)) #s(literal 1/24 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/518400 binary64))) (*.f64 x x))) (neg.f64 (-.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/373248000 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64))) (-.f64 (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/720 binary64)) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 x x)) |
(*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) x) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x x) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x #s(literal 1/2 binary64)) x) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 y (*.f64 y #s(literal 7/360 binary64))) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(*.f64 #s(literal 7/360 binary64) (*.f64 y y)) |
(*.f64 (*.f64 y #s(literal 7/360 binary64)) y) |
(+.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) |
(+.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(+.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) (-.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) (/.f64 (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) (-.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(fma.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) |
(fma.f64 y (*.f64 y #s(literal 1/6 binary64)) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(fma.f64 y (*.f64 (*.f64 y #s(literal 7/360 binary64)) (*.f64 y y)) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 y y) #s(literal 1/6 binary64) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(fma.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 y y) (*.f64 y y)) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (*.f64 y y) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(fma.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) #s(literal 1 binary64) (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 y (*.f64 y y)) (*.f64 y #s(literal 7/360 binary64)) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 7/360 binary64) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) y) y (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/6 binary64) y) y (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64)) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))))) (+.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) (-.f64 (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) (-.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(/.f64 (*.f64 (*.f64 y y) (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (*.f64 y y) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)))) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64))) (*.f64 y y)) (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64))) (*.f64 y y)) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64)) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y)))))) (neg.f64 (+.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) (-.f64 (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))))) (neg.f64 (-.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y y) (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64))))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y y) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64))))) (neg.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64))) (*.f64 y y))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64))) (*.f64 y y))) (neg.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64)) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y)))) (*.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))))) (+.f64 (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) (-.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (*.f64 y (*.f64 y #s(literal 1/6 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y #s(literal 1/6 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 y (*.f64 y #s(literal 1/6 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 y (*.f64 y (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) #s(literal 1 binary64)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) (*.f64 y y)) |
(*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) y) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y y)) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 y y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) (/.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64))))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) |
(-.f64 (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) |
(fma.f64 y (*.f64 y #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 y y) #s(literal 7/360 binary64) #s(literal 1/6 binary64)) |
(fma.f64 #s(literal 7/360 binary64) (*.f64 y y) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 y #s(literal 7/360 binary64)) y #s(literal 1/6 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)))))) |
(/.f64 (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64))) (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) (-.f64 #s(literal 1/36 binary64) (*.f64 #s(literal 7/2160 binary64) (*.f64 y y))))) |
(/.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64))) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64)))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) (-.f64 #s(literal 1/36 binary64) (*.f64 #s(literal 7/2160 binary64) (*.f64 y y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)))) (neg.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) #s(literal 1/36 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (*.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)))) (*.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64))))) (neg.f64 (neg.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) #s(literal 1/36 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) (*.f64 (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal 343/46656000 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) (-.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 49/129600 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 (cosh.f64 x)))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -1 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (*.f64 #s(literal -1 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(fma.f64 (cosh.f64 x) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (cosh.f64 x) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (pow.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (cosh.f64 x) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal 2 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3/2 binary64)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) #s(literal 0 binary64)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (cosh.f64 x)) |
(/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(/.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) |
(/.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))))) |
(/.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (neg.f64 (*.f64 #s(literal -1 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (*.f64 #s(literal -1 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) |
(/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))))) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (neg.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64)))) (neg.f64 (+.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal 0 binary64))))) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) #s(literal 0 binary64)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64)))) (+.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))))) |
(pow.f64 (cosh.f64 x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 (cosh.f64 x) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal 1 binary64))) |
(*.f64 (cosh.f64 x) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (pow.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (cosh.f64 x)) |
(*.f64 (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal 2 binary64)) |
(*.f64 (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3/2 binary64)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(exp.f64 (log.f64 (cosh.f64 x))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (cosh.f64 x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) #s(literal -1 binary64))) |
(cosh.f64 x) |
(neg.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) |
(/.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(pow.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (cosh.f64 x)) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 (pow.f64 (cosh.f64 x) #s(literal 3 binary64)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(exp.f64 (log.f64 (cosh.f64 x))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (cosh.f64 x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (cosh.f64 x) #s(literal -1 binary64))) |
(cosh.f64 x) |
(neg.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) |
(/.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)))) #s(literal 2 binary64)) |
(pow.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (cosh.f64 x)) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 x)) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (cosh.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 (pow.f64 (cosh.f64 x) #s(literal 3 binary64)) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (cosh.f64 x) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 x))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(+.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (pow.f64 (cosh.f64 x) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) (cosh.f64 x) #s(literal 0 binary64)) |
(neg.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (cosh.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))))) |
(/.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal 1 binary64)) |
(/.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) |
(/.f64 (pow.f64 (cosh.f64 x) #s(literal -3 binary64)) (neg.f64 (+.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) (*.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (pow.f64 (cosh.f64 x) #s(literal -3 binary64)))) (pow.f64 (cosh.f64 x) #s(literal -4 binary64))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))))) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) #s(literal 0 binary64)) (+.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) #s(literal 3 binary64)) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) (/.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) (+.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) #s(literal 3 binary64)) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) (+.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))))) |
(pow.f64 (/.f64 #s(literal -1 binary64) (cosh.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) (cosh.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (pow.f64 (cosh.f64 x) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cosh.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (cosh.f64 x))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -3 binary64))) (pow.f64 (cosh.f64 x) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cosh.f64 x) #s(literal -2 binary64))) (cosh.f64 x)) |
(*.f64 x #s(literal 1/24 binary64)) |
(*.f64 #s(literal 1/24 binary64) x) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (*.f64 #s(literal -1 binary64) (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))))) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) (neg.f64 (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (neg.f64 (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (neg.f64 (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (sin.f64 y)) y) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (sin.f64 y)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))))) |
(/.f64 (neg.f64 (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (sin.f64 y))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (sin.f64 y))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(*.f64 (sin.f64 y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) (sin.f64 y)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (sin.f64 y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64)) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) (/.f64 #s(literal -1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 #s(literal 1 binary64) y)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal -1 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal -1 binary64)) (/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 #s(literal -1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 #s(literal 1 binary64) y) (sin.f64 y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))))) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) (/.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) (/.f64 (sin.f64 y) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))))) |
(*.f64 (/.f64 (sin.f64 y) (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) y) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(*.f64 (*.f64 x x) #s(literal 1/24 binary64)) |
(*.f64 #s(literal 1/24 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/24 binary64)) x) |
(exp.f64 (*.f64 (log.f64 (sin.f64 y)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y))))) |
(pow.f64 (sin.f64 y) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 y))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (sin.f64 y) (sin.f64 y)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 y))) |
(*.f64 (pow.f64 (sin.f64 y) #s(literal -1/2 binary64)) (pow.f64 (sin.f64 y) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) y) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) y)) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (*.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (*.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (*.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y)) #s(literal -1 binary64)) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (neg.f64 (*.f64 #s(literal 1 binary64) y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) y) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (neg.f64 (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) y)) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) y))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) y))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(pow.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))))) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) y)) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) (*.f64 x x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (pow.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 x (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 x (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) x) x (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) (*.f64 x x)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) (*.f64 x x)) (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) (*.f64 x x))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) (*.f64 x x))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (pow.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (pow.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (*.f64 x x)) |
(*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) x) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) (*.f64 x x)) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x x) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x #s(literal 1/2 binary64)) x) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x) |
(*.f64 x #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) y) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) y)) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (*.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (*.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (*.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) y))) |
(/.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal -1 binary64)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64)) y) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y)) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) (neg.f64 (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (neg.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (/.f64 #s(literal 1 binary64) y)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) y)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (/.f64 #s(literal 1 binary64) y))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) y))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(pow.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) y) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 y (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))))) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) y)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 x x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (pow.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64)) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 x (*.f64 (*.f64 x #s(literal 1/24 binary64)) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/24 binary64)) (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x #s(literal 1/24 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) x) x (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/24 binary64))) x (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x x)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x x))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/24 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/576 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (pow.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (pow.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/13824 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))) (*.f64 x x)) |
(*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) x) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64)))) (*.f64 x x)) |
| 1× | egg-herbie |
| 20896× | accelerator-lowering-fma.f32 |
| 20896× | accelerator-lowering-fma.f64 |
| 8268× | +-lowering-+.f64 |
| 8268× | +-lowering-+.f32 |
| 5416× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 325 | 4877 |
| 1 | 1067 | 4763 |
| 2 | 3557 | 4407 |
| 0 | 8923 | 4075 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(* 1/720 x) |
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(* 1/720 (/ (* (pow x 6) (sin y)) y)) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y)))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y)))))) |
(* 1/720 (/ (* (pow x 6) (sin y)) y)) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y)))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y)))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* 1/120 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* 1/120 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))))))) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/720 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(* 1/720 (pow x 4)) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* 1/720 (pow x 4)) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* 1/2 (pow x 2))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 7/360 (pow y 2)) |
(* 1/6 (pow y 2)) |
(* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))) |
(* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))) |
(* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))) |
(* 7/360 (pow y 4)) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* 7/360 (pow y 4)) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))) |
(+ (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(+ (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(+ (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/2 (pow x 2)))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (- (* -1 (* (pow y 2) (+ (* -1/36 (+ 1 (* 1/2 (pow x 2)))) (* 7/360 (+ 1 (* 1/2 (pow x 2))))))) (* 1/6 (+ 1 (* 1/2 (pow x 2)))))))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (- (* (pow y 2) (- (* -1 (* (pow y 2) (+ (* -1/6 (+ (* -1/36 (+ 1 (* 1/2 (pow x 2)))) (* 7/360 (+ 1 (* 1/2 (pow x 2)))))) (* -7/2160 (+ 1 (* 1/2 (pow x 2))))))) (+ (* -1/36 (+ 1 (* 1/2 (pow x 2)))) (* 7/360 (+ 1 (* 1/2 (pow x 2))))))) (* 1/6 (+ 1 (* 1/2 (pow x 2)))))))) |
(* 360/7 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) |
(/ (+ (* -21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (pow y 4)) |
(/ (- (+ (* -1 (/ (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))) (pow y 4))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2)))) (pow y 4)) |
(/ (- (+ (* -1 (/ (+ (* -7776000/343 (+ 1 (* 1/2 (pow x 2)))) (* -60/7 (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))))) (pow y 6))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (+ (* -1296000/343 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) (+ (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 129600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4)))))) (pow y 4)) |
(* 360/7 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) |
(/ (+ (* -21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (pow y 4)) |
(/ (- (+ (* -1 (/ (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))) (pow y 4))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2)))) (pow y 4)) |
(/ (- (+ (* -1 (/ (+ (* -7776000/343 (+ 1 (* 1/2 (pow x 2)))) (* -60/7 (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))))) (pow y 6))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (+ (* -1296000/343 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) (+ (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 129600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4)))))) (pow y 4)) |
1/6 |
(+ 1/6 (* 7/360 (pow y 2))) |
(+ 1/6 (* 7/360 (pow y 2))) |
(+ 1/6 (* 7/360 (pow y 2))) |
(* 7/360 (pow y 2)) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* 7/360 (pow y 2)) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
1 |
(+ 1 (* -1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (- (* 5/24 (pow x 2)) 1/2))) |
(+ 1 (* (pow x 2) (- (* (pow x 2) (+ 5/24 (* -61/720 (pow x 2)))) 1/2))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
-1 |
(- (* 1/2 (pow x 2)) 1) |
(- (* (pow x 2) (+ 1/2 (* -5/24 (pow x 2)))) 1) |
(- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 61/720 (pow x 2)) 5/24)))) 1) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(* 1/24 x) |
(/ (sin y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(* 1/24 (/ (* (pow x 4) (sin y)) y)) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (* 1/2 (/ (sin y) (* (pow x 2) y))))) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y))))) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y))))) |
(* 1/24 (/ (* (pow x 4) (sin y)) y)) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (* 1/2 (/ (sin y) (* (pow x 2) y))))) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y))))) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) (* 1/120 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) (* 1/120 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))))))))) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(* 1/24 (pow x 2)) |
(/ 1 y) |
(/ (+ 1 (* 1/6 (pow y 2))) y) |
(/ (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))) y) |
(/ (+ 1 (* (pow y 2) (+ 1/6 (* (pow y 2) (+ 7/360 (* 31/15120 (pow y 2))))))) y) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 (sin y)) |
(/ 1 y) |
(+ (* 1/2 (/ (pow x 2) y)) (/ 1 y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) y)) (* 1/24 (/ 1 y)))) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(* 1/720 (/ (pow x 6) y)) |
(* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y)))))) |
(* 1/720 (/ (pow x 6) y)) |
(* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y)))))) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(* 1/720 (pow x 6)) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(* 1/720 (pow x 6)) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) |
(* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) |
(* 1/720 (pow x 6)) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* 1/720 (pow x 6)) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* 1/2 (pow x 2))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 (pow x 2)) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(/ 1 y) |
(+ (* 1/2 (/ (pow x 2) y)) (/ 1 y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(* 1/24 (/ (pow x 4) y)) |
(* (pow x 4) (+ (* 1/24 (/ 1 y)) (* 1/2 (/ 1 (* (pow x 2) y))))) |
(* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y))))) |
(* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y))))) |
(* 1/24 (/ (pow x 4) y)) |
(* (pow x 4) (+ (* 1/24 (/ 1 y)) (* 1/2 (/ 1 (* (pow x 2) y))))) |
(* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y))))) |
(* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y))))) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(* 1/24 (pow x 4)) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))) |
(* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))) |
(* 1/24 (pow x 4)) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))) |
(* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(* 1/24 (pow x 4)) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(* 1/24 (pow x 4)) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
| Outputs |
|---|
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(* 1/720 x) |
(*.f64 #s(literal 1/720 binary64) x) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x x) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(+ (* (pow x 2) (+ (* 1/2 (/ (sin y) y)) (* (pow x 2) (+ (* 1/720 (/ (* (pow x 2) (sin y)) y)) (* 1/24 (/ (sin y) y)))))) (/ (sin y) y)) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (sin.f64 y) (*.f64 x (/.f64 x y))) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y))) |
(* 1/720 (/ (* (pow x 6) (sin y)) y)) |
(*.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64)))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/720 binary64) (sin.f64 y)) y) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal 1/24 binary64)) (*.f64 x (*.f64 x y))) (+.f64 (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 (/.f64 (sin.f64 y) y) (pow.f64 x #s(literal 6 binary64)))))) |
(* 1/720 (/ (* (pow x 6) (sin y)) y)) |
(*.f64 (/.f64 (sin.f64 y) y) (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64)))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (* 1/24 (/ (sin y) (* (pow x 2) y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (* 1/2 (/ (sin y) (* (pow x 4) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/720 binary64) (sin.f64 y)) y) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(* (pow x 6) (+ (* 1/720 (/ (sin y) y)) (+ (* 1/24 (/ (sin y) (* (pow x 2) y))) (+ (* 1/2 (/ (sin y) (* (pow x 4) y))) (/ (sin y) (* (pow x 6) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 (sin.f64 y) #s(literal 1/24 binary64)) (*.f64 x (*.f64 x y))) (+.f64 (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 (/.f64 (sin.f64 y) y) (pow.f64 x #s(literal 6 binary64)))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* 1/120 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (*.f64 y y)) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))))) (* 1/120 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))))) y) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) y) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/720 (pow x 2)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 x x)) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) |
(* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))) |
(* 1/720 (pow x 4)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* 1/720 (pow x 4)) |
(*.f64 #s(literal 1/720 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* 1/6 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 1/6 binary64)) |
(* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))) |
(*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))) |
(*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))) |
(*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))) |
(* 7/360 (pow y 4)) |
(*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (+.f64 #s(literal 7/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 y y)))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (+.f64 #s(literal 7/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 y y)))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (+.f64 #s(literal 7/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 y y)))) |
(* 7/360 (pow y 4)) |
(*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 7/360 binary64))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (+.f64 #s(literal 7/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 y y)))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (+.f64 #s(literal 7/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 y y)))) |
(* (pow y 4) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (+.f64 #s(literal 7/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 y y)))) |
(/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2)))))) |
(/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(+ (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(+ (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(+ (* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(* 1/2 (/ (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(* (pow x 2) (+ (/ 1 (* (pow x 2) (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))) (* 1/2 (/ 1 (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))))) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* 1/2 (pow x 2))))) (* 1/2 (pow x 2)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (- (* -1 (* (pow y 2) (+ (* -1/36 (+ 1 (* 1/2 (pow x 2)))) (* 7/360 (+ 1 (* 1/2 (pow x 2))))))) (* 1/6 (+ 1 (* 1/2 (pow x 2)))))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (neg.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -1/120 binary64) (*.f64 y y)) #s(literal 1/6 binary64))) (*.f64 y y))))) |
(+ 1 (+ (* 1/2 (pow x 2)) (* (pow y 2) (- (* (pow y 2) (- (* -1 (* (pow y 2) (+ (* -1/6 (+ (* -1/36 (+ 1 (* 1/2 (pow x 2)))) (* 7/360 (+ 1 (* 1/2 (pow x 2)))))) (* -7/2160 (+ 1 (* 1/2 (pow x 2))))))) (+ (* -1/36 (+ 1 (* 1/2 (pow x 2)))) (* 7/360 (+ 1 (* 1/2 (pow x 2))))))) (* 1/6 (+ 1 (* 1/2 (pow x 2)))))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (*.f64 x x) #s(literal -1/12 binary64)) (*.f64 (*.f64 y y) (-.f64 (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal -1/540 binary64))))))))))) |
(* 360/7 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(/ (+ (* -21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (pow y 4)) |
(/.f64 (+.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(/ (- (+ (* -1 (/ (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))) (pow y 4))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2)))) (pow y 4)) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(/ (- (+ (* -1 (/ (+ (* -7776000/343 (+ 1 (* 1/2 (pow x 2)))) (* -60/7 (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))))) (pow y 6))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (+ (* -1296000/343 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) (+ (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 129600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4)))))) (pow y 4)) |
(/.f64 (-.f64 (-.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (+.f64 (/.f64 (+.f64 #s(literal 21600/49 binary64) (*.f64 #s(literal 21600/49 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (*.f64 y y)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal -388800/343 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal -31104000/2401 binary64)) (pow.f64 y #s(literal 6 binary64)))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(* 360/7 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(/ (+ (* -21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (pow y 4)) |
(/.f64 (+.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(/ (- (+ (* -1 (/ (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))) (pow y 4))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2)))) (pow y 4)) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(/ (- (+ (* -1 (/ (+ (* -7776000/343 (+ 1 (* 1/2 (pow x 2)))) (* -60/7 (+ (* -1296000/343 (+ 1 (* 1/2 (pow x 2)))) (* 129600/49 (+ 1 (* 1/2 (pow x 2))))))) (pow y 6))) (* 360/7 (+ 1 (* 1/2 (pow x 2))))) (+ (* -1296000/343 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4))) (+ (* 21600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 2))) (* 129600/49 (/ (+ 1 (* 1/2 (pow x 2))) (pow y 4)))))) (pow y 4)) |
(/.f64 (-.f64 (-.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (+.f64 (/.f64 (+.f64 #s(literal 21600/49 binary64) (*.f64 #s(literal 21600/49 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (*.f64 y y)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 y y))) #s(literal -388800/343 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal -31104000/2401 binary64)) (pow.f64 y #s(literal 6 binary64)))) (*.f64 (*.f64 y y) (*.f64 y y))) |
1/6 |
#s(literal 1/6 binary64) |
(+ 1/6 (* 7/360 (pow y 2))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(+ 1/6 (* 7/360 (pow y 2))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(+ 1/6 (* 7/360 (pow y 2))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(* 7/360 (pow y 2)) |
(*.f64 (*.f64 y y) #s(literal 7/360 binary64)) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
(* (pow y 2) (+ 7/360 (* 1/6 (/ 1 (pow y 2))))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(+ 1 (* (pow x 2) (- (* 5/24 (pow x 2)) 1/2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) #s(literal 5/24 binary64))))) |
(+ 1 (* (pow x 2) (- (* (pow x 2) (+ 5/24 (* -61/720 (pow x 2)))) 1/2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 5/24 binary64) (*.f64 x (*.f64 x #s(literal -61/720 binary64)))))))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ 2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal 2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
(* 1/2 (+ (exp x) (/ 1 (exp x)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (exp.f64 x)) (/.f64 #s(literal 1/2 binary64) (exp.f64 x))) |
-1 |
#s(literal -1 binary64) |
(- (* 1/2 (pow x 2)) 1) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(- (* (pow x 2) (+ 1/2 (* -5/24 (pow x 2)))) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal -5/24 binary64)))))) |
(- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 61/720 (pow x 2)) 5/24)))) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -5/24 binary64) (*.f64 (*.f64 x x) #s(literal 61/720 binary64))))))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/ -2 (+ (exp x) (/ 1 (exp x)))) |
(/.f64 #s(literal -2 binary64) (+.f64 (exp.f64 x) (exp.f64 (-.f64 #s(literal 0 binary64) x)))) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(* 1/24 x) |
(*.f64 x #s(literal 1/24 binary64)) |
(/ (sin y) y) |
(/.f64 (sin.f64 y) y) |
(+ (* 1/2 (/ (* (pow x 2) (sin y)) y)) (/ (sin y) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (sin.f64 y) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x x) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(+ (* (pow x 2) (+ (* 1/24 (/ (* (pow x 2) (sin y)) y)) (* 1/2 (/ (sin y) y)))) (/ (sin y) y)) |
(+.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x x) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(* 1/24 (/ (* (pow x 4) (sin y)) y)) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal 1/24 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) y) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (* 1/2 (/ (sin y) (* (pow x 2) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))))) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))))) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))))) |
(* 1/24 (/ (* (pow x 4) (sin y)) y)) |
(/.f64 (*.f64 (*.f64 (sin.f64 y) #s(literal 1/24 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) y) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (* 1/2 (/ (sin y) (* (pow x 2) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))))) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))))) |
(* (pow x 4) (+ (* 1/24 (/ (sin y) y)) (+ (* 1/2 (/ (sin y) (* (pow x 2) y))) (/ (sin y) (* (pow x 4) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 (/.f64 (sin.f64 y) y) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(+ 1 (+ (* -1/6 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) (* 1/120 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(+ 1 (+ (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) (* (pow y 2) (+ (* -1/6 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) (* (pow y 2) (+ (* -1/5040 (* (pow y 2) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))))) (* 1/120 (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))))))))) |
(+.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))))) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (/.f64 (sin.f64 y) y)) |
(/ (* (sin y) (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) (/.f64 (sin.f64 y) y)) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(* 1/24 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/24 binary64))) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ (+ 1 (* 1/6 (pow y 2))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y) |
(/ (+ 1 (* (pow y 2) (+ 1/6 (* 7/360 (pow y 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 (*.f64 (*.f64 y y) #s(literal 7/360 binary64)) #s(literal 1/6 binary64))))) y) |
(/ (+ 1 (* (pow y 2) (+ 1/6 (* (pow y 2) (+ 7/360 (* 31/15120 (pow y 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 y y) #s(literal 31/15120 binary64)))))))) y) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(+ (* 1/2 (/ (pow x 2) y)) (/ 1 y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x (/.f64 x y)) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(+ (* (pow x 2) (+ (* (pow x 2) (+ (* 1/720 (/ (pow x 2) y)) (* 1/24 (/ 1 y)))) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 x (/.f64 x y)) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) |
(* 1/720 (/ (pow x 6) y)) |
(/.f64 (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) y) |
(* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/720 binary64) y) (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/720 binary64) y) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y))) (/.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/720 binary64) y) (+.f64 (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y))) (/.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal 6 binary64)))))) |
(* 1/720 (/ (pow x 6) y)) |
(/.f64 (*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) y) |
(* (pow x 6) (+ (* 1/720 (/ 1 y)) (* 1/24 (/ 1 (* (pow x 2) y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/720 binary64) y) (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (/ 1/2 (* (pow x 4) y)) (* 1/720 (/ 1 y))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/720 binary64) y) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y))) (/.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ (/ 1/24 (* (pow x 2) y)) (+ (* 1/720 (/ 1 y)) (+ (* 1/2 (/ 1 (* (pow x 4) y))) (/ 1 (* (pow x 6) y)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/720 binary64) y) (+.f64 (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x y))) (/.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal 6 binary64)))))) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) y) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(* 1/720 (pow x 6)) |
(*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal 1 binary64)) |
(* 1/720 (pow x 6)) |
(*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (+ (* 1/24 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal 1 binary64)) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) |
(* (pow x 2) (+ 1/2 (* (pow x 2) (+ 1/24 (* 1/720 (pow x 2)))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))) |
(* 1/720 (pow x 6)) |
(*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* 1/720 (pow x 6)) |
(*.f64 #s(literal 1/720 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (+ 1/720 (* 1/24 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (/.f64 #s(literal 1/24 binary64) (*.f64 x x)))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (+ 1/720 (+ (/ 1/2 (pow x 4)) (* 1/24 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal 1/720 binary64) (+.f64 (/.f64 #s(literal 1/24 binary64) (*.f64 x x)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* (pow x 2) (+ 1/2 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(+ (* 1/2 (/ (pow x 2) y)) (/ 1 y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) y)) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x (/.f64 x y)) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(+ (* (pow x 2) (+ (* 1/24 (/ (pow x 2) y)) (* 1/2 (/ 1 y)))) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x (/.f64 x y)) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(* 1/24 (/ (pow x 4) y)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1/24 binary64) y)) |
(* (pow x 4) (+ (* 1/24 (/ 1 y)) (* 1/2 (/ 1 (* (pow x 2) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/24 binary64) y) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x y))))) |
(* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/24 binary64) y) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x y))) (/.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/24 binary64) y) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x y))) (/.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* 1/24 (/ (pow x 4) y)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal 1/24 binary64) y)) |
(* (pow x 4) (+ (* 1/24 (/ 1 y)) (* 1/2 (/ 1 (* (pow x 2) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/24 binary64) y) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x y))))) |
(* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/24 binary64) y) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x y))) (/.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 4) (+ (/ 1/2 (* (pow x 2) y)) (+ (* 1/24 (/ 1 y)) (/ 1 (* (pow x 4) y))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/24 binary64) y) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x y))) (/.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
(/ (+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) y) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* 1/24 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64))))))) |
(* 1/24 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))))) |
(* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))))) |
(* 1/24 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))))) |
(* (pow x 4) (+ 1/24 (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 (pow x 4))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(* (pow x 2) (+ 1/2 (* 1/24 (pow x 2)))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(* 1/24 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* 1/24 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* (pow x 4) (+ 1/24 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
Compiled 43284 to 25046 computations (42.1% saved)
49 alts after pruning (41 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1429 | 15 | 1444 |
| Fresh | 7 | 26 | 33 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 4 | 4 |
| Total | 1437 | 49 | 1486 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 93.2% | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| 49.0% | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) | |
| ✓ | 91.1% | (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| 56.3% | (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) | |
| 25.9% | (/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal -1/2 binary64))) | |
| 51.4% | (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) | |
| 54.7% | (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 y (sin.f64 y)))) | |
| 88.5% | (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) | |
| 3.5% | (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) | |
| 24.4% | (/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) | |
| 49.5% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) | |
| 39.4% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) | |
| 76.5% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y)) | |
| 87.8% | (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (sin.f64 y)) y) | |
| 82.2% | (/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) | |
| ✓ | 99.9% | (/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
| 51.4% | (/.f64 (sin.f64 y) y) | |
| 51.3% | (/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) | |
| 39.6% | (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) | |
| 38.0% | (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) | |
| 34.9% | (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) | |
| ✓ | 41.5% | (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
| 25.5% | (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) | |
| 51.3% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) | |
| 47.7% | (+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) | |
| 50.1% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) | |
| 48.6% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) | |
| 50.1% | (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) | |
| 48.6% | (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) | |
| ✓ | 41.2% | (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
| 93.1% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) | |
| 60.1% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) | |
| 60.0% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) | |
| ✓ | 93.1% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (sin.f64 y)) |
| 76.6% | (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) | |
| 50.5% | (*.f64 (/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (*.f64 y y))) y) | |
| 53.0% | (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (sin.f64 y)) | |
| 76.6% | (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) | |
| 51.3% | (*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) | |
| 58.0% | (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) | |
| 56.1% | (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) | |
| 49.5% | (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) | |
| 21.2% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 1/2 binary64)) y)) | |
| 53.5% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (pow.f64 (sqrt.f64 (sin.f64 y)) #s(literal 2 binary64)) y)) | |
| 44.5% | (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) | |
| 54.9% | (*.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) | |
| 18.7% | (*.f64 x (*.f64 x #s(literal 1/2 binary64))) | |
| ✓ | 56.4% | (cosh.f64 x) |
| ✓ | 25.7% | #s(literal 1 binary64) |
Compiled 2702 to 1735 computations (35.8% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))))))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (sin.f64 y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) y) (sin.f64 y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (sin.f64 y)) y) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (sin.f64 y)) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) (sin.f64 y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (sin.f64 y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 y (sin.f64 y)))) |
(/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (sin.f64 y)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
(/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) |
(/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (cosh.f64 x))) |
(/.f64 (/.f64 (cosh.f64 x) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (cosh.f64 x))))) |
(*.f64 (/.f64 (*.f64 (sin.f64 y) (-.f64 #s(literal 0 binary64) (cosh.f64 x))) (-.f64 #s(literal 0 binary64) (*.f64 y y))) y) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal 1/2 binary64)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (pow.f64 (sqrt.f64 (sin.f64 y)) #s(literal 2 binary64)) y)) |
(/.f64 (/.f64 (cosh.f64 x) y) (pow.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))) #s(literal -1/2 binary64))) |
(*.f64 (cosh.f64 x) (/.f64 (/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64))))))) (sin.f64 y)) y)) |
(*.f64 (cosh.f64 x) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 y #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (sin.f64 y)))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (sin.f64 y) (cosh.f64 x)))) |
| Outputs |
|---|
(/.f64 (sin.f64 y) (/.f64 y (cosh.f64 x))) |
5 calls:
| 31.0ms | x |
| 23.0ms | y |
| 20.0ms | (/.f64 (sin.f64 y) y) |
| 13.0ms | (*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
| 5.0ms | (cosh.f64 x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 1 | x |
| 99.9% | 1 | y |
| 99.9% | 1 | (*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
| 99.9% | 1 | (cosh.f64 x) |
| 99.9% | 1 | (/.f64 (sin.f64 y) y) |
Compiled 25 to 17 computations (32% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))))))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (sin.f64 y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) y) (sin.f64 y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (sin.f64 y)) y) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (sin.f64 y)) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) (sin.f64 y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (sin.f64 y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 y (sin.f64 y)))) |
(/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (sin.f64 y)) |
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (cosh.f64 x) y) (sin.f64 y)) |
(/.f64 (cosh.f64 x) (/.f64 y (sin.f64 y))) |
| Outputs |
|---|
(*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
5 calls:
| 77.0ms | x |
| 21.0ms | y |
| 18.0ms | (/.f64 (sin.f64 y) y) |
| 10.0ms | (*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
| 4.0ms | (cosh.f64 x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 1 | x |
| 99.9% | 1 | y |
| 99.9% | 1 | (*.f64 (cosh.f64 x) (/.f64 (sin.f64 y) y)) |
| 99.9% | 1 | (cosh.f64 x) |
| 99.9% | 1 | (/.f64 (sin.f64 y) y) |
Compiled 25 to 17 computations (32% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))))))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (sin.f64 y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) y) (sin.f64 y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (sin.f64 y)) y) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (sin.f64 y)) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) (sin.f64 y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (sin.f64 y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 y (sin.f64 y)))) |
(/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) #s(literal -1 binary64)))) y) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))))))) (sin.f64 y)) |
| Outputs |
|---|
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (sin.f64 y) y)) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (sin.f64 y)) |
4 calls:
| 123.0ms | (/.f64 (sin.f64 y) y) |
| 50.0ms | x |
| 36.0ms | y |
| 8.0ms | (cosh.f64 x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.4% | 3 | x |
| 96.2% | 2 | y |
| 93.2% | 1 | (cosh.f64 x) |
| 96.2% | 2 | (/.f64 (sin.f64 y) y) |
Compiled 16 to 11 computations (31.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))))))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (sin.f64 y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) y) (sin.f64 y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (sin.f64 y)) y) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (sin.f64 y)) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) (sin.f64 y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (sin.f64 y) y)) |
| Outputs |
|---|
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (sin.f64 y) y)) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) (/.f64 (sin.f64 y) y)) |
1 calls:
| 47.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.4% | 3 | x |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))))))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (sin.f64 y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) y) (sin.f64 y)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (sin.f64 y)) y) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (sin.f64 y)) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) (sin.f64 y)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 (*.f64 x x) y) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
| Outputs |
|---|
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) #s(literal 1/24 binary64))))) (sin.f64 y)) y) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
1 calls:
| 43.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.8% | 3 | x |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))))))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (sin.f64 y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x)))) y) (sin.f64 y)) |
| Outputs |
|---|
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (/.f64 (sin.f64 y) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
1 calls:
| 40.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.8% | 3 | x |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) y) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (sin.f64 y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) y)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))))))) |
| Outputs |
|---|
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(/.f64 (sin.f64 y) (/.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
4 calls:
| 35.0ms | x |
| 27.0ms | y |
| 21.0ms | (/.f64 (sin.f64 y) y) |
| 5.0ms | (cosh.f64 x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.7% | 2 | (cosh.f64 x) |
| 88.2% | 2 | y |
| 88.0% | 2 | (/.f64 (sin.f64 y) y) |
| 94.8% | 3 | x |
Compiled 16 to 11 computations (31.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
| Outputs |
|---|
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (/.f64 (sin.f64 y) y)) |
1 calls:
| 32.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.8% | 3 | x |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
| Outputs |
|---|
(/.f64 (sin.f64 y) y) |
(*.f64 (cosh.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
2 calls:
| 42.0ms | x |
| 3.0ms | (cosh.f64 x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.1% | 2 | (cosh.f64 x) |
| 89.1% | 2 | x |
Compiled 7 to 5 computations (28.6% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
(/.f64 (sin.f64 y) y) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cosh.f64 x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (sin.f64 y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (neg.f64 y))) |
| Outputs |
|---|
(/.f64 (sin.f64 y) y) |
(cosh.f64 x) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
4 calls:
| 41.0ms | y |
| 40.0ms | x |
| 33.0ms | (/.f64 (sin.f64 y) y) |
| 4.0ms | (cosh.f64 x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.5% | 7 | (/.f64 (sin.f64 y) y) |
| 76.6% | 6 | y |
| 85.8% | 2 | (cosh.f64 x) |
| 88.3% | 3 | x |
Compiled 16 to 11 computations (31.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
(cosh.f64 x) |
(*.f64 (cosh.f64 x) #s(literal 1 binary64)) |
| Outputs |
|---|
(cosh.f64 x) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
3 calls:
| 31.0ms | y |
| 24.0ms | x |
| 2.0ms | (cosh.f64 x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.9% | 4 | y |
| 60.1% | 1 | (cosh.f64 x) |
| 63.0% | 2 | x |
Compiled 10 to 7 computations (30% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/12 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 360/7 binary64) (/.f64 #s(literal -388800/343 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (/.f64 (+.f64 #s(literal -21600/49 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -21600/49 binary64))) (*.f64 y y))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 y (*.f64 y (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 y y) #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) (*.f64 y (*.f64 y (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) #s(literal -1/5040 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))))) |
| Outputs |
|---|
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))))) |
2 calls:
| 24.0ms | y |
| 9.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 61.7% | 3 | y |
| 60.1% | 1 | x |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))) |
| Outputs |
|---|
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))))) |
2 calls:
| 25.0ms | y |
| 7.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 61.7% | 4 | y |
| 58.0% | 1 | x |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/120 binary64) (*.f64 y (*.f64 y #s(literal -1/5040 binary64))))))))) |
| Outputs |
|---|
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) y) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64))) y)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
2 calls:
| 24.0ms | y |
| 20.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 61.7% | 4 | y |
| 58.4% | 2 | x |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x))))))))))) |
| Outputs |
|---|
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) y) y) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
2 calls:
| 30.0ms | x |
| 23.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 59.6% | 3 | x |
| 61.3% | 4 | y |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 y y) #s(literal 7/360 binary64)))))) |
| Outputs |
|---|
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))) |
2 calls:
| 15.0ms | x |
| 6.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 59.6% | 3 | x |
| 56.1% | 1 | y |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 x (*.f64 x #s(literal 1/720 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (/.f64 y (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 y y) #s(literal 1/120 binary64)))))) |
| Outputs |
|---|
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/24 binary64) (*.f64 #s(literal 1/720 binary64) (*.f64 x x)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
2 calls:
| 17.0ms | x |
| 13.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 58.9% | 4 | y |
| 59.1% | 4 | x |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/6 binary64)))) |
(/.f64 (+.f64 #s(literal 360/7 binary64) (*.f64 (*.f64 x x) #s(literal 180/7 binary64))) (*.f64 (*.f64 y y) (*.f64 y y))) |
| Outputs |
|---|
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal -1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
2 calls:
| 13.0ms | x |
| 10.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 55.6% | 2 | y |
| 58.7% | 4 | x |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
| Outputs |
|---|
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
2 calls:
| 7.0ms | y |
| 6.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 50.5% | 3 | x |
| 52.6% | 2 | y |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 1/24 binary64)))))) |
| Outputs |
|---|
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/24 binary64) x) x))))) |
1 calls:
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 48.6% | 1 | y |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
| Outputs |
|---|
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
2 calls:
| 2.0ms | x |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 41.2% | 1 | x |
| 41.2% | 1 | y |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
| Outputs |
|---|
#s(literal 1 binary64) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
2 calls:
| 3.0ms | y |
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 41.0% | 2 | x |
| 34.1% | 4 | y |
Compiled 6 to 4 computations (33.3% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
#s(literal 1 binary64) |
| Outputs |
|---|
#s(literal 1 binary64) |
2 calls:
| 1.0ms | x |
| 0.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 25.7% | 1 | y |
| 25.7% | 1 | x |
Compiled 6 to 4 computations (33.3% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 1.702757827797204e+45 | 3.6767298431291004e+48 |
| 19.0ms | 497644.23873679305 | 377621864.54323757 |
| 24.0ms | 256× | 0 | valid |
Compiled 654 to 466 computations (28.7% saved)
ival-sin: 9.0ms (52.6% of total)ival-cosh: 4.0ms (23.4% of total)ival-div: 2.0ms (11.7% of total)ival-mult: 2.0ms (11.7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 37.0ms | 1.6854851711629337e+50 | 2.093907627829399e+56 |
| 16.0ms | 497644.23873679305 | 377621864.54323757 |
| 43.0ms | 272× | 0 | valid |
Compiled 694 to 503 computations (27.5% saved)
ival-mult: 18.0ms (58.5% of total)ival-sin: 7.0ms (22.7% of total)ival-cosh: 4.0ms (13% of total)ival-div: 2.0ms (6.5% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 1.0370111618797707e+74 | 2.535240950098788e+78 |
| 73.0ms | 497644.23873679305 | 377621864.54323757 |
| 80.0ms | 256× | 0 | valid |
Compiled 558 to 402 computations (28% saved)
ival-sin: 7.0ms (47.5% of total)ival-cosh: 4.0ms (27.1% of total)ival-div: 2.0ms (13.6% of total)ival-mult: 2.0ms (13.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 1.0370111618797707e+74 | 2.535240950098788e+78 |
| 38.0ms | 497644.23873679305 | 377621864.54323757 |
| 21.0ms | 256× | 0 | valid |
Compiled 558 to 410 computations (26.5% saved)
ival-sin: 6.0ms (41.9% of total)ival-cosh: 4.0ms (28% of total)ival-div: 2.0ms (14% of total)ival-mult: 2.0ms (14% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 9.0ms | 1.4158761768184945e+141 | 3.5813927390351705e+141 |
| 72.0ms | 497644.23873679305 | 377621864.54323757 |
| 73.0ms | 208× | 0 | valid |
Compiled 378 to 283 computations (25.1% saved)
ival-sin: 5.0ms (41.2% of total)ival-cosh: 3.0ms (24.7% of total)ival-div: 2.0ms (16.5% of total)ival-mult: 1.0ms (8.2% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 19.0ms | 1.564360651408186e+148 | 7.04557580655461e+154 |
| 19.0ms | 497644.23873679305 | 377621864.54323757 |
| 29.0ms | 272× | 0 | valid |
Compiled 490 to 367 computations (25.1% saved)
ival-sin: 9.0ms (53.5% of total)ival-cosh: 4.0ms (23.8% of total)ival-div: 2.0ms (11.9% of total)ival-mult: 2.0ms (11.9% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 497644.23873679305 | 377621864.54323757 |
| 11.0ms | 128× | 0 | valid |
Compiled 174 to 130 computations (25.3% saved)
ival-sin: 3.0ms (42.4% of total)ival-cosh: 2.0ms (28.3% of total)ival-div: 1.0ms (14.1% of total)ival-mult: 1.0ms (14.1% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 3.6753978924779253e+40 | 1.702757827797204e+45 |
| 23.0ms | 0.3342799490197999 | 497644.23873679305 |
| 26.0ms | 272× | 0 | valid |
Compiled 434 to 307 computations (29.3% saved)
ival-sin: 11.0ms (58.6% of total)ival-cosh: 4.0ms (21.3% of total)ival-div: 2.0ms (10.7% of total)ival-mult: 2.0ms (10.7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 3.6753978924779253e+40 | 1.702757827797204e+45 |
| 15.0ms | 128× | 0 | valid |
Compiled 326 to 226 computations (30.7% saved)
ival-sin: 8.0ms (68.2% of total)ival-cosh: 2.0ms (17.1% of total)ival-div: 1.0ms (8.5% of total)ival-mult: 1.0ms (8.5% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 3× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 1.8573669101367267e+100 | 1.755124903407038e+102 |
| 6.0ms | 2.3364518618320894e+50 | 3.2183954688354327e+50 |
| 15.0ms | 11.817307598046382 | 281.06725297798346 |
| 27.0ms | 272× | 0 | valid |
Compiled 856 to 628 computations (26.6% saved)
ival-sin: 11.0ms (60.8% of total)ival-cosh: 3.0ms (16.6% of total)ival-div: 2.0ms (11.1% of total)ival-mult: 2.0ms (11.1% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 3× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 1.8573669101367267e+100 | 1.755124903407038e+102 |
| 8.0ms | 157145588091.14972 | 237914145749.23557 |
| 10.0ms | 2.31894622397154e-158 | 1.0150195878501845e-157 |
| 24.0ms | 272× | 0 | valid |
Compiled 800 to 577 computations (27.9% saved)
ival-sin: 8.0ms (48.1% of total)ival-cosh: 4.0ms (24% of total)ival-div: 2.0ms (12% of total)ival-mult: 2.0ms (12% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 1.190366631039823e+58 | 2.511364668290953e+59 |
| 16.0ms | 497644.23873679305 | 377621864.54323757 |
| 20.0ms | 240× | 0 | valid |
Compiled 596 to 413 computations (30.7% saved)
ival-sin: 6.0ms (47.1% of total)ival-cosh: 3.0ms (23.5% of total)ival-div: 2.0ms (15.7% of total)ival-mult: 2.0ms (15.7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 3× | binary-search |
| 1× | predicate-same |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 2.0ms | 1.2948757482395112e+177 | 1.3307324711319015e+178 |
| 9.0ms | 7.01411140174991e+69 | 1.700962561238183e+70 |
| 16.0ms | 497644.23873679305 | 377621864.54323757 |
| 19.0ms | 224× | 0 | valid |
Compiled 542 to 369 computations (31.9% saved)
ival-sin: 5.0ms (39.1% of total)ival-cosh: 4.0ms (31.3% of total)ival-div: 2.0ms (15.6% of total)ival-mult: 2.0ms (15.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 21.0ms | 3.6430598138903675e+96 | 1.0787092796125137e+99 |
| 16.0ms | 128× | 0 | valid |
Compiled 286 to 218 computations (23.8% saved)
ival-sin: 5.0ms (61.7% of total)ival-div: 1.0ms (12.3% of total)ival-mult: 1.0ms (12.3% of total)ival-cosh: 1.0ms (12.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 3.6430598138903675e+96 | 1.0787092796125137e+99 |
| 12.0ms | 128× | 0 | valid |
Compiled 270 to 218 computations (19.3% saved)
ival-sin: 5.0ms (61.4% of total)ival-cosh: 2.0ms (24.5% of total)ival-div: 1.0ms (12.3% of total)ival-mult: 1.0ms (12.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 7.0ms | 0.00017913483435740203 | 0.00022056889269443298 |
| 5.0ms | 48× | 0 | valid |
Compiled 50 to 40 computations (20% saved)
ival-sin: 2.0ms (53.9% of total)ival-cosh: 1.0ms (26.9% of total)ival-div: 0.0ms (0% of total)ival-mult: 0.0ms (0% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | fuel |
Compiled 916 to 550 computations (40% saved)
(abs y)
(abs x)
Compiled 2156 to 1316 computations (39% saved)
Loading profile data...