
Time bar (total: 10.8s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 25% | 75% | 0% | 0% | 0% | 0 |
| 0% | 0% | 25% | 75% | 0% | 0% | 0% | 1 |
| 50% | 12.5% | 12.5% | 75% | 0% | 0% | 0% | 2 |
| 50% | 12.5% | 12.5% | 75% | 0% | 0% | 0% | 3 |
| 75% | 18.7% | 6.2% | 75% | 0% | 0% | 0% | 4 |
| 87.5% | 21.8% | 3.1% | 75% | 0% | 0% | 0% | 5 |
| 93.8% | 23.4% | 1.6% | 75% | 0% | 0% | 0% | 6 |
| 93.8% | 23.4% | 1.6% | 75% | 0% | 0% | 0% | 7 |
| 96.9% | 24.2% | 0.8% | 75% | 0% | 0% | 0% | 8 |
| 96.9% | 24.2% | 0.8% | 75% | 0% | 0% | 0% | 9 |
| 98.4% | 24.6% | 0.4% | 75% | 0% | 0% | 0% | 10 |
| 98.4% | 24.6% | 0.4% | 75% | 0% | 0% | 0% | 11 |
| 99.2% | 24.8% | 0.2% | 75% | 0% | 0% | 0% | 12 |
Compiled 20 to 13 computations (35% saved)
ival-add: 1.0ms (22.6% of total)ival-mult: 1.0ms (22.6% of total)ival-sin: 1.0ms (22.6% of total)ival-<=: 1.0ms (22.6% of total)ival-div: 0.0ms (0% of total)ival-cos: 0.0ms (0% of total)ival-and: 0.0ms (0% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1.1s | 8256× | 0 | valid |
ival-cos: 205.0ms (26.6% of total)ival-sin: 198.0ms (25.7% of total)ival-mult: 137.0ms (17.8% of total)ival-<=: 94.0ms (12.2% of total)ival-div: 64.0ms (8.3% of total)ival-add: 46.0ms (6% of total)const: 11.0ms (1.4% of total)ival-and: 10.0ms (1.3% of total)backward-pass: 3.0ms (0.4% of total)| 2× | egg-herbie |
| 2078× | fnmadd-define |
| 1544× | fma-define |
| 1136× | fmsub-define |
| 1126× | fnmsub-define |
| 1014× | sum3-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 72 |
| 1 | 72 | 62 |
| 2 | 167 | 61 |
| 3 | 432 | 60 |
| 4 | 1214 | 60 |
| 5 | 2446 | 60 |
| 6 | 3686 | 60 |
| 7 | 4080 | 60 |
| 8 | 4511 | 60 |
| 9 | 5332 | 60 |
| 10 | 5863 | 60 |
| 11 | 6275 | 60 |
| 12 | 6474 | 60 |
| 13 | 6549 | 60 |
| 14 | 6565 | 60 |
| 0 | 9 | 11 |
| 1 | 16 | 10 |
| 2 | 21 | 10 |
| 3 | 22 | 10 |
| 0 | 22 | 10 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
| Outputs |
|---|
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| Inputs |
|---|
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* (neg e) (sin v)) (+ 1 (* (neg e) (cos v)))) |
(/ (* e (sin (neg v))) (+ 1 (* e (cos (neg v))))) |
(neg (/ (* (neg e) (sin v)) (+ 1 (* (neg e) (cos v))))) |
(neg (/ (* e (sin (neg v))) (+ 1 (* e (cos (neg v)))))) |
(/ (* v (sin e)) (+ 1 (* v (cos e)))) |
| Outputs |
|---|
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (fmsub e (cos v) -1)) |
(/ (* (neg e) (sin v)) (+ 1 (* (neg e) (cos v)))) |
(* (sin v) (/ e (fmsub e (cos v) 1))) |
(/ (* e (sin (neg v))) (+ 1 (* e (cos (neg v))))) |
(/ (* e (sin v)) (fnmsub e (cos v) 1)) |
(neg (/ (* (neg e) (sin v)) (+ 1 (* (neg e) (cos v))))) |
(* (sin v) (/ e (fnmsub e (cos v) -1))) |
(neg (/ (* e (sin (neg v))) (+ 1 (* e (cos (neg v)))))) |
(/ (* e (sin v)) (fmsub e (cos v) -1)) |
(/ (* v (sin e)) (+ 1 (* v (cos e)))) |
(/ (* v (sin e)) (fmsub v (cos e) -1)) |
(negabs v)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 0 | 0 | - | 0 | - | (cos.f64 v) |
| 0 | 0 | - | 0 | - | (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
| 0 | 0 | - | 0 | - | v |
| 0 | 0 | - | 0 | - | (sin.f64 v) |
| 0 | 0 | - | 0 | - | (*.f64 e (sin.f64 v)) |
| 0 | 0 | - | 0 | - | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| 0 | 0 | - | 0 | - | (*.f64 e (cos.f64 v)) |
| 0 | 0 | - | 0 | - | e |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 87.0ms | 512× | 0 | valid |
Compiled 83 to 29 computations (65.1% saved)
ival-sin: 16.0ms (40.7% of total)ival-cos: 9.0ms (22.9% of total)ival-mult: 8.0ms (20.4% of total)ival-div: 3.0ms (7.6% of total)ival-add: 3.0ms (7.6% of total)const: 1.0ms (2.5% of total)backward-pass: 0.0ms (0% of total)Compiled 13 to 9 computations (30.8% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.8% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
Compiled 13 to 9 computations (30.8% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
| ✓ | cost-diff | 0 | (sin.f64 v) |
| ✓ | cost-diff | 0 | (*.f64 e (sin.f64 v)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| 16× | *-lowering-*.f32 |
| 16× | *-lowering-*.f64 |
| 8× | *-commutative |
| 6× | /-lowering-/.f32 |
| 6× | /-lowering-/.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 9 | 32 |
| 1 | 16 | 30 |
| 2 | 21 | 30 |
| 3 | 22 | 30 |
| 0 | 22 | 30 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(* e (sin v)) |
e |
(sin v) |
v |
(+ 1 (* e (cos v))) |
1 |
(* e (cos v)) |
(cos v) |
| Outputs |
|---|
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
e |
(sin v) |
(sin.f64 v) |
v |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
1 |
#s(literal 1 binary64) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(cos v) |
(cos.f64 v) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| ✓ | accuracy | 99.9% | (*.f64 e (sin.f64 v)) |
| ✓ | accuracy | 99.9% | (*.f64 e (cos.f64 v)) |
| 39.0ms | 256× | 0 | valid |
Compiled 35 to 10 computations (71.4% saved)
ival-sin: 7.0ms (37.1% of total)ival-cos: 5.0ms (26.5% of total)ival-mult: 4.0ms (21.2% of total)ival-div: 2.0ms (10.6% of total)ival-add: 1.0ms (5.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (* e (sin v))> |
#<alt (sin v)> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (* e (cos v))> |
| Outputs |
|---|
#<alt (* e (sin v))> |
#<alt (* e (+ (sin v) (* -1 (* e (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v))))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))> |
#<alt (- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v)))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e v)> |
#<alt (* v (+ e (* -1/6 (* e (pow v 2)))))> |
#<alt (* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2)))))))> |
#<alt (* v (+ e (* (pow v 2) (+ (* -1/6 e) (* (pow v 2) (+ (* -1/5040 (* e (pow v 2))) (* 1/120 e)))))))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt v> |
#<alt (* v (+ 1 (* -1/6 (pow v 2))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6))))> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt 1> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (* e (cos v))> |
#<alt (* e (+ (cos v) (/ 1 e)))> |
#<alt (* e (+ (cos v) (/ 1 e)))> |
#<alt (* e (+ (cos v) (/ 1 e)))> |
#<alt (* e (cos v))> |
#<alt (* -1 (* e (- (* -1 (cos v)) (/ 1 e))))> |
#<alt (* -1 (* e (- (* -1 (cos v)) (/ 1 e))))> |
#<alt (* -1 (* e (- (* -1 (cos v)) (/ 1 e))))> |
#<alt (+ 1 e)> |
#<alt (+ 1 (+ e (* -1/2 (* e (pow v 2)))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2)))))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e)))))))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt e> |
#<alt (+ e (* -1/2 (* e (pow v 2))))> |
#<alt (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2))))))> |
#<alt (+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e))))))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
27 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | e | @ | inf | (* e (sin v)) |
| 1.0ms | v | @ | 0 | (/ (* e (sin v)) (+ 1 (* e (cos v)))) |
| 1.0ms | v | @ | inf | (/ (* e (sin v)) (+ 1 (* e (cos v)))) |
| 1.0ms | v | @ | -inf | (/ (* e (sin v)) (+ 1 (* e (cos v)))) |
| 1.0ms | e | @ | 0 | (* e (sin v)) |
| 1× | batch-egg-rewrite |
| 3370× | *-lowering-*.f32 |
| 3370× | *-lowering-*.f64 |
| 2926× | /-lowering-/.f32 |
| 2926× | /-lowering-/.f64 |
| 1952× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 9 | 27 |
| 1 | 36 | 25 |
| 2 | 250 | 25 |
| 3 | 2419 | 25 |
| 0 | 8966 | 25 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(* e (sin v)) |
(sin v) |
(+ 1 (* e (cos v))) |
(* e (cos v)) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(+.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (*.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) |
(+.f64 (*.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (*.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))))) |
(fma.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)))) |
(neg.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v)))) |
(/.f64 (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (/.f64 #s(literal 1 binary64) e) (sin.f64 v))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)))) |
(/.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(/.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) |
(/.f64 (/.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v)))) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (*.f64 (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v))) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v)))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v)))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (/.f64 (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (/.f64 (*.f64 e (sin.f64 v)) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 3 binary64))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 2 binary64))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v))))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v))) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 3 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 2 binary64))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) |
(pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v))))) #s(literal -1 binary64)) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (sin.f64 v) (*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (*.f64 e (sin.f64 v)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)))) |
(*.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1 binary64)) |
(*.f64 (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 e (sin.f64 v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) (sin.f64 v)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (sin.f64 v)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) e) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 #s(literal 1 binary64) e) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (*.f64 e (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 e (sin.f64 v))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) (*.f64 e (sin.f64 v))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 e (sin.f64 v))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (/.f64 e (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) e)) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) e) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (/.f64 e (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) e) #s(literal -1 binary64))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (sin.f64 v)) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) (sin.f64 v))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(*.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (/.f64 e #s(literal -1 binary64)) (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) #s(literal -1 binary64)) (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) #s(literal 1 binary64)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 e #s(literal 1 binary64)) (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64))) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) #s(literal -1 binary64)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 e (sin.f64 v))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) e) #s(literal -1 binary64)) (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) e) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) (sin.f64 v)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) e) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (sin.f64 v)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) e) #s(literal -1 binary64)) (pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (sin.f64 v)) #s(literal -1 binary64)) (pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) e) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(neg.f64 (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(*.f64 e (sin.f64 v)) |
(*.f64 e (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(*.f64 e (*.f64 (sin.f64 v) #s(literal 1 binary64))) |
(*.f64 (sin.f64 v) e) |
(*.f64 (sin.f64 v) (neg.f64 (-.f64 #s(literal 0 binary64) e))) |
(*.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 e (sin.f64 v))) |
(*.f64 #s(literal -1 binary64) (*.f64 e (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) e)) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v))) e) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) e)) (sin.f64 v)) |
(sin.f64 v) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)))) |
(+.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (neg.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(+.f64 (neg.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e))) #s(literal 1 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log1p.f64 (*.f64 e (cos.f64 v))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log1p.f64 (*.f64 e (cos.f64 v))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal 1 binary64))) |
(fma.f64 e (cos.f64 v) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (neg.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(fma.f64 (cos.f64 v) e #s(literal 1 binary64)) |
(fma.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (neg.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (neg.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))) #s(literal -1 binary64)) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (pow.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64))) (neg.f64 (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64))) (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 9 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal -3 binary64)) (pow.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal -2 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal -2 binary64)) (pow.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal 2 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (neg.f64 (*.f64 e e)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (neg.f64 (*.f64 e e))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (neg.f64 (*.f64 e e))))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (neg.f64 (*.f64 e e))))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)) #s(literal 1 binary64))) (pow.f64 (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (neg.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 9 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) #s(literal 1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64)))) (neg.f64 (neg.f64 (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal -3 binary64)) (pow.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal -2 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal -2 binary64)) (pow.f64 (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 (*.f64 e e) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) |
(pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) #s(literal -1 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 9 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) |
(exp.f64 (log.f64 (*.f64 e (cos.f64 v)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 e (cos.f64 v))) #s(literal 1 binary64))) |
(pow.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)) |
(*.f64 e (cos.f64 v)) |
(*.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(*.f64 (cos.f64 v) e) |
(*.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 e #s(literal 1 binary64)) (pow.f64 (cos.f64 v) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (cos.f64 v) #s(literal 1 binary64)) (pow.f64 e #s(literal 1 binary64))) |
(*.f64 (exp.f64 (log.f64 (cos.f64 v))) (exp.f64 (log.f64 e))) |
(*.f64 (exp.f64 (log.f64 e)) (exp.f64 (log.f64 (cos.f64 v)))) |
| 1× | egg-herbie |
| 4514× | *-lowering-*.f32 |
| 4514× | *-lowering-*.f64 |
| 1708× | +-lowering-+.f64 |
| 1708× | +-lowering-+.f32 |
| 1694× | sum3-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 182 | 1121 |
| 1 | 596 | 1000 |
| 2 | 1926 | 972 |
| 3 | 6907 | 972 |
| 0 | 8448 | 972 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* e (sin v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(/ (* e v) (+ 1 e)) |
(* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e v) |
(* v (+ e (* -1/6 (* e (pow v 2))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2))))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* (pow v 2) (+ (* -1/5040 (* e (pow v 2))) (* 1/120 e))))))) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6)))) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
1 |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(* e (cos v)) |
(* e (+ (cos v) (/ 1 e))) |
(* e (+ (cos v) (/ 1 e))) |
(* e (+ (cos v) (/ 1 e))) |
(* e (cos v)) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(+ 1 e) |
(+ 1 (+ e (* -1/2 (* e (pow v 2))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2))))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e))))))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
e |
(+ e (* -1/2 (* e (pow v 2)))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2)))))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e)))))) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
| Outputs |
|---|
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(*.f64 e (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) (sin.f64 v))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 (*.f64 e (sin.f64 v)) (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (sin.f64 v) (*.f64 (*.f64 (cos.f64 v) (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) e))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) (sin.f64 v)))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) e)) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (+.f64 (/.f64 (sin.f64 v) (*.f64 (*.f64 e e) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 4 binary64))))) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) e))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) e)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 4 binary64))))) e)) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e (/.f64 #s(literal -1/5040 binary64) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e (*.f64 e #s(literal -1/720 binary64))) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 e (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/24 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))))))))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e v) |
(*.f64 e v) |
(* v (+ e (* -1/6 (* e (pow v 2))))) |
(*.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) e)) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2))))))) |
(*.f64 v (+.f64 e (*.f64 v (*.f64 v (*.f64 e (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 v v) #s(literal 1/120 binary64)))))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* (pow v 2) (+ (* -1/5040 (* e (pow v 2))) (* 1/120 e))))))) |
(*.f64 v (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 (*.f64 v v) (*.f64 e (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64))))))))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 v v) #s(literal 1/120 binary64)))))) |
(* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64))))))))) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
1 |
#s(literal 1 binary64) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (+ (cos v) (/ 1 e))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (+ (cos v) (/ 1 e))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (+ (cos v) (/ 1 e))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 e) |
(+.f64 e #s(literal 1 binary64)) |
(+ 1 (+ e (* -1/2 (* e (pow v 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -1/2 binary64)) #s(literal 1 binary64)) e)) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2))))))) |
(+.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 v v) #s(literal 1/24 binary64)))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e))))))) |
(+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 v v) #s(literal -1/720 binary64))))))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
e |
(+ e (* -1/2 (* e (pow v 2)))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -1/2 binary64)) #s(literal 1 binary64)) e) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2)))))) |
(+.f64 e (*.f64 (*.f64 e (*.f64 v v)) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 v v) #s(literal 1/24 binary64))))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e)))))) |
(+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 v v) #s(literal -1/720 binary64))))))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
Compiled 10126 to 1023 computations (89.9% saved)
9 alts after pruning (9 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 389 | 9 | 398 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 390 | 9 | 399 |
| Status | Accuracy | Program |
|---|---|---|
| 76.2% | (pow.f64 (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) | |
| ▶ | 98.9% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
| ▶ | 56.2% | (/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
| ▶ | 99.7% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| ▶ | 99.8% | (*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
| 56.1% | (*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) | |
| ▶ | 56.3% | (*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
| 97.2% | (*.f64 e (sin.f64 v)) | |
| 99.6% | (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
Compiled 440 to 232 computations (47.3% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 e (cos.f64 v)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
| ✓ | cost-diff | 0 | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| ✓ | cost-diff | 0 | (+.f64 e #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (sin.f64 v) |
| ✓ | cost-diff | 0 | (*.f64 e (sin.f64 v)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
| ✓ | cost-diff | 1024 | (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))) |
| ✓ | cost-diff | 1024 | (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
| ✓ | cost-diff | 1024 | (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) |
| ✓ | cost-diff | 1024 | (*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
| ✓ | cost-diff | 0 | (+.f64 e #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 e v) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) |
| ✓ | cost-diff | 0 | (sin.f64 v) |
| ✓ | cost-diff | 0 | (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
| 4024× | *-lowering-*.f32 |
| 4024× | *-lowering-*.f64 |
| 1702× | +-lowering-+.f64 |
| 1702× | +-lowering-+.f32 |
| 856× | /-lowering-/.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 52 | 718 |
| 1 | 168 | 693 |
| 2 | 578 | 644 |
| 3 | 2333 | 632 |
| 4 | 6444 | 630 |
| 0 | 8208 | 630 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (* (- 1 (* e (cos v))) e)) |
(/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(sin v) |
v |
(- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
1 |
(* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* e e) |
e |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
1/2 |
(* 1/2 (cos (* 2 v))) |
(cos (* 2 v)) |
(* 2 v) |
2 |
(* (- 1 (* e (cos v))) e) |
(- 1 (* e (cos v))) |
(* e (cos v)) |
(cos v) |
(/ (* e v) (+ e 1)) |
(* e v) |
e |
v |
(+ e 1) |
1 |
(* v (+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))))) |
v |
(+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))))) |
(/ e (+ e 1)) |
e |
(+ e 1) |
1 |
(* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))) |
(* v v) |
(+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))) |
(+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) |
(/ (* e -1/6) (+ e 1)) |
(* e -1/6) |
-1/6 |
(/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))) |
(* (* e e) 1/2) |
(* e e) |
1/2 |
(* (+ e 1) (+ e 1)) |
(* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))) |
(+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))) |
(* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) |
(- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1))) |
(/ 1/120 (+ e 1)) |
1/120 |
(/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)) |
(* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) |
-1/2 |
(/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))) |
(* -1/24 (* e e)) |
-1/24 |
(/ (* e (sin v)) (+ e 1)) |
(* e (sin v)) |
e |
(sin v) |
v |
(+ e 1) |
1 |
(/ e (/ (+ 1 (* e (cos v))) (sin v))) |
e |
(/ (+ 1 (* e (cos v))) (sin v)) |
(+ 1 (* e (cos v))) |
1 |
(* e (cos v)) |
(cos v) |
v |
(sin v) |
| Outputs |
|---|
(* (/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (* (- 1 (* e (cos v))) e)) |
(/.f64 (*.f64 (sin.f64 v) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal -1/2 binary64) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) #s(literal -1/2 binary64)))))) |
(/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal -1/2 binary64) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) #s(literal -1/2 binary64)))))) |
(sin v) |
(sin.f64 v) |
v |
(- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal -1/2 binary64) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
1 |
#s(literal 1 binary64) |
(* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* e e) |
(*.f64 e e) |
e |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
1/2 |
#s(literal 1/2 binary64) |
(* 1/2 (cos (* 2 v))) |
(*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) |
(cos (* 2 v)) |
(cos.f64 (*.f64 v #s(literal 2 binary64))) |
(* 2 v) |
(*.f64 v #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(* (- 1 (* e (cos v))) e) |
(*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(- 1 (* e (cos v))) |
(-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(cos v) |
(cos.f64 v) |
(/ (* e v) (+ e 1)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(* e v) |
(*.f64 v e) |
e |
v |
(+ e 1) |
(+.f64 #s(literal 1 binary64) e) |
1 |
#s(literal 1 binary64) |
(* v (+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (+.f64 (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) #s(literal -1/2 binary64)) (-.f64 #s(literal -1 binary64) e)))))) (*.f64 (/.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 v v) #s(literal -1/24 binary64)))))))) |
v |
(+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))))) |
(+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (+.f64 (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) #s(literal -1/2 binary64)) (-.f64 #s(literal -1 binary64) e)))))) (*.f64 (/.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 v v) #s(literal -1/24 binary64))))))) |
(/ e (+ e 1)) |
(/.f64 e (+.f64 #s(literal 1 binary64) e)) |
e |
(+ e 1) |
(+.f64 #s(literal 1 binary64) e) |
1 |
#s(literal 1 binary64) |
(* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e (+.f64 (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) #s(literal -1/2 binary64)) (-.f64 #s(literal -1 binary64) e)))))) (*.f64 (/.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 v v) #s(literal -1/24 binary64)))))) |
(* v v) |
(*.f64 v v) |
(+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))) |
(+.f64 (*.f64 e (+.f64 (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) #s(literal -1/2 binary64)) (-.f64 #s(literal -1 binary64) e)))))) (*.f64 (/.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 v v) #s(literal -1/24 binary64))))) |
(+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) |
(/ (* e -1/6) (+ e 1)) |
(/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) |
(* e -1/6) |
(*.f64 e #s(literal -1/6 binary64)) |
-1/6 |
#s(literal -1/6 binary64) |
(/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))) |
(/.f64 (*.f64 e (*.f64 e #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) |
(* (* e e) 1/2) |
(*.f64 e (*.f64 e #s(literal 1/2 binary64))) |
(* e e) |
(*.f64 e e) |
1/2 |
#s(literal 1/2 binary64) |
(* (+ e 1) (+ e 1)) |
(*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) |
(* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))) |
(*.f64 v (*.f64 v (*.f64 e (+.f64 (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) #s(literal -1/2 binary64)) (-.f64 #s(literal -1 binary64) e))) (/.f64 (*.f64 e #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))) |
(*.f64 e (+.f64 (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) #s(literal -1/2 binary64)) (-.f64 #s(literal -1 binary64) e))) (/.f64 (*.f64 e #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) |
(* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) |
(*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) #s(literal -1/2 binary64)) (-.f64 #s(literal -1 binary64) e)))) |
(- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1))) |
(+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) #s(literal -1/2 binary64)) (-.f64 #s(literal -1 binary64) e))) |
(/ 1/120 (+ e 1)) |
(/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) |
1/120 |
#s(literal 1/120 binary64) |
(/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)) |
(*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/2 binary64) (+.f64 #s(literal 1 binary64) e))) |
(* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) |
(*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 e #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)))) #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))) |
(/.f64 (*.f64 e (*.f64 e #s(literal -1/24 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) |
(* -1/24 (* e e)) |
(*.f64 e (*.f64 e #s(literal -1/24 binary64))) |
-1/24 |
#s(literal -1/24 binary64) |
(/ (* e (sin v)) (+ e 1)) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) e)) |
(* e (sin v)) |
(*.f64 (sin.f64 v) e) |
e |
(sin v) |
(sin.f64 v) |
v |
(+ e 1) |
(+.f64 #s(literal 1 binary64) e) |
1 |
#s(literal 1 binary64) |
(/ e (/ (+ 1 (* e (cos v))) (sin v))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
e |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
1 |
#s(literal 1 binary64) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(cos v) |
(cos.f64 v) |
v |
(sin v) |
(sin.f64 v) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 99.9% | (*.f64 e (cos.f64 v)) |
| ✓ | accuracy | 99.8% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
| ✓ | accuracy | 99.7% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| ✓ | accuracy | 100.0% | (+.f64 e #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
| ✓ | accuracy | 99.9% | (*.f64 e (sin.f64 v)) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) |
| ✓ | accuracy | 99.5% | (*.f64 e #s(literal -1/6 binary64)) |
| ✓ | accuracy | 91.8% | (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) |
| ✓ | accuracy | 100.0% | (+.f64 e #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 e v) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
| ✓ | accuracy | 99.9% | (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) |
| ✓ | accuracy | 99.9% | (*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
| ✓ | accuracy | 99.9% | (*.f64 e (cos.f64 v)) |
| ✓ | accuracy | 99.4% | (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) |
| 242.0ms | 255× | 0 | valid |
| 2.0ms | 1× | 2 | valid |
Compiled 843 to 53 computations (93.7% saved)
ival-mult: 32.0ms (30.7% of total)ival-div: 26.0ms (24.9% of total)ival-cos: 17.0ms (16.3% of total)...c/correct-round.rkt:119:19: 11.0ms (10.5% of total)ival-add: 8.0ms (7.7% of total)ival-sin: 6.0ms (5.8% of total)ival-sub: 4.0ms (3.8% of total)const: 1.0ms (1% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (* (- 1 (* e (cos v))) e))> |
#<alt (/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (sin v)> |
#<alt (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (/ (* e v) (+ e 1))> |
#<alt (* e v)> |
#<alt (+ e 1)> |
#<alt (* v (+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))))))> |
#<alt (+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))))> |
#<alt (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))))> |
#<alt (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))> |
#<alt (/ (* e (sin v)) (+ e 1))> |
#<alt (* e (sin v))> |
#<alt (/ e (/ (+ 1 (* e (cos v))) (sin v)))> |
#<alt (/ (+ 1 (* e (cos v))) (sin v))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (* e (cos v))> |
#<alt (+ 1/2 (* 1/2 (cos (* 2 v))))> |
#<alt (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))> |
#<alt (* e -1/6)> |
#<alt (* -1/24 (* e e))> |
| Outputs |
|---|
#<alt (/ (* e (* v (- 1 e))) (- 1 (pow e 2)))> |
#<alt (* v (+ (* (pow v 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (/ (* e (- 1 e)) (- 1 (pow e 2)))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* (pow v 2) (- (/ (* e (+ (* -1/12 e) (+ (* -1/24 e) (* 1/120 (- 1 e))))) (- 1 (pow e 2))) (+ (* -1/3 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))))) (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2)))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (/ (* e (- 1 e)) (- 1 (pow e 2)))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* (pow v 2) (- (+ (* (pow v 2) (- (/ (* e (+ (* -1/5040 (- 1 e)) (+ (* 1/720 e) (+ (* 1/240 e) (* 1/144 e))))) (- 1 (pow e 2))) (+ (* -1/3 (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (+ (* 2/45 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/12 e) (+ (* -1/24 e) (* 1/120 (- 1 e))))) (- 1 (pow e 2))) (+ (* -1/3 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))))) (- 1 (pow e 2))))))) (/ (* e (+ (* -1/12 e) (+ (* -1/24 e) (* 1/120 (- 1 e))))) (- 1 (pow e 2)))) (+ (* -1/3 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))))) (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2)))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (/ (* e (- 1 e)) (- 1 (pow e 2)))))> |
#<alt (/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (* e (sin v))> |
#<alt (* e (+ (sin v) (* -1 (* e (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (+ (* -1 (* (cos v) (sin v))) (* e (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))))))> |
#<alt (* e (+ (sin v) (* e (+ (* -1 (* (cos v) (sin v))) (* e (- (* -1 (* e (* (cos v) (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))) (* -1 (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))))))))> |
#<alt (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (/ (* (cos v) (sin v)) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (- (+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (* -1 (/ (sin v) (* (pow e 3) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (* -1 (/ (* (cos v) (sin v)) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))))> |
#<alt (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (* (cos v) (sin v)) (* e (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))) e)) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (/ (* (cos v) (sin v)) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) e)) (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))) e)) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (/ v (- 1 (pow e 2)))> |
#<alt (* v (+ (* -1 (* (pow v 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2))))) (/ 1 (- 1 (pow e 2)))))> |
#<alt (* v (+ (* (pow v 2) (- (* (pow v 2) (- (* 1/120 (/ 1 (- 1 (pow e 2)))) (+ (* -1 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (* -1/3 (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))))) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2))))) (/ 1 (- 1 (pow e 2)))))> |
#<alt (* v (+ (* (pow v 2) (- (* (pow v 2) (- (+ (* -1 (* (pow v 2) (+ (* 1/5040 (/ 1 (- 1 (pow e 2)))) (+ (* 2/45 (/ (pow e 2) (pow (- 1 (pow e 2)) 2))) (+ (* 1/3 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (/ (* (pow e 2) (- (* 1/120 (/ 1 (- 1 (pow e 2)))) (+ (* -1 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (* -1/3 (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))))) (- 1 (pow e 2)))))))) (* 1/120 (/ 1 (- 1 (pow e 2))))) (+ (* -1 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (* -1/3 (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))))) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2))))) (/ 1 (- 1 (pow e 2)))))> |
#<alt (/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (sin v)> |
#<alt (+ (sin v) (* (pow e 2) (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (+ (sin v) (* (pow e 2) (- (* (pow e 2) (* (sin v) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (* -1 (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))))> |
#<alt (+ (sin v) (* (pow e 2) (- (* (pow e 2) (- (* (pow e 2) (* (sin v) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3))) (* -1 (* (sin v) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))))) (* -1 (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))))> |
#<alt (* -1 (/ (sin v) (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (+ (* -1 (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (pow e 2))> |
#<alt (/ (- (+ (* -1 (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (pow e 2))> |
#<alt (/ (- (+ (* -1 (/ (sin v) (* (pow e 6) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 4)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3))))) (pow e 2))> |
#<alt (* -1 (/ (sin v) (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (/ (+ (* -1 (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (pow e 2))> |
#<alt (/ (- (+ (* -1 (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (pow e 2))> |
#<alt (/ (- (+ (* -1 (/ (sin v) (* (pow e 6) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 4)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3))))) (pow e 2))> |
#<alt v> |
#<alt (* v (+ 1 (* -1/6 (pow v 2))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6))))> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt 1> |
#<alt (+ 1 (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (+ 1 (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (+ 1 (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))))> |
#<alt (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (- 1 (pow e 2))> |
#<alt (- (+ 1 (* (pow e 2) (pow v 2))) (pow e 2))> |
#<alt (- (+ 1 (* (pow v 2) (- (* -1/3 (* (pow e 2) (pow v 2))) (* -1 (pow e 2))))) (pow e 2))> |
#<alt (- (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* 2/45 (* (pow e 2) (pow v 2))) (* 1/3 (pow e 2)))) (* -1 (pow e 2))))) (pow e 2))> |
#<alt (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))> |
#<alt (* e v)> |
#<alt (* e (+ v (* -1 (* e v))))> |
#<alt (* e (+ v (* e (- (* e v) v))))> |
#<alt (* e (+ v (* e (- (* e (- (* -1 (* e v)) (* -1 v))) v))))> |
#<alt v> |
#<alt (+ v (* -1 (/ v e)))> |
#<alt (- (+ v (/ v (pow e 2))) (/ v e))> |
#<alt (- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e)))> |
#<alt v> |
#<alt (+ v (* -1 (/ v e)))> |
#<alt (+ v (* -1 (/ (+ v (* -1 (/ v e))) e)))> |
#<alt (+ v (* -1 (/ (+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) e)))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt 1> |
#<alt (+ 1 e)> |
#<alt (+ 1 e)> |
#<alt (+ 1 e)> |
#<alt e> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt e> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e))))> |
#<alt (* (pow v 5) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e))))))))> |
#<alt (* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e))))))))> |
#<alt (* (pow v 5) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) (* -1 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (pow v 2))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (* -1 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (pow v 2)))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (* -1 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (pow v 2)))))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (+ (* e (* v (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))))> |
#<alt (* e (+ (* e (+ (* e (* v (+ 1 (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6))))) (* v (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1)))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))))> |
#<alt (* e (+ (* e (+ (* e (+ (* e (* v (- (* (pow v 2) (+ 5/3 (* -17/15 (pow v 2)))) 1))) (* v (+ 1 (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6)))))) (* v (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1)))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))))> |
#<alt (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))> |
#<alt (+ (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) (/ (* v (- (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) 1)) e))> |
#<alt (+ (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) (+ (/ (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) (pow e 2)) (/ (* v (- (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) 1)) e)))> |
#<alt (+ (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) (+ (/ (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) (pow e 2)) (+ (/ (* v (- (* (pow v 2) (- (* -241/120 (pow v 2)) 11/6)) 1)) (pow e 3)) (/ (* v (- (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) 1)) e))))> |
#<alt (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))> |
#<alt (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))))) e)) (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) e)) (* v (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))))) e)) (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 11/6 (* 241/120 (pow v 2)))))) e)) (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2))))))) e)) (* v (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))))) e)) (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))))> |
#<alt (* e (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* e (+ 1 (+ (* e (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1)) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (+ 1 (+ (* e (- (+ (* e (+ 1 (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6)))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2))))) 1)) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (+ 1 (+ (* e (- (+ (* e (+ 1 (+ (* e (- (* (pow v 2) (+ 5/3 (* -17/15 (pow v 2)))) 1)) (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6))))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2))))) 1)) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))> |
#<alt (- (+ 1 (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))) (/ 1 e))> |
#<alt (- (+ 1 (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ 1 (pow e 2)) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))))) (/ 1 e))> |
#<alt (- (+ 1 (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ 1 (pow e 2)) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (+ (/ (* (pow v 2) (- (* -241/120 (pow v 2)) 11/6)) (pow e 3)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e)))))) (+ (/ 1 e) (/ 1 (pow e 3))))> |
#<alt (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))> |
#<alt (+ 1 (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))> |
#<alt (+ 1 (+ (* -1 (/ (+ 1 (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2))))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))> |
#<alt (+ 1 (+ (* -1 (/ (+ 1 (+ (* -1 (/ (+ 1 (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 11/6 (* 241/120 (pow v 2))))) e)) (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))> |
#<alt (/ e (+ 1 e))> |
#<alt (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))> |
#<alt (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e)))> |
#<alt (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e)))> |
#<alt (* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e))))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e))))))))> |
#<alt (* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e))))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e))))))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))))> |
#<alt (* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* e (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))> |
#<alt (* e (+ (* e (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2))))) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* e (+ (* e (+ (* e (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))))) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* e (+ (* e (+ (* e (+ (* e (* (pow v 2) (+ 5/3 (* -17/15 (pow v 2))))) (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6)))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))))) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))> |
#<alt (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))> |
#<alt (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e)))> |
#<alt (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (+ (/ (* (pow v 2) (- (* -241/120 (pow v 2)) 11/6)) (pow e 3)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))))> |
#<alt (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))> |
#<alt (+ (* -1 (/ (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow v 2) (+ 11/6 (* 241/120 (pow v 2)))) e)) (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2))))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))> |
#<alt (* e (- (* 1/120 (pow v 2)) 1/6))> |
#<alt (* e (- (+ (* 1/120 (pow v 2)) (* e (+ 2/3 (* -2/15 (pow v 2))))) 1/6))> |
#<alt (* e (- (+ (* 1/120 (pow v 2)) (* e (+ 2/3 (+ (* -2/15 (pow v 2)) (* e (- (* 61/120 (pow v 2)) 7/6)))))) 1/6))> |
#<alt (* e (- (+ (* 1/120 (pow v 2)) (* e (+ 2/3 (+ (* -2/15 (pow v 2)) (* e (- (+ (* 61/120 (pow v 2)) (* e (+ 5/3 (* -17/15 (pow v 2))))) 7/6)))))) 1/6))> |
#<alt (+ 1/3 (* 2/15 (pow v 2)))> |
#<alt (- (+ 1/3 (+ (* -61/120 (/ (pow v 2) e)) (* 2/15 (pow v 2)))) (* 5/6 (/ 1 e)))> |
#<alt (- (+ 1/3 (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (+ (* 17/15 (/ (pow v 2) (pow e 2))) (/ 4/3 (pow e 2)))))) (* 5/6 (/ 1 e)))> |
#<alt (- (+ 1/3 (+ (* -241/120 (/ (pow v 2) (pow e 3))) (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (+ (* 17/15 (/ (pow v 2) (pow e 2))) (/ 4/3 (pow e 2))))))) (+ (* 5/6 (/ 1 e)) (* 11/6 (/ 1 (pow e 3)))))> |
#<alt (+ 1/3 (* 2/15 (pow v 2)))> |
#<alt (+ 1/3 (+ (* -1 (/ (+ 5/6 (* 61/120 (pow v 2))) e)) (* 2/15 (pow v 2))))> |
#<alt (+ 1/3 (+ (* -1 (/ (+ 5/6 (+ (* -1 (/ (+ 4/3 (* 17/15 (pow v 2))) e)) (* 61/120 (pow v 2)))) e)) (* 2/15 (pow v 2))))> |
#<alt (+ 1/3 (+ (* -1 (/ (+ 5/6 (+ (* -1 (/ (+ 4/3 (+ (* -1 (/ (+ 11/6 (* 241/120 (pow v 2))) e)) (* 17/15 (pow v 2)))) e)) (* 61/120 (pow v 2)))) e)) (* 2/15 (pow v 2))))> |
#<alt (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))))> |
#<alt (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))> |
#<alt (* e (sin v))> |
#<alt (* e (+ (sin v) (* -1 (* e (sin v)))))> |
#<alt (* e (+ (sin v) (* e (- (* e (sin v)) (sin v)))))> |
#<alt (* e (+ (sin v) (* e (- (* e (- (* -1 (* e (sin v))) (* -1 (sin v)))) (sin v)))))> |
#<alt (sin v)> |
#<alt (+ (sin v) (* -1 (/ (sin v) e)))> |
#<alt (- (+ (sin v) (/ (sin v) (pow e 2))) (/ (sin v) e))> |
#<alt (- (+ (sin v) (* -1 (/ (sin v) (pow e 3)))) (+ (* -1 (/ (sin v) (pow e 2))) (/ (sin v) e)))> |
#<alt (sin v)> |
#<alt (+ (sin v) (* -1 (/ (sin v) e)))> |
#<alt (+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (sin v) e))) e)))> |
#<alt (+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (sin v) e))) e))) e)))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* -1/6 (/ (* e (pow v 2)) (+ 1 e))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/120 (/ (* e (pow v 2)) (+ 1 e))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (+ (* -1/5040 (/ (* e (pow v 2)) (+ 1 e))) (* 1/120 (/ e (+ 1 e))))))) (/ e (+ 1 e))))> |
#<alt (/ (* e (sin v)) (+ 1 e))> |
#<alt (/ (* e (sin v)) (+ 1 e))> |
#<alt (/ (* e (sin v)) (+ 1 e))> |
#<alt (/ (* e (sin v)) (+ 1 e))> |
#<alt (/ (* e (sin v)) (+ 1 e))> |
#<alt (/ (* e (sin v)) (+ 1 e))> |
#<alt (/ (* e (sin v)) (+ 1 e))> |
#<alt (/ (* e (sin v)) (+ 1 e))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e v)> |
#<alt (* v (+ e (* -1/6 (* e (pow v 2)))))> |
#<alt (* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2)))))))> |
#<alt (* v (+ e (* (pow v 2) (+ (* -1/6 e) (* (pow v 2) (+ (* -1/5040 (* e (pow v 2))) (* 1/120 e)))))))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (sin v))> |
#<alt (* e (+ (sin v) (* -1 (* e (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v))))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))> |
#<alt (- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v)))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ 1 (sin v))> |
#<alt (+ (/ 1 (sin v)) (/ (* e (cos v)) (sin v)))> |
#<alt (+ (/ 1 (sin v)) (/ (* e (cos v)) (sin v)))> |
#<alt (+ (/ 1 (sin v)) (/ (* e (cos v)) (sin v)))> |
#<alt (/ (* e (cos v)) (sin v))> |
#<alt (* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v))))> |
#<alt (* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v))))> |
#<alt (* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v))))> |
#<alt (/ (* e (cos v)) (sin v))> |
#<alt (* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v))))))> |
#<alt (* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v))))))> |
#<alt (* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v))))))> |
#<alt (/ (+ 1 e) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (- (* -1/2 e) (* -1/6 (+ 1 e)))))) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (- (+ (* -1/2 e) (* (pow v 2) (- (* 1/24 e) (+ (* -1/6 (- (* -1/2 e) (* -1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (* -1/6 (+ 1 e)))))) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (- (+ (* -1/2 e) (* (pow v 2) (- (+ (* 1/24 e) (* (pow v 2) (- (* -1/720 e) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (- (* -1/2 e) (* -1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (- (* -1/2 e) (* -1/6 (+ 1 e))))))))) (+ (* -1/6 (- (* -1/2 e) (* -1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (* -1/6 (+ 1 e)))))) v)> |
#<alt (/ (+ 1 (* e (cos v))) (sin v))> |
#<alt (/ (+ 1 (* e (cos v))) (sin v))> |
#<alt (/ (+ 1 (* e (cos v))) (sin v))> |
#<alt (/ (+ 1 (* e (cos v))) (sin v))> |
#<alt (/ (+ 1 (* e (cos v))) (sin v))> |
#<alt (/ (+ 1 (* e (cos v))) (sin v))> |
#<alt (/ (+ 1 (* e (cos v))) (sin v))> |
#<alt (/ (+ 1 (* e (cos v))) (sin v))> |
#<alt 1> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (* e (cos v))> |
#<alt (* e (+ (cos v) (/ 1 e)))> |
#<alt (* e (+ (cos v) (/ 1 e)))> |
#<alt (* e (+ (cos v) (/ 1 e)))> |
#<alt (* e (cos v))> |
#<alt (* -1 (* e (- (* -1 (cos v)) (/ 1 e))))> |
#<alt (* -1 (* e (- (* -1 (cos v)) (/ 1 e))))> |
#<alt (* -1 (* e (- (* -1 (cos v)) (/ 1 e))))> |
#<alt (+ 1 e)> |
#<alt (+ 1 (+ e (* -1/2 (* e (pow v 2)))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2)))))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e)))))))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (+ 1 (* e (cos v)))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt e> |
#<alt (+ e (* -1/2 (* e (pow v 2))))> |
#<alt (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2))))))> |
#<alt (+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e))))))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt 1> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (+ 1 (* (pow v 2) (- (* 1/3 (pow v 2)) 1)))> |
#<alt (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/3 (* -2/45 (pow v 2)))) 1)))> |
#<alt (+ 1/2 (* 1/2 (cos (* 2 v))))> |
#<alt (+ 1/2 (* 1/2 (cos (* 2 v))))> |
#<alt (+ 1/2 (* 1/2 (cos (* 2 v))))> |
#<alt (+ 1/2 (* 1/2 (cos (* 2 v))))> |
#<alt (+ 1/2 (* 1/2 (cos (* 2 v))))> |
#<alt (+ 1/2 (* 1/2 (cos (* 2 v))))> |
#<alt (+ 1/2 (* 1/2 (cos (* 2 v))))> |
#<alt (+ 1/2 (* 1/2 (cos (* 2 v))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (pow e 2)> |
#<alt (+ (* -1 (* (pow e 2) (pow v 2))) (pow e 2))> |
#<alt (+ (* (pow v 2) (+ (* -1 (pow e 2)) (* 1/3 (* (pow e 2) (pow v 2))))) (pow e 2))> |
#<alt (+ (* (pow v 2) (+ (* -1 (pow e 2)) (* (pow v 2) (+ (* -2/45 (* (pow e 2) (pow v 2))) (* 1/3 (pow e 2)))))) (pow e 2))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))> |
#<alt (* 1/120 (* e (pow v 2)))> |
#<alt (* e (+ (* -2/15 (* e (pow v 2))) (* 1/120 (pow v 2))))> |
#<alt (* e (+ (* 1/120 (pow v 2)) (* e (+ (* -2/15 (pow v 2)) (* 61/120 (* e (pow v 2)))))))> |
#<alt (* e (+ (* 1/120 (pow v 2)) (* e (+ (* -2/15 (pow v 2)) (* e (+ (* -17/15 (* e (pow v 2))) (* 61/120 (pow v 2))))))))> |
#<alt (* 2/15 (pow v 2))> |
#<alt (+ (* -61/120 (/ (pow v 2) e)) (* 2/15 (pow v 2)))> |
#<alt (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (* 17/15 (/ (pow v 2) (pow e 2)))))> |
#<alt (+ (* -241/120 (/ (pow v 2) (pow e 3))) (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (* 17/15 (/ (pow v 2) (pow e 2))))))> |
#<alt (* 2/15 (pow v 2))> |
#<alt (+ (* -61/120 (/ (pow v 2) e)) (* 2/15 (pow v 2)))> |
#<alt (+ (* -1 (/ (+ (* -17/15 (/ (pow v 2) e)) (* 61/120 (pow v 2))) e)) (* 2/15 (pow v 2)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -241/120 (/ (pow v 2) e)) (* 17/15 (pow v 2))) e)) (* 61/120 (pow v 2))) e)) (* 2/15 (pow v 2)))> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/6 e)> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
#<alt (* -1/24 (pow e 2))> |
117 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | e | @ | 0 | (* v (+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))))) |
| 6.0ms | e | @ | inf | (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))) |
| 3.0ms | v | @ | 0 | (* (/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (* (- 1 (* e (cos v))) e)) |
| 3.0ms | v | @ | inf | (/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
| 3.0ms | v | @ | inf | (* v (+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))))) |
| 1× | batch-egg-rewrite |
| 4516× | *-lowering-*.f32 |
| 4516× | *-lowering-*.f64 |
| 2000× | /-lowering-/.f32 |
| 2000× | /-lowering-/.f64 |
| 1628× | pow-lowering-pow.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 52 | 437 |
| 1 | 358 | 357 |
| 2 | 4217 | 357 |
| 0 | 8557 | 357 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (* (- 1 (* e (cos v))) e)) |
(/ (sin v) (- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(sin v) |
(- 1 (* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(/ (* e v) (+ e 1)) |
(* e v) |
(+ e 1) |
(* v (+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))))) |
(+ (/ e (+ e 1)) (* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))))) |
(* (* v v) (+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))))) |
(+ (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1)))) (* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1)))))) |
(/ (* e (sin v)) (+ e 1)) |
(* e (sin v)) |
(/ e (/ (+ 1 (* e (cos v))) (sin v))) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(+ 1 (* e (cos v))) |
(* e (cos v)) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(* (* e e) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (* v v) (+ (* e (- (/ 1/120 (+ e 1)) (/ (* -1/2 (+ (/ (* e -1/6) (+ e 1)) (/ (* (* e e) 1/2) (* (+ e 1) (+ e 1))))) (+ e 1)))) (/ (* -1/24 (* e e)) (* (+ e 1) (+ e 1))))) |
(* e -1/6) |
(* -1/24 (* e e)) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 e (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)))) |
(/.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) e)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(/.f64 (*.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v))) |
(/.f64 (*.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal -1 binary64)) |
(*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (sin.f64 v) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (sin.f64 v) (/.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)))) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) |
(*.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) e) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 #s(literal 1 binary64) e) #s(literal -1 binary64))) |
(*.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (sin.f64 v)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 (/.f64 e #s(literal 1 binary64)) (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 e (+.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (/.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) |
(/.f64 (*.f64 (sin.f64 v) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (sin.f64 v)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(sin.f64 v) |
(+.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)) (*.f64 e (cos.f64 v)))) |
(+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e))) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) (/.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (/.f64 (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e)))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 v e) (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (+.f64 #s(literal 1 binary64) e))) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v) #s(literal 1 binary64))) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 v e) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 v #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 #s(literal 1 binary64) v) (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(*.f64 #s(literal 1 binary64) (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e))) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(*.f64 e (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) v)) |
(*.f64 (*.f64 v e) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) v) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 v e)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 v e)) #s(literal -1 binary64))) |
(*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 v e) |
(*.f64 e v) |
(+.f64 #s(literal 1 binary64) e) |
(+.f64 e #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 (*.f64 e e) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 e e) e))) |
(/.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (neg.f64 (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64))) (neg.f64 (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) #s(literal 1 binary64)) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) #s(literal 1 binary64)) (+.f64 e #s(literal -1 binary64))) |
(pow.f64 (/.f64 (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 (*.f64 e e) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) |
(*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)))) |
(*.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(+.f64 (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v))) |
(+.f64 (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v)) (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e))) |
(fma.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v))) |
(fma.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) v (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v))) |
(/.f64 (+.f64 (pow.f64 (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e))) (-.f64 (*.f64 (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v)) (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v))) (*.f64 (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e))) (*.f64 (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v)) (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v)))) (-.f64 (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 (*.f64 v v) v)))) |
(/.f64 (*.f64 v (+.f64 (/.f64 (*.f64 e (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e)))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))))) |
(/.f64 (*.f64 v (-.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 e (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) #s(literal 3 binary64))) v) (+.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e)))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))))) |
(/.f64 (*.f64 (-.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) v) (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) |
(*.f64 (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) v) |
(+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 e (+.f64 #s(literal 1 binary64) e)))) |
(+.f64 (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v)))) |
(-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)))) |
(-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 #s(literal 1 binary64) e))) |
(-.f64 (/.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) (/.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) |
(fma.f64 v (*.f64 v (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(fma.f64 e (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(fma.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(fma.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 v v) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e)))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (/.f64 (*.f64 e (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (-.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 e (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e)))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))))) |
(/.f64 (+.f64 (/.f64 (*.f64 e (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (-.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 v v)) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) |
(/.f64 (-.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 e (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e)))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) (neg.f64 (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e)))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (/.f64 (*.f64 e (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (-.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 e (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 e (+.f64 #s(literal 1 binary64) e)))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))))) |
(*.f64 (-.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v)))) |
(+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) |
(+.f64 (*.f64 (*.f64 v v) (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(+.f64 (*.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (*.f64 v v)) (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 v v))) |
(fma.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v))) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v))) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 v v))))) |
(/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))))) |
(/.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) (-.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) (*.f64 v v)) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (*.f64 v v)) (-.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(*.f64 v (*.f64 v (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 v v)) |
(*.f64 (*.f64 v (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) v) |
(+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) |
(+.f64 (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v))) (+.f64 (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64)))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) |
(+.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e))) |
(+.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v)))) (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64))))) |
(+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e))) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) |
(-.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (-.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (-.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(fma.f64 v (*.f64 v (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) |
(fma.f64 e (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(fma.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) |
(fma.f64 (*.f64 e #s(literal -1/6 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) (+.f64 (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (-.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) (neg.f64 (-.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/216 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/36 binary64) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))) (-.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/36 binary64) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (sin.f64 v) e))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (sin.f64 v) e) (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 v) e)) (+.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (sin.f64 v) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) e)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 v) e)) (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (sin.f64 v) e)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 v) e))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 (sin.f64 v) e) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) e)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (sin.f64 v) e)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (sin.f64 v) e) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 v) e)) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 (sin.f64 v) e)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sin.f64 v) e)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (*.f64 (sin.f64 v) e) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (sin.f64 v) e) |
(*.f64 e (sin.f64 v)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 e (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)))) |
(/.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) e)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(/.f64 (*.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v))) |
(/.f64 (*.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal -1 binary64)) |
(*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (sin.f64 v) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (sin.f64 v) (/.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)))) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) |
(*.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) e) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 #s(literal 1 binary64) e) #s(literal -1 binary64))) |
(*.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (sin.f64 v)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 (/.f64 e #s(literal 1 binary64)) (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 e (+.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (/.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (sin.f64 v) e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 4 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
(/.f64 (+.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (*.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))) (sin.f64 v))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) (sin.f64 v)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 (+.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (sin.f64 v))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(fma.f64 e (cos.f64 v) #s(literal 1 binary64)) |
(fma.f64 (cos.f64 v) e #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) #s(literal 1 binary64)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(*.f64 e (cos.f64 v)) |
(*.f64 (cos.f64 v) e) |
(*.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (cos.f64 v)) e) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (cos.f64 v)) #s(literal 2 binary64))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(fma.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #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 v #s(literal 2 binary64))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64)))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64))))))))) (neg.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64))))))) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(pow.f64 (cos.f64 v) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64))))))))) #s(literal -1 binary64)) |
(*.f64 (cos.f64 v) (cos.f64 v)) |
(*.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(*.f64 (+.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 e (cos.f64 v))) #s(literal 2 binary64))) |
(fma.f64 e (*.f64 e #s(literal 1/2 binary64)) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 e e) #s(literal 1/2 binary64) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 e e) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) (pow.f64 (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) (-.f64 (*.f64 (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) (*.f64 (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))))) (-.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (cos.f64 (*.f64 v #s(literal 2 binary64))) (*.f64 (*.f64 e e) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 3 binary64)))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (*.f64 e e) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64))))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 3 binary64))) (*.f64 e e)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 v #s(literal 2 binary64)))))))) (*.f64 e e)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(pow.f64 (*.f64 e (cos.f64 v)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(*.f64 e (*.f64 e (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(*.f64 e (*.f64 (cos.f64 v) (*.f64 e (cos.f64 v)))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (*.f64 e e)) |
(*.f64 (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) #s(literal 1 binary64)) |
(*.f64 (cos.f64 v) (*.f64 e (*.f64 e (cos.f64 v)))) |
(*.f64 (*.f64 e (cos.f64 v)) (*.f64 e (cos.f64 v))) |
(*.f64 (*.f64 e (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) e) |
(*.f64 (*.f64 (*.f64 e (cos.f64 v)) e) (cos.f64 v)) |
(*.f64 (*.f64 (*.f64 e (cos.f64 v)) (cos.f64 v)) e) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (*.f64 e e)) |
(*.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (cos.f64 v)) #s(literal 2 binary64)) (*.f64 e e)) |
(+.f64 (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v))) (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64))))) |
(+.f64 (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64)))) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v)))) |
(fma.f64 (*.f64 v v) (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64))))) |
(fma.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (*.f64 v v) (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v))) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v)))) (-.f64 (*.f64 (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64)))) (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64))))) (*.f64 (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v))) (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v))) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v)))) (*.f64 (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64)))) (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64)))))) (-.f64 (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (*.f64 e (*.f64 v v))) (/.f64 (*.f64 v v) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) #s(literal -1/24 binary64)))))) |
(/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (*.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1/13824 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) (+.f64 (*.f64 (*.f64 e e) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 e e) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal 1/576 binary64) (*.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))))))) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (*.f64 #s(literal 1/24 binary64) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 e e) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (*.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1/13824 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 v v)) (+.f64 (*.f64 (*.f64 e e) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) (*.f64 (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal 1/576 binary64) (*.f64 (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e))) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 v v)) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (*.f64 #s(literal 1/24 binary64) (/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) (+.f64 #s(literal 1 binary64) e)))))) |
(*.f64 v (*.f64 v (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) |
(*.f64 (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) |
(*.f64 (*.f64 v (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1/120 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) v) |
(*.f64 e #s(literal -1/6 binary64)) |
(*.f64 #s(literal -1/6 binary64) e) |
(*.f64 e (*.f64 e #s(literal -1/24 binary64))) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(*.f64 #s(literal -1/24 binary64) (*.f64 e e)) |
(*.f64 (*.f64 e #s(literal -1/24 binary64)) e) |
| 1× | egg-herbie |
| 6426× | +-lowering-+.f64 |
| 6426× | +-lowering-+.f32 |
| 4782× | *-lowering-*.f32 |
| 4782× | *-lowering-*.f64 |
| 1222× | distribute-lft-in |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 928 | 10387 |
| 1 | 3233 | 9190 |
| 0 | 8585 | 9190 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* e (* v (- 1 e))) (- 1 (pow e 2))) |
(* v (+ (* (pow v 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (/ (* e (- 1 e)) (- 1 (pow e 2))))) |
(* v (+ (* (pow v 2) (- (+ (* (pow v 2) (- (/ (* e (+ (* -1/12 e) (+ (* -1/24 e) (* 1/120 (- 1 e))))) (- 1 (pow e 2))) (+ (* -1/3 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))))) (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2)))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (/ (* e (- 1 e)) (- 1 (pow e 2))))) |
(* v (+ (* (pow v 2) (- (+ (* (pow v 2) (- (+ (* (pow v 2) (- (/ (* e (+ (* -1/5040 (- 1 e)) (+ (* 1/720 e) (+ (* 1/240 e) (* 1/144 e))))) (- 1 (pow e 2))) (+ (* -1/3 (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (+ (* 2/45 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/12 e) (+ (* -1/24 e) (* 1/120 (- 1 e))))) (- 1 (pow e 2))) (+ (* -1/3 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))))) (- 1 (pow e 2))))))) (/ (* e (+ (* -1/12 e) (+ (* -1/24 e) (* 1/120 (- 1 e))))) (- 1 (pow e 2)))) (+ (* -1/3 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))))) (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2)))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (/ (* e (- 1 e)) (- 1 (pow e 2))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(* e (sin v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (+ (* -1 (* (cos v) (sin v))) (* e (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))))) |
(* e (+ (sin v) (* e (+ (* -1 (* (cos v) (sin v))) (* e (- (* -1 (* e (* (cos v) (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))) (* -1 (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))))))) |
(/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (/ (* (cos v) (sin v)) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(- (+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (* -1 (/ (sin v) (* (pow e 3) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (* -1 (/ (* (cos v) (sin v)) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))))) |
(/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(+ (* -1 (/ (+ (* -1 (/ (* (cos v) (sin v)) (* e (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))) e)) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (/ (* (cos v) (sin v)) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) e)) (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))) e)) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(/ v (- 1 (pow e 2))) |
(* v (+ (* -1 (* (pow v 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2))))) (/ 1 (- 1 (pow e 2))))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (* 1/120 (/ 1 (- 1 (pow e 2)))) (+ (* -1 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (* -1/3 (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))))) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2))))) (/ 1 (- 1 (pow e 2))))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (+ (* -1 (* (pow v 2) (+ (* 1/5040 (/ 1 (- 1 (pow e 2)))) (+ (* 2/45 (/ (pow e 2) (pow (- 1 (pow e 2)) 2))) (+ (* 1/3 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (/ (* (pow e 2) (- (* 1/120 (/ 1 (- 1 (pow e 2)))) (+ (* -1 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (* -1/3 (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))))) (- 1 (pow e 2)))))))) (* 1/120 (/ 1 (- 1 (pow e 2))))) (+ (* -1 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (* -1/3 (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))))) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2))))) (/ 1 (- 1 (pow e 2))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(sin v) |
(+ (sin v) (* (pow e 2) (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(+ (sin v) (* (pow e 2) (- (* (pow e 2) (* (sin v) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (* -1 (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))))) |
(+ (sin v) (* (pow e 2) (- (* (pow e 2) (- (* (pow e 2) (* (sin v) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3))) (* -1 (* (sin v) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))))) (* -1 (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))))) |
(* -1 (/ (sin v) (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (+ (* -1 (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (pow e 2)) |
(/ (- (+ (* -1 (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (pow e 2)) |
(/ (- (+ (* -1 (/ (sin v) (* (pow e 6) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 4)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3))))) (pow e 2)) |
(* -1 (/ (sin v) (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/ (+ (* -1 (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (pow e 2)) |
(/ (- (+ (* -1 (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (pow e 2)) |
(/ (- (+ (* -1 (/ (sin v) (* (pow e 6) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 4)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3))))) (pow e 2)) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6)))) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
1 |
(+ 1 (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(+ 1 (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(+ 1 (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(- 1 (pow e 2)) |
(- (+ 1 (* (pow e 2) (pow v 2))) (pow e 2)) |
(- (+ 1 (* (pow v 2) (- (* -1/3 (* (pow e 2) (pow v 2))) (* -1 (pow e 2))))) (pow e 2)) |
(- (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* 2/45 (* (pow e 2) (pow v 2))) (* 1/3 (pow e 2)))) (* -1 (pow e 2))))) (pow e 2)) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(* e v) |
(* e (+ v (* -1 (* e v)))) |
(* e (+ v (* e (- (* e v) v)))) |
(* e (+ v (* e (- (* e (- (* -1 (* e v)) (* -1 v))) v)))) |
v |
(+ v (* -1 (/ v e))) |
(- (+ v (/ v (pow e 2))) (/ v e)) |
(- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e))) |
v |
(+ v (* -1 (/ v e))) |
(+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) |
(+ v (* -1 (/ (+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) e))) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
1 |
(+ 1 e) |
(+ 1 e) |
(+ 1 e) |
e |
(* e (+ 1 (/ 1 e))) |
(* e (+ 1 (/ 1 e))) |
(* e (+ 1 (/ 1 e))) |
e |
(* e (+ 1 (/ 1 e))) |
(* e (+ 1 (/ 1 e))) |
(* e (+ 1 (/ 1 e))) |
(/ (* e v) (+ 1 e)) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e)))) |
(* (pow v 5) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(* (pow v 5) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* -1 (* (pow v 5) (+ (* -1 (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) (* -1 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (pow v 2)))))) |
(* -1 (* (pow v 5) (+ (* -1 (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (* -1 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (pow v 2))))))) |
(* -1 (* (pow v 5) (+ (* -1 (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (* -1 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (pow v 2))))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (+ (* e (* v (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(* e (+ (* e (+ (* e (* v (+ 1 (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6))))) (* v (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1)))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(* e (+ (* e (+ (* e (+ (* e (* v (- (* (pow v 2) (+ 5/3 (* -17/15 (pow v 2)))) 1))) (* v (+ 1 (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6)))))) (* v (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1)))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(+ (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) (/ (* v (- (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) 1)) e)) |
(+ (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) (+ (/ (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) (pow e 2)) (/ (* v (- (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) 1)) e))) |
(+ (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) (+ (/ (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) (pow e 2)) (+ (/ (* v (- (* (pow v 2) (- (* -241/120 (pow v 2)) 11/6)) 1)) (pow e 3)) (/ (* v (- (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) 1)) e)))) |
(* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))))) e)) (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))) |
(+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) e)) (* v (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))))) e)) (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 11/6 (* 241/120 (pow v 2)))))) e)) (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2))))))) e)) (* v (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))))) e)) (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))) |
(* e (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* e (+ 1 (+ (* e (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1)) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (+ 1 (+ (* e (- (+ (* e (+ 1 (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6)))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2))))) 1)) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (+ 1 (+ (* e (- (+ (* e (+ 1 (+ (* e (- (* (pow v 2) (+ 5/3 (* -17/15 (pow v 2)))) 1)) (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6))))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2))))) 1)) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(- (+ 1 (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))) (/ 1 e)) |
(- (+ 1 (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ 1 (pow e 2)) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))))) (/ 1 e)) |
(- (+ 1 (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ 1 (pow e 2)) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (+ (/ (* (pow v 2) (- (* -241/120 (pow v 2)) 11/6)) (pow e 3)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e)))))) (+ (/ 1 e) (/ 1 (pow e 3)))) |
(+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(+ 1 (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(+ 1 (+ (* -1 (/ (+ 1 (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2))))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(+ 1 (+ (* -1 (/ (+ 1 (+ (* -1 (/ (+ 1 (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 11/6 (* 241/120 (pow v 2))))) e)) (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(/ e (+ 1 e)) |
(+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))) |
(+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e))) |
(+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e))) |
(* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) |
(* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) |
(* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* e (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))) |
(* e (+ (* e (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2))))) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* e (+ (* e (+ (* e (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))))) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* e (+ (* e (+ (* e (+ (* e (* (pow v 2) (+ 5/3 (* -17/15 (pow v 2))))) (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6)))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))))) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) |
(+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e)) |
(+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))) |
(+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (+ (/ (* (pow v 2) (- (* -241/120 (pow v 2)) 11/6)) (pow e 3)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e)))) |
(* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) |
(+ (* -1 (/ (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(+ (* -1 (/ (+ (* -1 (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow v 2) (+ 11/6 (* 241/120 (pow v 2)))) e)) (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2))))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(* e (- (* 1/120 (pow v 2)) 1/6)) |
(* e (- (+ (* 1/120 (pow v 2)) (* e (+ 2/3 (* -2/15 (pow v 2))))) 1/6)) |
(* e (- (+ (* 1/120 (pow v 2)) (* e (+ 2/3 (+ (* -2/15 (pow v 2)) (* e (- (* 61/120 (pow v 2)) 7/6)))))) 1/6)) |
(* e (- (+ (* 1/120 (pow v 2)) (* e (+ 2/3 (+ (* -2/15 (pow v 2)) (* e (- (+ (* 61/120 (pow v 2)) (* e (+ 5/3 (* -17/15 (pow v 2))))) 7/6)))))) 1/6)) |
(+ 1/3 (* 2/15 (pow v 2))) |
(- (+ 1/3 (+ (* -61/120 (/ (pow v 2) e)) (* 2/15 (pow v 2)))) (* 5/6 (/ 1 e))) |
(- (+ 1/3 (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (+ (* 17/15 (/ (pow v 2) (pow e 2))) (/ 4/3 (pow e 2)))))) (* 5/6 (/ 1 e))) |
(- (+ 1/3 (+ (* -241/120 (/ (pow v 2) (pow e 3))) (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (+ (* 17/15 (/ (pow v 2) (pow e 2))) (/ 4/3 (pow e 2))))))) (+ (* 5/6 (/ 1 e)) (* 11/6 (/ 1 (pow e 3))))) |
(+ 1/3 (* 2/15 (pow v 2))) |
(+ 1/3 (+ (* -1 (/ (+ 5/6 (* 61/120 (pow v 2))) e)) (* 2/15 (pow v 2)))) |
(+ 1/3 (+ (* -1 (/ (+ 5/6 (+ (* -1 (/ (+ 4/3 (* 17/15 (pow v 2))) e)) (* 61/120 (pow v 2)))) e)) (* 2/15 (pow v 2)))) |
(+ 1/3 (+ (* -1 (/ (+ 5/6 (+ (* -1 (/ (+ 4/3 (+ (* -1 (/ (+ 11/6 (* 241/120 (pow v 2))) e)) (* 17/15 (pow v 2)))) e)) (* 61/120 (pow v 2)))) e)) (* 2/15 (pow v 2)))) |
(+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) |
(+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(* e (sin v)) |
(* e (+ (sin v) (* -1 (* e (sin v))))) |
(* e (+ (sin v) (* e (- (* e (sin v)) (sin v))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (sin v))) (* -1 (sin v)))) (sin v))))) |
(sin v) |
(+ (sin v) (* -1 (/ (sin v) e))) |
(- (+ (sin v) (/ (sin v) (pow e 2))) (/ (sin v) e)) |
(- (+ (sin v) (* -1 (/ (sin v) (pow e 3)))) (+ (* -1 (/ (sin v) (pow e 2))) (/ (sin v) e))) |
(sin v) |
(+ (sin v) (* -1 (/ (sin v) e))) |
(+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (sin v) e))) e))) |
(+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (sin v) e))) e))) e))) |
(/ (* e v) (+ 1 e)) |
(* v (+ (* -1/6 (/ (* e (pow v 2)) (+ 1 e))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/120 (/ (* e (pow v 2)) (+ 1 e))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (+ (* -1/5040 (/ (* e (pow v 2)) (+ 1 e))) (* 1/120 (/ e (+ 1 e))))))) (/ e (+ 1 e)))) |
(/ (* e (sin v)) (+ 1 e)) |
(/ (* e (sin v)) (+ 1 e)) |
(/ (* e (sin v)) (+ 1 e)) |
(/ (* e (sin v)) (+ 1 e)) |
(/ (* e (sin v)) (+ 1 e)) |
(/ (* e (sin v)) (+ 1 e)) |
(/ (* e (sin v)) (+ 1 e)) |
(/ (* e (sin v)) (+ 1 e)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e v) |
(* v (+ e (* -1/6 (* e (pow v 2))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2))))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* (pow v 2) (+ (* -1/5040 (* e (pow v 2))) (* 1/120 e))))))) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (sin v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(/ (* e v) (+ 1 e)) |
(* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ 1 (sin v)) |
(+ (/ 1 (sin v)) (/ (* e (cos v)) (sin v))) |
(+ (/ 1 (sin v)) (/ (* e (cos v)) (sin v))) |
(+ (/ 1 (sin v)) (/ (* e (cos v)) (sin v))) |
(/ (* e (cos v)) (sin v)) |
(* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v)))) |
(* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v)))) |
(* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v)))) |
(/ (* e (cos v)) (sin v)) |
(* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v)))))) |
(* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v)))))) |
(* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v)))))) |
(/ (+ 1 e) v) |
(/ (+ 1 (+ e (* (pow v 2) (- (* -1/2 e) (* -1/6 (+ 1 e)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (- (+ (* -1/2 e) (* (pow v 2) (- (* 1/24 e) (+ (* -1/6 (- (* -1/2 e) (* -1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (* -1/6 (+ 1 e)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (- (+ (* -1/2 e) (* (pow v 2) (- (+ (* 1/24 e) (* (pow v 2) (- (* -1/720 e) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (- (* -1/2 e) (* -1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (- (* -1/2 e) (* -1/6 (+ 1 e))))))))) (+ (* -1/6 (- (* -1/2 e) (* -1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (* -1/6 (+ 1 e)))))) v) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
1 |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(* e (cos v)) |
(* e (+ (cos v) (/ 1 e))) |
(* e (+ (cos v) (/ 1 e))) |
(* e (+ (cos v) (/ 1 e))) |
(* e (cos v)) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(+ 1 e) |
(+ 1 (+ e (* -1/2 (* e (pow v 2))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2))))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e))))))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(+ 1 (* e (cos v))) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
e |
(+ e (* -1/2 (* e (pow v 2)))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2)))))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e)))))) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
1 |
(+ 1 (* -1 (pow v 2))) |
(+ 1 (* (pow v 2) (- (* 1/3 (pow v 2)) 1))) |
(+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/3 (* -2/45 (pow v 2)))) 1))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(pow e 2) |
(+ (* -1 (* (pow e 2) (pow v 2))) (pow e 2)) |
(+ (* (pow v 2) (+ (* -1 (pow e 2)) (* 1/3 (* (pow e 2) (pow v 2))))) (pow e 2)) |
(+ (* (pow v 2) (+ (* -1 (pow e 2)) (* (pow v 2) (+ (* -2/45 (* (pow e 2) (pow v 2))) (* 1/3 (pow e 2)))))) (pow e 2)) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(* 1/120 (* e (pow v 2))) |
(* e (+ (* -2/15 (* e (pow v 2))) (* 1/120 (pow v 2)))) |
(* e (+ (* 1/120 (pow v 2)) (* e (+ (* -2/15 (pow v 2)) (* 61/120 (* e (pow v 2))))))) |
(* e (+ (* 1/120 (pow v 2)) (* e (+ (* -2/15 (pow v 2)) (* e (+ (* -17/15 (* e (pow v 2))) (* 61/120 (pow v 2)))))))) |
(* 2/15 (pow v 2)) |
(+ (* -61/120 (/ (pow v 2) e)) (* 2/15 (pow v 2))) |
(+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (* 17/15 (/ (pow v 2) (pow e 2))))) |
(+ (* -241/120 (/ (pow v 2) (pow e 3))) (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (* 17/15 (/ (pow v 2) (pow e 2)))))) |
(* 2/15 (pow v 2)) |
(+ (* -61/120 (/ (pow v 2) e)) (* 2/15 (pow v 2))) |
(+ (* -1 (/ (+ (* -17/15 (/ (pow v 2) e)) (* 61/120 (pow v 2))) e)) (* 2/15 (pow v 2))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -241/120 (/ (pow v 2) e)) (* 17/15 (pow v 2))) e)) (* 61/120 (pow v 2))) e)) (* 2/15 (pow v 2))) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/6 e) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
(* -1/24 (pow e 2)) |
| Outputs |
|---|
(/ (* e (* v (- 1 e))) (- 1 (pow e 2))) |
(/.f64 (*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) (-.f64 #s(literal 1 binary64) (*.f64 e e))) |
(* v (+ (* (pow v 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (/ (* e (- 1 e)) (- 1 (pow e 2))))) |
(*.f64 v (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal -1/6 binary64)) (*.f64 e #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (/.f64 (*.f64 e (-.f64 #s(literal 1 binary64) e)) (-.f64 #s(literal 1 binary64) (*.f64 e e))))) |
(* v (+ (* (pow v 2) (- (+ (* (pow v 2) (- (/ (* e (+ (* -1/12 e) (+ (* -1/24 e) (* 1/120 (- 1 e))))) (- 1 (pow e 2))) (+ (* -1/3 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))))) (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2)))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (/ (* e (- 1 e)) (- 1 (pow e 2))))) |
(*.f64 v (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1 binary64) e)) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (+.f64 (*.f64 e (/.f64 (+.f64 (*.f64 e #s(literal -1/8 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal 1/120 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (/.f64 (*.f64 (*.f64 e e) (-.f64 (*.f64 e (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal -1/6 binary64)) (*.f64 e #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 #s(literal 1 binary64) (*.f64 e e))))) (-.f64 (*.f64 e (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal -1/6 binary64)) (*.f64 e #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e))))))))) |
(* v (+ (* (pow v 2) (- (+ (* (pow v 2) (- (+ (* (pow v 2) (- (/ (* e (+ (* -1/5040 (- 1 e)) (+ (* 1/720 e) (+ (* 1/240 e) (* 1/144 e))))) (- 1 (pow e 2))) (+ (* -1/3 (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (+ (* 2/45 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/12 e) (+ (* -1/24 e) (* 1/120 (- 1 e))))) (- 1 (pow e 2))) (+ (* -1/3 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))))) (- 1 (pow e 2))))))) (/ (* e (+ (* -1/12 e) (+ (* -1/24 e) (* 1/120 (- 1 e))))) (- 1 (pow e 2)))) (+ (* -1/3 (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2))) (/ (* (pow e 2) (- (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))))) (/ (* e (+ (* -1/6 (- 1 e)) (* 1/2 e))) (- 1 (pow e 2)))) (/ (* (pow e 3) (- 1 e)) (pow (- 1 (pow e 2)) 2)))) (/ (* e (- 1 e)) (- 1 (pow e 2))))) |
(*.f64 v (+.f64 (/.f64 (*.f64 e (-.f64 #s(literal 1 binary64) e)) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 (*.f64 e (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (*.f64 e #s(literal 1/80 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (+.f64 (/.f64 (*.f64 (*.f64 e e) (-.f64 (+.f64 (*.f64 e (/.f64 (+.f64 (*.f64 e #s(literal -1/8 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal 1/120 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (/.f64 (*.f64 (*.f64 e e) (-.f64 (*.f64 e (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal -1/6 binary64)) (*.f64 e #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 #s(literal 1 binary64) (*.f64 e e))))) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (+.f64 (*.f64 (/.f64 #s(literal 2/45 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 e e) (-.f64 (*.f64 e (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal -1/6 binary64)) (*.f64 e #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e))))))) (-.f64 #s(literal 1 binary64) (*.f64 e e))))))) (-.f64 (+.f64 (*.f64 e (/.f64 (+.f64 (*.f64 e #s(literal -1/8 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal 1/120 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (/.f64 (*.f64 (*.f64 e e) (-.f64 (*.f64 e (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal -1/6 binary64)) (*.f64 e #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 (*.f64 e (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) #s(literal -1/6 binary64)) (*.f64 e #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e))))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (* e (* (sin v) (- 1 (* e (cos v))))) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(* e (+ (sin v) (* e (+ (* -1 (* (cos v) (sin v))) (* e (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))))) |
(*.f64 e (+.f64 (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 e (*.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(* e (+ (sin v) (* e (+ (* -1 (* (cos v) (sin v))) (* e (- (* -1 (* e (* (cos v) (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))) (* -1 (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))))))))) |
(*.f64 e (+.f64 (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (*.f64 e (*.f64 e (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (*.f64 (*.f64 (sin.f64 v) (cos.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (*.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))))) |
(/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(/.f64 (*.f64 (sin.f64 v) (cos.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 (/.f64 (*.f64 (sin.f64 v) (cos.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (sin.f64 v) e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (/ (* (cos v) (sin v)) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(-.f64 (*.f64 (cos.f64 v) (+.f64 (/.f64 (/.f64 (sin.f64 v) (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64))) (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (/.f64 (/.f64 (sin.f64 v) e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(- (+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (* -1 (/ (sin v) (* (pow e 3) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (* -1 (/ (* (cos v) (sin v)) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))))) |
(+.f64 (-.f64 (/.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) e)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (sin.f64 v) (*.f64 e (*.f64 e e))) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64)))) (*.f64 (cos.f64 v) (+.f64 (/.f64 (/.f64 (sin.f64 v) (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64))) (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(/.f64 (*.f64 (sin.f64 v) (cos.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(+ (* -1 (/ (sin v) (* e (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 (/.f64 (*.f64 (sin.f64 v) (cos.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (sin.f64 v) e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(+ (* -1 (/ (+ (* -1 (/ (* (cos v) (sin v)) (* e (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))) e)) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 (/.f64 (*.f64 (sin.f64 v) (cos.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (-.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (*.f64 (sin.f64 v) (cos.f64 v)) e) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64)))) e)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (/ (* (cos v) (sin v)) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) e)) (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v)))))) e)) (/ (* (cos v) (sin v)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 (/.f64 (*.f64 (sin.f64 v) (cos.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (-.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (-.f64 (/.f64 (*.f64 (sin.f64 v) (cos.f64 v)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64)))) e)) e)) |
(/ v (- 1 (pow e 2))) |
(/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e))) |
(* v (+ (* -1 (* (pow v 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2))))) (/ 1 (- 1 (pow e 2))))) |
(*.f64 v (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e)))))))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (* 1/120 (/ 1 (- 1 (pow e 2)))) (+ (* -1 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (* -1/3 (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))))) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2))))) (/ 1 (- 1 (pow e 2))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 #s(literal 1/120 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (*.f64 e e) (+.f64 (/.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (+.f64 (/.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))))))))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (+ (* -1 (* (pow v 2) (+ (* 1/5040 (/ 1 (- 1 (pow e 2)))) (+ (* 2/45 (/ (pow e 2) (pow (- 1 (pow e 2)) 2))) (+ (* 1/3 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (/ (* (pow e 2) (- (* 1/120 (/ 1 (- 1 (pow e 2)))) (+ (* -1 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (* -1/3 (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))))) (- 1 (pow e 2)))))))) (* 1/120 (/ 1 (- 1 (pow e 2))))) (+ (* -1 (/ (* (pow e 2) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))) (- 1 (pow e 2)))) (* -1/3 (/ (pow e 2) (pow (- 1 (pow e 2)) 2)))))) (+ (* 1/6 (/ 1 (- 1 (pow e 2)))) (/ (pow e 2) (pow (- 1 (pow e 2)) 2))))) (/ 1 (- 1 (pow e 2))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (/.f64 #s(literal 1/120 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 #s(literal 1/5040 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (+.f64 (/.f64 (*.f64 #s(literal 2/45 binary64) (*.f64 e e)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (*.f64 (/.f64 (*.f64 (*.f64 e e) (+.f64 (/.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 #s(literal 1 binary64) (*.f64 e e))) #s(literal 1/3 binary64)))) (/.f64 (*.f64 (*.f64 e e) (-.f64 (/.f64 #s(literal 1/120 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (*.f64 e e) (+.f64 (/.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (*.f64 (*.f64 e e) (+.f64 (/.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (-.f64 #s(literal 1 binary64) (*.f64 e e)))))) (+.f64 (/.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(/ (sin v) (- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) |
(sin v) |
(sin.f64 v) |
(+ (sin v) (* (pow e 2) (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(+.f64 (sin.f64 v) (*.f64 (*.f64 (*.f64 e e) (sin.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(+ (sin v) (* (pow e 2) (- (* (pow e 2) (* (sin v) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (* -1 (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))))) |
(+.f64 (sin.f64 v) (*.f64 (*.f64 e e) (+.f64 (*.f64 (*.f64 (*.f64 e e) (sin.f64 v)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64))) (*.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(+ (sin v) (* (pow e 2) (- (* (pow e 2) (- (* (pow e 2) (* (sin v) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3))) (* -1 (* (sin v) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))))) (* -1 (* (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))))) |
(+.f64 (sin.f64 v) (*.f64 (*.f64 e e) (+.f64 (*.f64 (*.f64 e e) (+.f64 (*.f64 (*.f64 (*.f64 e e) (sin.f64 v)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 3 binary64))) (*.f64 (sin.f64 v) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64))))) (*.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))))) |
(* -1 (/ (sin v) (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (*.f64 e e))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(/ (+ (* -1 (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (pow e 2)) |
(/.f64 (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (sin.f64 v) (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64)))) (*.f64 e e)) |
(/ (- (+ (* -1 (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (pow e 2)) |
(/.f64 (-.f64 (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal 4 binary64))) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 3 binary64)))) (/.f64 (/.f64 (sin.f64 v) (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64)))) (*.f64 e e)) |
(/ (- (+ (* -1 (/ (sin v) (* (pow e 6) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 4)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3))))) (pow e 2)) |
(/.f64 (-.f64 (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal 6 binary64))) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 4 binary64)))) (+.f64 (/.f64 (/.f64 (sin.f64 v) (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64))) (/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal 4 binary64))) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 3 binary64))))) (*.f64 e e)) |
(* -1 (/ (sin v) (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(/.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (*.f64 e e))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(/ (+ (* -1 (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (pow e 2)) |
(/.f64 (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (sin.f64 v) (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64)))) (*.f64 e e)) |
(/ (- (+ (* -1 (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2)))) (pow e 2)) |
(/.f64 (-.f64 (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal 4 binary64))) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 3 binary64)))) (/.f64 (/.f64 (sin.f64 v) (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64)))) (*.f64 e e)) |
(/ (- (+ (* -1 (/ (sin v) (* (pow e 6) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 4)))) (* -1 (/ (sin v) (+ 1/2 (* 1/2 (cos (* 2 v))))))) (+ (/ (sin v) (* (pow e 2) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 2))) (/ (sin v) (* (pow e 4) (pow (+ 1/2 (* 1/2 (cos (* 2 v)))) 3))))) (pow e 2)) |
(/.f64 (-.f64 (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) (/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal 6 binary64))) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 4 binary64)))) (+.f64 (/.f64 (/.f64 (sin.f64 v) (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 2 binary64))) (/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal 4 binary64))) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) #s(literal 3 binary64))))) (*.f64 e e)) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64))))) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(+ 1 (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(+ 1 (* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(*.f64 (*.f64 e e) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(*.f64 (*.f64 e e) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(*.f64 (*.f64 e e) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* -1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 e e))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(*.f64 (*.f64 e e) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(*.f64 (*.f64 e e) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (- (/ 1 (pow e 2)) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(*.f64 (*.f64 e e) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(- 1 (pow e 2)) |
(-.f64 #s(literal 1 binary64) (*.f64 e e)) |
(- (+ 1 (* (pow e 2) (pow v 2))) (pow e 2)) |
(+.f64 (*.f64 (*.f64 e e) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 e e))) |
(- (+ 1 (* (pow v 2) (- (* -1/3 (* (pow e 2) (pow v 2))) (* -1 (pow e 2))))) (pow e 2)) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 (*.f64 e e) #s(literal -1/3 binary64)) (*.f64 v v)) (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 e e))) |
(- (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* 2/45 (* (pow e 2) (pow v 2))) (* 1/3 (pow e 2)))) (* -1 (pow e 2))))) (pow e 2)) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 #s(literal 2/45 binary64) (*.f64 e e)) (*.f64 v v)) (*.f64 (*.f64 e e) #s(literal -1/3 binary64)))) (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 e e))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(- 1 (* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v)))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))))) |
(* e v) |
(*.f64 e v) |
(* e (+ v (* -1 (* e v)))) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(* e (+ v (* e (- (* e v) v)))) |
(*.f64 e (+.f64 v (*.f64 e (*.f64 v (+.f64 e #s(literal -1 binary64)))))) |
(* e (+ v (* e (- (* e (- (* -1 (* e v)) (* -1 v))) v)))) |
(*.f64 e (+.f64 v (*.f64 e (-.f64 (*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) v)))) |
v |
(+ v (* -1 (/ v e))) |
(-.f64 v (/.f64 v e)) |
(- (+ v (/ v (pow e 2))) (/ v e)) |
(+.f64 (/.f64 v (*.f64 e e)) (-.f64 v (/.f64 v e))) |
(- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e))) |
(-.f64 (-.f64 v (/.f64 v (*.f64 e (*.f64 e e)))) (-.f64 (/.f64 v e) (/.f64 v (*.f64 e e)))) |
v |
(+ v (* -1 (/ v e))) |
(-.f64 v (/.f64 v e)) |
(+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) |
(-.f64 v (/.f64 (-.f64 v (/.f64 v e)) e)) |
(+ v (* -1 (/ (+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) e))) |
(-.f64 v (/.f64 (-.f64 v (/.f64 (-.f64 v (/.f64 v e)) e)) e)) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
1 |
#s(literal 1 binary64) |
(+ 1 e) |
(+.f64 e #s(literal 1 binary64)) |
(+ 1 e) |
(+.f64 e #s(literal 1 binary64)) |
(+ 1 e) |
(+.f64 e #s(literal 1 binary64)) |
e |
(* e (+ 1 (/ 1 e))) |
(+.f64 e #s(literal 1 binary64)) |
(* e (+ 1 (/ 1 e))) |
(+.f64 e #s(literal 1 binary64)) |
(* e (+ 1 (/ 1 e))) |
(+.f64 e #s(literal 1 binary64)) |
e |
(* e (+ 1 (/ 1 e))) |
(+.f64 e #s(literal 1 binary64)) |
(* e (+ 1 (/ 1 e))) |
(+.f64 e #s(literal 1 binary64)) |
(* e (+ 1 (/ 1 e))) |
(+.f64 e #s(literal 1 binary64)) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))))))))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))))))))) |
(* (pow v 5) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 5 binary64))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64))))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64))))) |
(* (pow v 5) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 5 binary64))) |
(* -1 (* (pow v 5) (+ (* -1 (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) (* -1 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (pow v 2)))))) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 v v))) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (+ (* -1 (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (* -1 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (pow v 2))))))) |
(*.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 v v))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (+ (* -1 (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (* -1 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (pow v 2))))))) |
(*.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 v v))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(* e (+ (* e (* v (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(*.f64 e (+.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 e v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))) #s(literal -1 binary64))))) |
(* e (+ (* e (+ (* e (* v (+ 1 (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6))))) (* v (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1)))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(*.f64 e (+.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 e (+.f64 (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))) #s(literal -1 binary64))) (*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal -7/6 binary64))))))))) |
(* e (+ (* e (+ (* e (+ (* e (* v (- (* (pow v 2) (+ 5/3 (* -17/15 (pow v 2)))) 1))) (* v (+ 1 (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6)))))) (* v (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1)))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(*.f64 e (+.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 e (+.f64 (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))) #s(literal -1 binary64))) (*.f64 e (+.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal -7/6 binary64))))) (*.f64 e (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 5/3 binary64) (*.f64 (*.f64 v v) #s(literal -17/15 binary64)))) #s(literal -1 binary64)))))))))) |
(* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))))) |
(+ (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) (/ (* v (- (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) 1)) e)) |
(*.f64 v (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) #s(literal -5/6 binary64))) #s(literal -1 binary64)) e))) |
(+ (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) (+ (/ (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) (pow e 2)) (/ (* v (- (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) 1)) e))) |
(+.f64 (*.f64 v (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) #s(literal -5/6 binary64))) #s(literal -1 binary64)) e))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64)))))) (*.f64 e e))) |
(+ (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) (+ (/ (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) (pow e 2)) (+ (/ (* v (- (* (pow v 2) (- (* -241/120 (pow v 2)) 11/6)) 1)) (pow e 3)) (/ (* v (- (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) 1)) e)))) |
(+.f64 (*.f64 v (+.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64))))) (*.f64 e e)) (/.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -241/120 binary64)) #s(literal -11/6 binary64))) #s(literal -1 binary64)) (*.f64 e (*.f64 e e))))) (*.f64 v (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) #s(literal -5/6 binary64))) #s(literal -1 binary64)) e)))) |
(* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))))) |
(+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))))) e)) (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))) |
(-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64))))) e)) |
(+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) e)) (* v (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))))) e)) (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))) |
(-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))))) (/.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64)))))) e)) e)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 11/6 (* 241/120 (pow v 2)))))) e)) (* v (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2))))))) e)) (* v (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))))) e)) (* v (+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))))) |
(-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))))) (/.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64))))) (/.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64)))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 11/6 binary64) (*.f64 (*.f64 v v) #s(literal 241/120 binary64)))))) e)) e)) e)) |
(* e (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(* e (+ 1 (+ (* e (- (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))) 1)) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))) #s(literal -1 binary64)))))) |
(* e (+ 1 (+ (* e (- (+ (* e (+ 1 (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6)))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2))))) 1)) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 e (+.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal -7/6 binary64))))) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))) #s(literal -1 binary64)))))) |
(* e (+ 1 (+ (* e (- (+ (* e (+ 1 (+ (* e (- (* (pow v 2) (+ 5/3 (* -17/15 (pow v 2)))) 1)) (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6))))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2))))) 1)) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (+.f64 (*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))) (+.f64 (*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal -7/6 binary64))) (+.f64 (*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 5/3 binary64) (*.f64 (*.f64 v v) #s(literal -17/15 binary64)))) #s(literal -1 binary64))) #s(literal 1 binary64)))) #s(literal -1 binary64)))) #s(literal 1 binary64)))) |
(+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))))) |
(- (+ 1 (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))) (/ 1 e)) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) #s(literal -5/6 binary64)) e))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) e))) |
(- (+ 1 (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ 1 (pow e 2)) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))))) (/ 1 e)) |
(+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) #s(literal -5/6 binary64)) e) (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64))) (*.f64 e e)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) e))) |
(- (+ 1 (+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ 1 (pow e 2)) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (+ (/ (* (pow v 2) (- (* -241/120 (pow v 2)) 11/6)) (pow e 3)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e)))))) (+ (/ 1 e) (/ 1 (pow e 3)))) |
(+.f64 #s(literal 1 binary64) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64))) (*.f64 e e)) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -241/120 binary64)) #s(literal -11/6 binary64)) (*.f64 e (*.f64 e e))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) #s(literal -5/6 binary64)) e))))) (+.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))))) |
(+ 1 (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))))) |
(+ 1 (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64)))) e))) |
(+ 1 (+ (* -1 (/ (+ 1 (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2))))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64))))) e))) e))) |
(+ 1 (+ (* -1 (/ (+ 1 (+ (* -1 (/ (+ 1 (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 11/6 (* 241/120 (pow v 2))))) e)) (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64))) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 11/6 binary64) (*.f64 (*.f64 v v) #s(literal 241/120 binary64))))) e))) e))) e))) |
(/ e (+ 1 e)) |
(/.f64 e (+.f64 e #s(literal 1 binary64))) |
(+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))) |
(+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))) |
(+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e))) |
(+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))))))) |
(+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) (/ e (+ 1 e))) |
(+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))))))) |
(* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64))))) |
(* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64))))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (+ (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))) (/ e (* (pow v 4) (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64))))) |
(* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) |
(* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e)))))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))))))) |
(* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (pow.f64 v #s(literal 4 binary64))) |
(* e (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))) |
(*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) |
(* e (+ (* e (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2))))) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))))) |
(* e (+ (* e (+ (* e (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))))) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal -7/6 binary64))))))) |
(* e (+ (* e (+ (* e (+ (* e (* (pow v 2) (+ 5/3 (* -17/15 (pow v 2))))) (* (pow v 2) (- (* 61/120 (pow v 2)) 7/6)))) (* (pow v 2) (+ 2/3 (* -2/15 (pow v 2)))))) (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))) (*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal -7/6 binary64))) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 #s(literal 5/3 binary64) (*.f64 (*.f64 v v) #s(literal -17/15 binary64)))))))))) |
(* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))) |
(+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e)) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) #s(literal -5/6 binary64)) e))) |
(+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) #s(literal -5/6 binary64)) e) (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64))) (*.f64 e e))))) |
(+ (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) (+ (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) (pow e 2)) (+ (/ (* (pow v 2) (- (* -241/120 (pow v 2)) 11/6)) (pow e 3)) (/ (* (pow v 2) (- (* -61/120 (pow v 2)) 5/6)) e)))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64))) (*.f64 e e)) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -241/120 binary64)) #s(literal -11/6 binary64)) (*.f64 e (*.f64 e e))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) #s(literal -5/6 binary64)) e)))) |
(* (pow v 2) (+ 1/3 (* 2/15 (pow v 2)))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))) |
(+ (* -1 (/ (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2)))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))) (*.f64 (*.f64 v v) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64)) e))) |
(+ (* -1 (/ (+ (* -1 (/ (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2)))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64))) (/.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64)))) e)) e)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow v 2) (+ 11/6 (* 241/120 (pow v 2)))) e)) (* (pow v 2) (+ 4/3 (* 17/15 (pow v 2))))) e)) (* (pow v 2) (+ 5/6 (* 61/120 (pow v 2))))) e)) (* (pow v 2) (+ 1/3 (* 2/15 (pow v 2))))) |
(-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64)))) (*.f64 (*.f64 v v) (/.f64 (+.f64 #s(literal 11/6 binary64) (*.f64 (*.f64 v v) #s(literal 241/120 binary64))) e))) e)) e)) |
(* e (- (* 1/120 (pow v 2)) 1/6)) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) |
(* e (- (+ (* 1/120 (pow v 2)) (* e (+ 2/3 (* -2/15 (pow v 2))))) 1/6)) |
(*.f64 e (+.f64 (*.f64 e (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64)))) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) |
(* e (- (+ (* 1/120 (pow v 2)) (* e (+ 2/3 (+ (* -2/15 (pow v 2)) (* e (- (* 61/120 (pow v 2)) 7/6)))))) 1/6)) |
(*.f64 e (+.f64 (*.f64 e (+.f64 (+.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/15 binary64))) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal -7/6 binary64))))) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) |
(* e (- (+ (* 1/120 (pow v 2)) (* e (+ 2/3 (+ (* -2/15 (pow v 2)) (* e (- (+ (* 61/120 (pow v 2)) (* e (+ 5/3 (* -17/15 (pow v 2))))) 7/6)))))) 1/6)) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) (+.f64 (*.f64 e (+.f64 #s(literal 2/3 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/15 binary64)) (*.f64 e (+.f64 (*.f64 e (+.f64 #s(literal 5/3 binary64) (*.f64 (*.f64 v v) #s(literal -17/15 binary64)))) (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal -7/6 binary64))))))) #s(literal -1/6 binary64)))) |
(+ 1/3 (* 2/15 (pow v 2))) |
(+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))) |
(- (+ 1/3 (+ (* -61/120 (/ (pow v 2) e)) (* 2/15 (pow v 2)))) (* 5/6 (/ 1 e))) |
(+.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) e)) (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -5/6 binary64) e))) |
(- (+ 1/3 (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (+ (* 17/15 (/ (pow v 2) (pow e 2))) (/ 4/3 (pow e 2)))))) (* 5/6 (/ 1 e))) |
(+.f64 #s(literal 1/3 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) e) (+.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 17/15 binary64)) (*.f64 e e)) (/.f64 #s(literal 4/3 binary64) (*.f64 e e))))) (/.f64 #s(literal -5/6 binary64) e))) |
(- (+ 1/3 (+ (* -241/120 (/ (pow v 2) (pow e 3))) (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (+ (* 17/15 (/ (pow v 2) (pow e 2))) (/ 4/3 (pow e 2))))))) (+ (* 5/6 (/ 1 e)) (* 11/6 (/ 1 (pow e 3))))) |
(-.f64 (+.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) e) (+.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 17/15 binary64)) (*.f64 e e)) (/.f64 #s(literal 4/3 binary64) (*.f64 e e)))) (/.f64 (*.f64 (*.f64 v v) #s(literal -241/120 binary64)) (*.f64 e (*.f64 e e)))))) (+.f64 (/.f64 #s(literal 5/6 binary64) e) (/.f64 #s(literal 11/6 binary64) (*.f64 e (*.f64 e e))))) |
(+ 1/3 (* 2/15 (pow v 2))) |
(+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 2/15 binary64))) |
(+ 1/3 (+ (* -1 (/ (+ 5/6 (* 61/120 (pow v 2))) e)) (* 2/15 (pow v 2)))) |
(+.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) #s(literal 5/6 binary64)) e))) |
(+ 1/3 (+ (* -1 (/ (+ 5/6 (+ (* -1 (/ (+ 4/3 (* 17/15 (pow v 2))) e)) (* 61/120 (pow v 2)))) e)) (* 2/15 (pow v 2)))) |
(+.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (+.f64 #s(literal 5/6 binary64) (-.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 v v) #s(literal 17/15 binary64))) e))) e))) |
(+ 1/3 (+ (* -1 (/ (+ 5/6 (+ (* -1 (/ (+ 4/3 (+ (* -1 (/ (+ 11/6 (* 241/120 (pow v 2))) e)) (* 17/15 (pow v 2)))) e)) (* 61/120 (pow v 2)))) e)) (* 2/15 (pow v 2)))) |
(+.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (+.f64 #s(literal 5/6 binary64) (-.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) (/.f64 (+.f64 (-.f64 #s(literal 4/3 binary64) (/.f64 (+.f64 #s(literal 11/6 binary64) (*.f64 (*.f64 v v) #s(literal 241/120 binary64))) e)) (*.f64 (*.f64 v v) #s(literal 17/15 binary64))) e))) e))) |
(+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) |
(+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) |
(+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))))) |
(+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))))) |
(+ (* -1/6 (/ e (+ 1 e))) (+ (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2))) (* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (+ (* 1/2 (/ (pow e 2) (* (pow v 2) (pow (+ 1 e) 2)))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (*.f64 v (+.f64 e #s(literal 1 binary64))) (*.f64 v (+.f64 e #s(literal 1 binary64)))))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (sin v))))) |
(*.f64 e (*.f64 (sin.f64 v) (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal 1 binary64)))) |
(* e (+ (sin v) (* e (- (* e (sin v)) (sin v))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (*.f64 (sin.f64 v) (+.f64 e #s(literal -1 binary64)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (sin v))) (* -1 (sin v)))) (sin v))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (-.f64 (*.f64 e (*.f64 (sin.f64 v) (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal 1 binary64)))) (sin.f64 v))))) |
(sin v) |
(sin.f64 v) |
(+ (sin v) (* -1 (/ (sin v) e))) |
(-.f64 (sin.f64 v) (/.f64 (sin.f64 v) e)) |
(- (+ (sin v) (/ (sin v) (pow e 2))) (/ (sin v) e)) |
(+.f64 (/.f64 (sin.f64 v) (*.f64 e e)) (-.f64 (sin.f64 v) (/.f64 (sin.f64 v) e))) |
(- (+ (sin v) (* -1 (/ (sin v) (pow e 3)))) (+ (* -1 (/ (sin v) (pow e 2))) (/ (sin v) e))) |
(-.f64 (-.f64 (sin.f64 v) (/.f64 (sin.f64 v) (*.f64 e (*.f64 e e)))) (-.f64 (/.f64 (sin.f64 v) e) (/.f64 (sin.f64 v) (*.f64 e e)))) |
(sin v) |
(sin.f64 v) |
(+ (sin v) (* -1 (/ (sin v) e))) |
(-.f64 (sin.f64 v) (/.f64 (sin.f64 v) e)) |
(+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (sin v) e))) e))) |
(-.f64 (sin.f64 v) (/.f64 (-.f64 (sin.f64 v) (/.f64 (sin.f64 v) e)) e)) |
(+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (sin v) e))) e))) e))) |
(-.f64 (sin.f64 v) (/.f64 (-.f64 (sin.f64 v) (/.f64 (-.f64 (sin.f64 v) (/.f64 (sin.f64 v) e)) e)) e)) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(* v (+ (* -1/6 (/ (* e (pow v 2)) (+ 1 e))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))) (+.f64 e #s(literal 1 binary64))))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/120 (/ (* e (pow v 2)) (+ 1 e))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 e (*.f64 v v))) (+.f64 e #s(literal 1 binary64))))))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (+ (* -1/5040 (/ (* e (pow v 2)) (+ 1 e))) (* 1/120 (/ e (+ 1 e))))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 #s(literal -1/5040 binary64) (*.f64 e (*.f64 v v))) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))))))))) |
(/ (* e (sin v)) (+ 1 e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/ (* e (sin v)) (+ 1 e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/ (* e (sin v)) (+ 1 e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/ (* e (sin v)) (+ 1 e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/ (* e (sin v)) (+ 1 e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/ (* e (sin v)) (+ 1 e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/ (* e (sin v)) (+ 1 e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/ (* e (sin v)) (+ 1 e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e v) |
(*.f64 e v) |
(* v (+ e (* -1/6 (* e (pow v 2))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2))))))) |
(*.f64 v (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 #s(literal 1/120 binary64) (*.f64 e (*.f64 v v))))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* (pow v 2) (+ (* -1/5040 (* e (pow v 2))) (* 1/120 e))))))) |
(*.f64 v (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 #s(literal -1/5040 binary64) (*.f64 e (*.f64 v v))) (*.f64 e #s(literal 1/120 binary64)))))))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(*.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (cos.f64 v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (-.f64 (*.f64 e (neg.f64 (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))))) (*.f64 (sin.f64 v) (cos.f64 v)))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(+.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (-.f64 (/.f64 (sin.f64 v) (*.f64 (*.f64 e e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(-.f64 (-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 (*.f64 e (*.f64 e e)) (pow.f64 (cos.f64 v) #s(literal 4 binary64))))) (-.f64 (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (sin.f64 v) (*.f64 (*.f64 e e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) |
(+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) e)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) e)) e)) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 #s(literal -1/5040 binary64) (/.f64 e (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 e (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))) #s(literal 1/24 binary64)))))) (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ 1 (sin v)) |
(/.f64 #s(literal 1 binary64) (sin.f64 v)) |
(+ (/ 1 (sin v)) (/ (* e (cos v)) (sin v))) |
(+.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 (*.f64 e (cos.f64 v)) (sin.f64 v))) |
(+ (/ 1 (sin v)) (/ (* e (cos v)) (sin v))) |
(+.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 (*.f64 e (cos.f64 v)) (sin.f64 v))) |
(+ (/ 1 (sin v)) (/ (* e (cos v)) (sin v))) |
(+.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 (*.f64 e (cos.f64 v)) (sin.f64 v))) |
(/ (* e (cos v)) (sin v)) |
(/.f64 (*.f64 e (cos.f64 v)) (sin.f64 v)) |
(* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v)))) |
(*.f64 e (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (sin.f64 v))) (/.f64 (cos.f64 v) (sin.f64 v)))) |
(* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v)))) |
(*.f64 e (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (sin.f64 v))) (/.f64 (cos.f64 v) (sin.f64 v)))) |
(* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v)))) |
(*.f64 e (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (sin.f64 v))) (/.f64 (cos.f64 v) (sin.f64 v)))) |
(/ (* e (cos v)) (sin v)) |
(/.f64 (*.f64 e (cos.f64 v)) (sin.f64 v)) |
(* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v)))))) |
(*.f64 (+.f64 (/.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 #s(literal -1 binary64) (*.f64 e (sin.f64 v)))) (-.f64 #s(literal 0 binary64) e)) |
(* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v)))))) |
(*.f64 (+.f64 (/.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 #s(literal -1 binary64) (*.f64 e (sin.f64 v)))) (-.f64 #s(literal 0 binary64) e)) |
(* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v)))))) |
(*.f64 (+.f64 (/.f64 (cos.f64 v) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 #s(literal -1 binary64) (*.f64 e (sin.f64 v)))) (-.f64 #s(literal 0 binary64) e)) |
(/ (+ 1 e) v) |
(/.f64 (+.f64 e #s(literal 1 binary64)) v) |
(/ (+ 1 (+ e (* (pow v 2) (- (* -1/2 e) (* -1/6 (+ 1 e)))))) v) |
(/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (- (+ (* -1/2 e) (* (pow v 2) (- (* 1/24 e) (+ (* -1/6 (- (* -1/2 e) (* -1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (* -1/6 (+ 1 e)))))) v) |
(/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (- (+ (* -1/2 e) (* (pow v 2) (- (+ (* 1/24 e) (* (pow v 2) (- (* -1/720 e) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (- (* -1/2 e) (* -1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (- (* -1/2 e) (* -1/6 (+ 1 e))))))))) (+ (* -1/6 (- (* -1/2 e) (* -1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (* -1/6 (+ 1 e)))))) v) |
(/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (+ (cos v) (/ 1 e))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (+ (cos v) (/ 1 e))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (+ (cos v) (/ 1 e))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 (-.f64 #s(literal 0 binary64) (cos.f64 v)) (/.f64 #s(literal -1 binary64) e)))) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 (-.f64 #s(literal 0 binary64) (cos.f64 v)) (/.f64 #s(literal -1 binary64) e)))) |
(* -1 (* e (- (* -1 (cos v)) (/ 1 e)))) |
(-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 (-.f64 #s(literal 0 binary64) (cos.f64 v)) (/.f64 #s(literal -1 binary64) e)))) |
(+ 1 e) |
(+.f64 e #s(literal 1 binary64)) |
(+ 1 (+ e (* -1/2 (* e (pow v 2))))) |
(+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 e (*.f64 v v)))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2))))))) |
(+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (*.f64 e (*.f64 v v)) #s(literal 1/24 binary64))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e))))))) |
(+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 (*.f64 e (*.f64 v v)) #s(literal -1/720 binary64)))))))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
e |
(+ e (* -1/2 (* e (pow v 2)))) |
(+.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 e (*.f64 v v)))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2)))))) |
(+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (*.f64 e (*.f64 v v)) #s(literal 1/24 binary64))))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e)))))) |
(+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 (*.f64 e (*.f64 v v)) #s(literal -1/720 binary64))))))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(+ 1 (* (pow v 2) (- (* 1/3 (pow v 2)) 1))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) |
(+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/3 (* -2/45 (pow v 2)))) 1))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal -2/45 binary64)))) #s(literal -1 binary64)))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
(+ 1/2 (* 1/2 (cos (* 2 v)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(pow e 2) |
(*.f64 e e) |
(+ (* -1 (* (pow e 2) (pow v 2))) (pow e 2)) |
(-.f64 (*.f64 e e) (*.f64 (*.f64 e e) (*.f64 v v))) |
(+ (* (pow v 2) (+ (* -1 (pow e 2)) (* 1/3 (* (pow e 2) (pow v 2))))) (pow e 2)) |
(+.f64 (*.f64 e e) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 (*.f64 e e) #s(literal 1/3 binary64)) (*.f64 v v)) (*.f64 e e)))) |
(+ (* (pow v 2) (+ (* -1 (pow e 2)) (* (pow v 2) (+ (* -2/45 (* (pow e 2) (pow v 2))) (* 1/3 (pow e 2)))))) (pow e 2)) |
(+.f64 (*.f64 e e) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 e e) #s(literal 1/3 binary64)) (*.f64 (*.f64 #s(literal -2/45 binary64) (*.f64 e e)) (*.f64 v v)))) (*.f64 e e)))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow e 2) (+ 1/2 (* 1/2 (cos (* 2 v))))) |
(*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* (pow v 2) (+ (* -1/24 (/ (pow e 2) (pow (+ 1 e) 2))) (* e (- (* 1/120 (/ 1 (+ 1 e))) (* -1/2 (/ (+ (* -1/6 (/ e (+ 1 e))) (* 1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/24 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 e (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) |
(* 1/120 (* e (pow v 2))) |
(*.f64 #s(literal 1/120 binary64) (*.f64 e (*.f64 v v))) |
(* e (+ (* -2/15 (* e (pow v 2))) (* 1/120 (pow v 2)))) |
(*.f64 e (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 #s(literal -2/15 binary64) e)))) |
(* e (+ (* 1/120 (pow v 2)) (* e (+ (* -2/15 (pow v 2)) (* 61/120 (* e (pow v 2))))))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) (*.f64 e (*.f64 (*.f64 v v) (+.f64 #s(literal -2/15 binary64) (*.f64 #s(literal 61/120 binary64) e)))))) |
(* e (+ (* 1/120 (pow v 2)) (* e (+ (* -2/15 (pow v 2)) (* e (+ (* -17/15 (* e (pow v 2))) (* 61/120 (pow v 2)))))))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -2/15 binary64)) (*.f64 e (*.f64 (*.f64 v v) (+.f64 #s(literal 61/120 binary64) (*.f64 #s(literal -17/15 binary64) e)))))))) |
(* 2/15 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 2/15 binary64)) |
(+ (* -61/120 (/ (pow v 2) e)) (* 2/15 (pow v 2))) |
(+.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) e)) |
(+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (* 17/15 (/ (pow v 2) (pow e 2))))) |
(+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) e) (+.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 17/15 binary64)) (*.f64 e e)))) |
(+ (* -241/120 (/ (pow v 2) (pow e 3))) (+ (* -61/120 (/ (pow v 2) e)) (+ (* 2/15 (pow v 2)) (* 17/15 (/ (pow v 2) (pow e 2)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) e) (+.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 17/15 binary64)) (*.f64 e e))) (/.f64 (*.f64 (*.f64 v v) #s(literal -241/120 binary64)) (*.f64 e (*.f64 e e))))) |
(* 2/15 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 2/15 binary64)) |
(+ (* -61/120 (/ (pow v 2) e)) (* 2/15 (pow v 2))) |
(+.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -61/120 binary64)) e)) |
(+ (* -1 (/ (+ (* -17/15 (/ (pow v 2) e)) (* 61/120 (pow v 2))) e)) (* 2/15 (pow v 2))) |
(-.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -17/15 binary64)) e)) e)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -241/120 (/ (pow v 2) e)) (* 17/15 (pow v 2))) e)) (* 61/120 (pow v 2))) e)) (* 2/15 (pow v 2))) |
(-.f64 (*.f64 (*.f64 v v) #s(literal 2/15 binary64)) (/.f64 (-.f64 (*.f64 (*.f64 v v) #s(literal 61/120 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 17/15 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -241/120 binary64)) e)) e)) e)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/6 e) |
(*.f64 e #s(literal -1/6 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
(* -1/24 (pow e 2)) |
(*.f64 (*.f64 e e) #s(literal -1/24 binary64)) |
Compiled 76937 to 4262 computations (94.5% saved)
26 alts after pruning (23 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1311 | 19 | 1330 |
| Fresh | 0 | 4 | 4 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1313 | 26 | 1339 |
| Status | Accuracy | Program |
|---|---|---|
| 76.2% | (pow.f64 (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) | |
| 56.1% | (/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) | |
| 56.3% | (/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) | |
| 56.2% | (/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) | |
| 56.1% | (/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) | |
| ✓ | 56.2% | (/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
| ▶ | 56.0% | (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
| ▶ | 57.8% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
| 57.7% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) | |
| ▶ | 57.5% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
| 56.1% | (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) | |
| ✓ | 99.7% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| 97.1% | (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) | |
| 54.8% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) | |
| 2.6% | (-.f64 v (/.f64 v e)) | |
| ✓ | 99.8% | (*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
| 98.9% | (*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) | |
| 98.3% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1 binary64))) | |
| 54.6% | (*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) | |
| 56.1% | (*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) | |
| 55.1% | (*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) | |
| 97.2% | (*.f64 e (sin.f64 v)) | |
| 54.5% | (*.f64 e v) | |
| ▶ | 99.6% | (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
| 6.0% | (sin.f64 v) | |
| ▶ | 4.8% | v |
Compiled 932 to 530 computations (43.1% saved)
| 1× | egg-herbie |
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 2560 | (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) |
| ✓ | cost-diff | 2560 | (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) |
| ✓ | cost-diff | 2560 | (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v) |
| ✓ | cost-diff | 2560 | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
| ✓ | cost-diff | 256 | (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))) |
| ✓ | cost-diff | 256 | (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) |
| ✓ | cost-diff | 256 | (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v) |
| ✓ | cost-diff | 256 | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) e) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) e) e) |
| ✓ | cost-diff | 0 | (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
| ✓ | cost-diff | 0 | (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
| ✓ | cost-diff | 0 | (sin.f64 v) |
| ✓ | cost-diff | 0 | (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
| 3078× | +-lowering-+.f64 |
| 3078× | +-lowering-+.f32 |
| 3014× | --lowering--.f32 |
| 3014× | --lowering--.f64 |
| 2228× | *-lowering-*.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 50 | 902 |
| 1 | 177 | 805 |
| 2 | 862 | 588 |
| 3 | 4307 | 550 |
| 0 | 8200 | 550 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1 (/ (sin v) (+ (cos v) (/ 1 e)))) |
1 |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(sin v) |
v |
(+ (cos v) (/ 1 e)) |
(cos v) |
(/ 1 e) |
e |
v |
(/ v (/ (+ 1 e) e)) |
v |
(/ (+ 1 e) e) |
(+ 1 e) |
1 |
e |
(/ e (/ (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) v)) |
e |
(/ (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) v) |
(+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(+ e 1) |
1 |
(* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1)))) |
(* v v) |
v |
(+ (* e -1/2) (* 1/6 (+ e 1))) |
(* e -1/2) |
-1/2 |
(* 1/6 (+ e 1)) |
1/6 |
(/ e (/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v)) |
e |
(/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v) |
(+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) |
(+ e 1) |
1 |
(* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(* v v) |
v |
(+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))) |
(* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) |
(+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) |
(* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) |
(- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1))))))) |
(* e -1/720) |
-1/720 |
(+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))) |
(* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) |
-1/6 |
(+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))) |
(- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(* e 1/24) |
1/24 |
(* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1)))) |
(+ (* e -1/2) (* 1/6 (+ e 1))) |
(* e -1/2) |
-1/2 |
(* 1/6 (+ e 1)) |
1/6 |
(* -1/120 (+ e 1)) |
-1/120 |
(+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(+ -1/5040 (* -1/5040 e)) |
-1/5040 |
(* -1/5040 e) |
(* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))) |
1/120 |
| Outputs |
|---|
(* 1 (/ (sin v) (+ (cos v) (/ 1 e)))) |
(/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
1 |
#s(literal 1 binary64) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(sin v) |
(sin.f64 v) |
v |
(+ (cos v) (/ 1 e)) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(cos v) |
(cos.f64 v) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
e |
v |
(/ v (/ (+ 1 e) e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
v |
(/ (+ 1 e) e) |
(/.f64 (+.f64 #s(literal 1 binary64) e) e) |
(+ 1 e) |
(+.f64 #s(literal 1 binary64) e) |
1 |
#s(literal 1 binary64) |
e |
(/ e (/ (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) v)) |
(/.f64 (*.f64 v e) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
e |
(/ (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) v) |
(+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(+ e 1) |
(+.f64 #s(literal 1 binary64) e) |
1 |
#s(literal 1 binary64) |
(* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1)))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) |
(* v v) |
(*.f64 v v) |
v |
(+ (* e -1/2) (* 1/6 (+ e 1))) |
(+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) |
(* e -1/2) |
(*.f64 e #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(* 1/6 (+ e 1)) |
(*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/6 binary64)) |
1/6 |
#s(literal 1/6 binary64) |
(/ e (/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v)) |
(/.f64 (*.f64 v e) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 v (*.f64 v (+.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))) (*.f64 (*.f64 v v) (-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))))))))) (*.f64 e #s(literal -1/3 binary64))))))) |
e |
(/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 v (*.f64 v (+.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))) (*.f64 (*.f64 v v) (-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))))))))) (*.f64 e #s(literal -1/3 binary64)))))) v) |
(+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 v (*.f64 v (+.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))) (*.f64 (*.f64 v v) (-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))))))))) (*.f64 e #s(literal -1/3 binary64)))))) |
(+ e 1) |
(+.f64 #s(literal 1 binary64) e) |
1 |
#s(literal 1 binary64) |
(* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 v (*.f64 v (+.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))) (*.f64 (*.f64 v v) (-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))))))))) (*.f64 e #s(literal -1/3 binary64))))) |
(* v v) |
(*.f64 v v) |
v |
(+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))) |
(+.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 v (*.f64 v (+.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))) (*.f64 (*.f64 v v) (-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))))))))) (*.f64 e #s(literal -1/3 binary64)))) |
(* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) |
(*.f64 v (*.f64 v (+.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))) (*.f64 (*.f64 v v) (-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))))))))) |
(+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) |
(+.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))) (*.f64 (*.f64 v v) (-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))))))) |
(* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64)))))) |
(- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1))))))) |
(-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))))) |
(* e -1/720) |
(*.f64 e #s(literal -1/720 binary64)) |
-1/720 |
#s(literal -1/720 binary64) |
(+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))) |
(+.f64 (+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64)))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/336 binary64)) #s(literal 1/720 binary64)))) |
(* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) |
(+.f64 (*.f64 e #s(literal 1/720 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64)))) |
-1/6 |
#s(literal -1/6 binary64) |
(+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))) |
(+.f64 (*.f64 e #s(literal -1/120 binary64)) (-.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal -7/360 binary64))) |
(- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(+.f64 (*.f64 e #s(literal -1/72 binary64)) #s(literal 1/36 binary64)) |
(* e 1/24) |
(*.f64 e #s(literal 1/24 binary64)) |
1/24 |
#s(literal 1/24 binary64) |
(* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1)))) |
(+.f64 (*.f64 e #s(literal 1/18 binary64)) #s(literal -1/36 binary64)) |
(+ (* e -1/2) (* 1/6 (+ e 1))) |
(+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) |
(* e -1/2) |
(*.f64 e #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(* 1/6 (+ e 1)) |
(*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/6 binary64)) |
1/6 |
#s(literal 1/6 binary64) |
(* -1/120 (+ e 1)) |
(+.f64 #s(literal -1/120 binary64) (*.f64 e #s(literal -1/120 binary64))) |
-1/120 |
#s(literal -1/120 binary64) |
(+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/336 binary64)) #s(literal 1/720 binary64))) |
(+ -1/5040 (* -1/5040 e)) |
(+.f64 #s(literal -1/5040 binary64) (*.f64 e #s(literal -1/5040 binary64))) |
-1/5040 |
#s(literal -1/5040 binary64) |
(* -1/5040 e) |
(*.f64 e #s(literal -1/5040 binary64)) |
(* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))) |
(+.f64 (*.f64 e #s(literal -1/360 binary64)) #s(literal 1/720 binary64)) |
1/120 |
#s(literal 1/120 binary64) |
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.5% | (*.f64 e #s(literal 1/24 binary64)) |
| ✓ | accuracy | 99.5% | (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) |
| ✓ | accuracy | 98.5% | (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))) |
| ✓ | accuracy | 96.7% | (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))) |
| ✓ | accuracy | 99.8% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))) |
| ✓ | accuracy | 81.4% | (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1 binary64) e) |
| ✓ | accuracy | 100.0% | (/.f64 (+.f64 #s(literal 1 binary64) e) e) |
| ✓ | accuracy | 99.7% | (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
| ✓ | accuracy | 100.0% | (cos.f64 v) |
| ✓ | accuracy | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 100.0% | (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
| ✓ | accuracy | 99.7% | (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
| 205.0ms | 255× | 0 | valid |
| 5.0ms | 1× | 5 | exit |
Compiled 1047 to 51 computations (95.1% saved)
ival-mult: 28.0ms (29.8% of total)...c/correct-round.rkt:119:19: 23.0ms (24.5% of total)ival-add: 15.0ms (16% of total)ival-div: 13.0ms (13.9% of total)ival-sin: 6.0ms (6.4% of total)ival-cos: 5.0ms (5.3% of total)ival-sub: 2.0ms (2.1% of total)const: 1.0ms (1.1% of total)backward-pass: 1.0ms (1.1% of total)| Inputs |
|---|
#<alt (* 1 (/ (sin v) (+ (cos v) (/ 1 e))))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (sin v)> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (/ v (/ (+ 1 e) e))> |
#<alt (/ (+ 1 e) e)> |
#<alt (+ 1 e)> |
#<alt (/ e (/ (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) v))> |
#<alt (/ (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) v)> |
#<alt (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1)))))> |
#<alt (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))> |
#<alt (/ e (/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v))> |
#<alt (/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v)> |
#<alt (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1))))))> |
#<alt (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))> |
#<alt (cos v)> |
#<alt (* 1/6 (+ e 1))> |
#<alt (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1))))> |
#<alt (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1))))))))> |
#<alt (* e 1/24)> |
| Outputs |
|---|
#<alt (/ v (+ 1 (/ 1 e)))> |
#<alt (* v (+ (* (pow v 2) (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e)))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e)))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (+ (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (* (pow v 2) (- (* 1/720 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (+ (* -1/2 (/ (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (+ 1 (/ 1 e)))) (+ (* 1/5040 (/ 1 (+ 1 (/ 1 e)))) (* 1/24 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e))))))))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e)))))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (* e (sin v))> |
#<alt (* e (+ (sin v) (* -1 (* e (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v))))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))> |
#<alt (- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (* -1 (/ (sin v) (pow (cos v) 3)))) e)) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v)))> |
#<alt (/ v (+ 1 (/ 1 e)))> |
#<alt (* v (+ (* (pow v 2) (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e)))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e)))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (+ (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (* (pow v 2) (- (* 1/720 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (+ (* -1/2 (/ (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (+ 1 (/ 1 e)))) (+ (* 1/5040 (/ 1 (+ 1 (/ 1 e)))) (* 1/24 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e))))))))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e)))))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (/ (sin v) (+ (cos v) (/ 1 e)))> |
#<alt (* e (sin v))> |
#<alt (* e (+ (sin v) (* -1 (* e (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v))))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))> |
#<alt (- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (* -1 (/ (sin v) (pow (cos v) 3)))) e)) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v)))> |
#<alt v> |
#<alt (* v (+ 1 (* -1/6 (pow v 2))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6))))> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (+ 1 (/ 1 e))> |
#<alt (+ 1 (+ (* -1/2 (pow v 2)) (/ 1 e)))> |
#<alt (+ 1 (+ (* (pow v 2) (- (* 1/24 (pow v 2)) 1/2)) (/ 1 e)))> |
#<alt (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2)) (/ 1 e)))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (/ 1 e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (cos v)> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (cos v)> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* e v)> |
#<alt (* e (+ v (* -1 (* e v))))> |
#<alt (* e (+ v (* e (- (* e v) v))))> |
#<alt (* e (+ v (* e (- (* e (- (* -1 (* e v)) (* -1 v))) v))))> |
#<alt v> |
#<alt (+ v (* -1 (/ v e)))> |
#<alt (- (+ v (/ v (pow e 2))) (/ v e))> |
#<alt (- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e)))> |
#<alt v> |
#<alt (+ v (* -1 (/ v e)))> |
#<alt (+ v (* -1 (/ (+ v (* -1 (/ v e))) e)))> |
#<alt (+ v (* -1 (/ (+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) e)))> |
#<alt (/ 1 e)> |
#<alt (/ (+ 1 e) e)> |
#<alt (/ (+ 1 e) e)> |
#<alt (/ (+ 1 e) e)> |
#<alt 1> |
#<alt (+ 1 (/ 1 e))> |
#<alt (+ 1 (/ 1 e))> |
#<alt (+ 1 (/ 1 e))> |
#<alt 1> |
#<alt (+ 1 (/ 1 e))> |
#<alt (+ 1 (/ 1 e))> |
#<alt (+ 1 (/ 1 e))> |
#<alt 1> |
#<alt (+ 1 e)> |
#<alt (+ 1 e)> |
#<alt (+ 1 e)> |
#<alt e> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt e> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (* e (+ 1 (/ 1 e)))> |
#<alt (/ (* e v) (+ 1 (* 1/6 (pow v 2))))> |
#<alt (* e (+ (* -1 (/ (* e (* v (+ 1 (* -1/3 (pow v 2))))) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ v (+ 1 (* 1/6 (pow v 2))))))> |
#<alt (* e (+ (* e (- (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 2))) (pow (+ 1 (* 1/6 (pow v 2))) 3)) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2))))))> |
#<alt (* e (+ (* e (- (* e (- (* -1 (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 3))) (pow (+ 1 (* 1/6 (pow v 2))) 4))) (* -1 (/ (* v (pow (+ 1 (* -1/3 (pow v 2))) 2)) (pow (+ 1 (* 1/6 (pow v 2))) 3))))) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2))))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (+ (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ v (+ 1 (* -1/3 (pow v 2)))))> |
#<alt (- (+ (/ v (+ 1 (* -1/3 (pow v 2)))) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2))))> |
#<alt (- (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* (pow e 3) (pow (+ 1 (* -1/3 (pow v 2))) 4)))) (/ v (+ 1 (* -1/3 (pow v 2))))) (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))))> |
#<alt (* -1 (/ v (- (* 1/3 (pow v 2)) 1)))> |
#<alt (+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (- (* 1/3 (pow v 2)) 1) 2)))))> |
#<alt (+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2)) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* e (pow (- (* 1/3 (pow v 2)) 1) 3)))) e)))> |
#<alt (+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (pow (- (* 1/3 (pow v 2)) 1) 3))) (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* e (pow (- (* 1/3 (pow v 2)) 1) 4))))) e)) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2))) e)))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* -1 (/ (* e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow (+ 1 e) 2))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (/ (* e (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))) (pow (+ 1 e) 3)) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (/ (* e (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3))) (pow (+ 1 e) 4))) (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e))))> |
#<alt (/ e (* v (+ (* -1/2 e) (* 1/6 (+ 1 e)))))> |
#<alt (/ (+ (* -1 (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)))) (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) v)> |
#<alt (/ (- (+ (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)))) v)> |
#<alt (/ (- (+ (* -1 (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 4)))) (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))))) v)> |
#<alt (/ e (* v (+ (* -1/2 e) (* 1/6 (+ 1 e)))))> |
#<alt (* -1 (/ (+ (* -1 (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)))) v))> |
#<alt (* -1 (/ (+ (* -1 (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))))) v))> |
#<alt (* -1 (/ (+ (* -1 (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (+ (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))) (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 4)))))) v))> |
#<alt (/ (+ 1 (* 1/6 (pow v 2))) v)> |
#<alt (+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v)))> |
#<alt (+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v)))> |
#<alt (+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v)))> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v))))))> |
#<alt (* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v))))))> |
#<alt (* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v))))))> |
#<alt (* -1 (/ (* e (- (* 1/3 (pow v 2)) 1)) v))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v))))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v))))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v))))> |
#<alt (/ (+ 1 e) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v)> |
#<alt (* v (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* v (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))> |
#<alt (* v (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))> |
#<alt (* v (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))> |
#<alt (* v (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* -1 (* v (+ (* -1 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* -1 (/ (+ 1 e) (pow v 2))))))> |
#<alt (* -1 (* v (+ (* -1 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* -1 (/ (+ 1 e) (pow v 2))))))> |
#<alt (* -1 (* v (+ (* -1 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* -1 (/ (+ 1 e) (pow v 2))))))> |
#<alt (+ 1 (* 1/6 (pow v 2)))> |
#<alt (+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2))))))> |
#<alt (+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2))))))> |
#<alt (+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2))))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e)))))> |
#<alt (* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e)))))> |
#<alt (* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e)))))> |
#<alt (* -1 (* e (- (* 1/3 (pow v 2)) 1)))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1)))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1)))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1)))> |
#<alt (+ 1 e)> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* 1/6 (pow v 2))> |
#<alt (+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2)))> |
#<alt (+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2)))> |
#<alt (+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2)))> |
#<alt (* -1/3 (* e (pow v 2)))> |
#<alt (* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e))))> |
#<alt (* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e))))> |
#<alt (* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e))))> |
#<alt (* -1/3 (* e (pow v 2)))> |
#<alt (* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2)))))> |
#<alt (* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2)))))> |
#<alt (* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2)))))> |
#<alt (/ (* e v) (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))))> |
#<alt (* e (+ (* -1 (/ (* e (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2))) (/ v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))))))> |
#<alt (* e (+ (* e (- (/ (* e (* v (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3)) (/ (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)))) (/ v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))))))> |
#<alt (* e (+ (* e (- (* e (- (* -1 (/ (* e (* v (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 3))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 4))) (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2)) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3))))) (/ (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)))) (/ v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))))))> |
#<alt (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))> |
#<alt (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2)))) (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))))> |
#<alt (- (+ (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (* (pow e 2) (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 3)))) (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2))))> |
#<alt (- (+ (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3)) (* (pow e 3) (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 4)))) (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))) (+ (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (* (pow e 2) (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 3)))) (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2)))))> |
#<alt (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1)))> |
#<alt (+ (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 2)))))> |
#<alt (+ (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) (* -1 (/ (+ (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 2)) (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (* e (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 3)))) e)))> |
#<alt (+ (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 3))) (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3)) (* e (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 4))))) e)) (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 2))) e)))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* -1 (/ (* e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow (+ 1 e) 2))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (* -1 (* (pow v 2) (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (pow (+ 1 e) 2))))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (* (pow v 2) (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) (pow (+ 1 e) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (pow (+ 1 e) 2))) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (+ 1 e))) (/ (* e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (pow (+ 1 e) 2)))))) (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (pow (+ 1 e) 2))))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e))))> |
#<alt (/ e (* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (/ (+ (* -1 (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (pow v 5))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (pow v 4))) (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (pow v 5))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (/ (* e (+ 1 e)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (pow v 6))) (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))))) (pow v 5))> |
#<alt (/ e (* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* -1 (/ (+ (* -1 (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (pow v 5)))> |
#<alt (* -1 (/ (+ (* -1 (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))))) (pow v 5)))> |
#<alt (* -1 (/ (+ (* -1 (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) (* (pow v 6) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (+ (/ (* e (+ 1 e)) (* (pow v 6) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))))))))) (pow v 5)))> |
#<alt (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) v)> |
#<alt (+ (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ 1 v))) (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)))> |
#<alt (+ (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ 1 v))) (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)))> |
#<alt (+ (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ 1 v))) (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)))> |
#<alt (/ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) v)> |
#<alt (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 v) (+ (/ 1 (* e v)) (/ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)))))> |
#<alt (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 v) (+ (/ 1 (* e v)) (/ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)))))> |
#<alt (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 v) (+ (/ 1 (* e v)) (/ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)))))> |
#<alt (* -1 (/ (* e (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1)) v))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)) e)) (* v (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) (/ 1 v))))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)) e)) (* v (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) (/ 1 v))))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)) e)) (* v (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) (/ 1 v))))> |
#<alt (/ (+ 1 e) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) v)> |
#<alt (* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 5) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 5) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 5) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (+ (/ 1 (pow v 6)) (/ e (pow v 6))))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (* -1 (/ (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow v 2))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (+ (* -1 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow v 2)))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (+ (* -1 (/ (+ 1 e) (pow v 6))) (+ (* -1 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow v 2))))))))> |
#<alt (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))> |
#<alt (+ 1 (+ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))))> |
#<alt (+ 1 (+ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))))> |
#<alt (+ 1 (+ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))))> |
#<alt (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))> |
#<alt (* e (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 e) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)))))> |
#<alt (* e (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 e) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)))))> |
#<alt (* e (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 e) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)))))> |
#<alt (* -1 (* e (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1)))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) 1)))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) 1)))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) 1)))> |
#<alt (+ 1 e)> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (+ (/ 1 (pow v 6)) (/ e (pow v 6))))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (+ (/ 1 (pow v 6)) (/ e (pow v 6))))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))> |
#<alt (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))> |
#<alt (+ (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))> |
#<alt (+ (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))> |
#<alt (+ (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))> |
#<alt (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))> |
#<alt (* e (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)))> |
#<alt (* e (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)))> |
#<alt (* e (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)))> |
#<alt (* -1 (* e (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))))> |
#<alt (* -1 (* e (+ (* -1 (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))))))> |
#<alt (* -1 (* e (+ (* -1 (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))))))> |
#<alt (* -1 (* e (+ (* -1 (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (pow v 2)))> |
#<alt (+ 1 (* (pow v 2) (- (* 1/24 (pow v 2)) 1/2)))> |
#<alt (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2)))> |
#<alt (cos v)> |
#<alt (cos v)> |
#<alt (cos v)> |
#<alt (cos v)> |
#<alt (cos v)> |
#<alt (cos v)> |
#<alt (cos v)> |
#<alt (cos v)> |
#<alt 1/6> |
#<alt (+ 1/6 (* 1/6 e))> |
#<alt (+ 1/6 (* 1/6 e))> |
#<alt (+ 1/6 (* 1/6 e))> |
#<alt (* 1/6 e)> |
#<alt (* e (+ 1/6 (* 1/6 (/ 1 e))))> |
#<alt (* e (+ 1/6 (* 1/6 (/ 1 e))))> |
#<alt (* e (+ 1/6 (* 1/6 (/ 1 e))))> |
#<alt (* 1/6 e)> |
#<alt (* e (+ 1/6 (* 1/6 (/ 1 e))))> |
#<alt (* e (+ 1/6 (* 1/6 (/ 1 e))))> |
#<alt (* e (+ 1/6 (* 1/6 (/ 1 e))))> |
#<alt 1/720> |
#<alt (+ 1/720 (* -1/360 e))> |
#<alt (+ 1/720 (* -1/360 e))> |
#<alt (+ 1/720 (* -1/360 e))> |
#<alt (* -1/360 e)> |
#<alt (* e (- (* 1/720 (/ 1 e)) 1/360))> |
#<alt (* e (- (* 1/720 (/ 1 e)) 1/360))> |
#<alt (* e (- (* 1/720 (/ 1 e)) 1/360))> |
#<alt (* -1/360 e)> |
#<alt (* -1 (* e (- 1/360 (* 1/720 (/ 1 e)))))> |
#<alt (* -1 (* e (- 1/360 (* 1/720 (/ 1 e)))))> |
#<alt (* -1 (* e (- 1/360 (* 1/720 (/ 1 e)))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))> |
#<alt (* 31/15120 (pow v 2))> |
#<alt (+ (* -2/945 (* e (pow v 2))) (* 31/15120 (pow v 2)))> |
#<alt (+ (* -2/945 (* e (pow v 2))) (* 31/15120 (pow v 2)))> |
#<alt (+ (* -2/945 (* e (pow v 2))) (* 31/15120 (pow v 2)))> |
#<alt (* -2/945 (* e (pow v 2)))> |
#<alt (* e (+ (* -2/945 (pow v 2)) (* 31/15120 (/ (pow v 2) e))))> |
#<alt (* e (+ (* -2/945 (pow v 2)) (* 31/15120 (/ (pow v 2) e))))> |
#<alt (* e (+ (* -2/945 (pow v 2)) (* 31/15120 (/ (pow v 2) e))))> |
#<alt (* -2/945 (* e (pow v 2)))> |
#<alt (* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2)))))> |
#<alt (* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2)))))> |
#<alt (* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2)))))> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
#<alt (* 1/24 e)> |
99 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | e | @ | -inf | (/ e (/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v)) |
| 4.0ms | v | @ | inf | (/ e (/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v)) |
| 2.0ms | v | @ | 0 | (/ e (/ (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) v)) |
| 2.0ms | e | @ | inf | (/ e (/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v)) |
| 2.0ms | v | @ | -inf | (/ e (/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v)) |
| 1× | batch-egg-rewrite |
| 2586× | *-lowering-*.f32 |
| 2586× | *-lowering-*.f64 |
| 1980× | sum5-define |
| 1738× | fma-lowering-fma.f32 |
| 1738× | fma-lowering-fma.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 50 | 474 |
| 1 | 404 | 427 |
| 2 | 4781 | 427 |
| 0 | 8471 | 427 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1 (/ (sin v) (+ (cos v) (/ 1 e)))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(sin v) |
(+ (cos v) (/ 1 e)) |
(/ v (/ (+ 1 e) e)) |
(/ (+ 1 e) e) |
(+ 1 e) |
(/ e (/ (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) v)) |
(/ (+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) v) |
(+ (+ e 1) (* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(* (* v v) (+ (* e -1/2) (* 1/6 (+ e 1)))) |
(/ e (/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v)) |
(/ (+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) v) |
(+ (+ e 1) (* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1)))))) |
(* (* v v) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1))))) (+ (* e -1/2) (* 1/6 (+ e 1))))) |
(cos v) |
(* 1/6 (+ e 1)) |
(* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))) |
(* (* v v) (- (* e -1/720) (+ (* -1/6 (+ (- (* e 1/24) (* -1/6 (+ (* e -1/2) (* 1/6 (+ e 1))))) (* -1/120 (+ e 1)))) (+ (+ -1/5040 (* -1/5040 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ e 1)))))))) |
(* e 1/24) |
| Outputs |
|---|
(neg.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v)) #s(literal 1 binary64))) |
(/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(pow.f64 (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(*.f64 (sin.f64 v) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) (sin.f64 v)) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 #s(literal 1 binary64) (*.f64 e e)))) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(neg.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v)) #s(literal 1 binary64))) |
(/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(pow.f64 (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(*.f64 (sin.f64 v) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) (sin.f64 v)) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 #s(literal 1 binary64) (*.f64 e e)))) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(sin.f64 v) |
(*.f64 #s(literal 1 binary64) (sin.f64 v)) |
(*.f64 (sin.f64 v) #s(literal 1 binary64)) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 #s(literal 1 binary64) (*.f64 e e))))) |
(/.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))))) |
(/.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (cos.f64 v) e)))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 #s(literal 1 binary64) (*.f64 e e)))) (neg.f64 (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))))) |
(*.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 #s(literal 1 binary64) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(neg.f64 (/.f64 v (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) e) e)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 (+.f64 #s(literal 1 binary64) e) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v) #s(literal 1 binary64))) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v))) |
(/.f64 (-.f64 #s(literal 0 binary64) v) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) e) e))) |
(/.f64 (/.f64 v (+.f64 #s(literal 1 binary64) e)) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) v)) (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 v #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e))) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) e) e)))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) v) |
(*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 v #s(literal 1 binary64)) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 v (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e))) (-.f64 #s(literal 0 binary64) e)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) e) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) e) e) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) (-.f64 #s(literal 0 binary64) e)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (*.f64 e (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (*.f64 e (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 e (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)) e)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) e)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)) (-.f64 #s(literal 0 binary64) e))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) e))) |
(/.f64 (*.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 e #s(literal -1 binary64)) e)) |
(/.f64 (*.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 e #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) e))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) e) (-.f64 #s(literal 0 binary64) e))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e))) (neg.f64 (-.f64 #s(literal 0 binary64) e))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1 binary64)) e) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) e)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) e)) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) e)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) e)) (-.f64 #s(literal 1 binary64) e)) |
(pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(*.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) |
(*.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 #s(literal 1 binary64) e)) |
(*.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) e))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) e)) |
(+.f64 #s(literal 1 binary64) e) |
(+.f64 e #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 (*.f64 e e) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) e) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (neg.f64 (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64))) (neg.f64 (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e))) (neg.f64 (-.f64 #s(literal 1 binary64) e))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) e))) |
(neg.f64 (/.f64 e (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v)) #s(literal 1 binary64))) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v))) |
(/.f64 (/.f64 e (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 #s(literal 1 binary64) v)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) e)) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v)) |
(/.f64 (*.f64 e v) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v))) |
(*.f64 v (/.f64 e (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 e (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v)))) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(*.f64 (/.f64 e (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v) |
(*.f64 (/.f64 e (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 #s(literal 0 binary64) v)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 #s(literal 0 binary64) v)) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (*.f64 v (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) v)) |
(/.f64 (*.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1 binary64)) (*.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) v))) |
(/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) #s(literal 1 binary64)) v) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 #s(literal 1 binary64) v)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 #s(literal 1 binary64) v)) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(pow.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v)) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 #s(literal 1 binary64) v)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v))) |
(*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(+.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)) |
(+.f64 (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v))) (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) e) |
(+.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v)))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) e) #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(fma.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)) |
(fma.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) e)) |
(fma.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v) (+.f64 #s(literal 1 binary64) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (neg.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 (+.f64 (*.f64 e (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) #s(literal 3 binary64))) (+.f64 (*.f64 e e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))))) |
(*.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(+.f64 (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v)))) |
(fma.f64 (*.f64 v v) (*.f64 e #s(literal -1/2 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 v v) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v))) #s(literal 3 binary64)) (pow.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v))) (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v)))) (-.f64 (*.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v))) (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v)))) (*.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/8 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) #s(literal 1/216 binary64)))) (+.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (-.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 e #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) #s(literal 1/36 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) e)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/8 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) #s(literal 1/216 binary64))) (*.f64 v v)) (+.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (-.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 e #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) #s(literal 1/36 binary64))) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) e)))) |
(*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)) |
(*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) v) |
(neg.f64 (/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (-.f64 #s(literal 0 binary64) v)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (*.f64 e v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (*.f64 e v)) #s(literal 1 binary64))) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) v)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (*.f64 e v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (-.f64 #s(literal 0 binary64) v))) |
(/.f64 (/.f64 e (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) (/.f64 #s(literal 1 binary64) v)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) e)) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) v)) |
(/.f64 (*.f64 e v) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (*.f64 e v)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 e v) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) |
(*.f64 v (/.f64 e (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) |
(*.f64 e (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (-.f64 #s(literal 0 binary64) v)))) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) e) |
(*.f64 (/.f64 e (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) v) |
(*.f64 (/.f64 e (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) (-.f64 #s(literal 0 binary64) v)) |
(neg.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (-.f64 #s(literal 0 binary64) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) v) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) (-.f64 #s(literal 0 binary64) v)) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) #s(literal 3 binary64))) (*.f64 v (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) (*.f64 v (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e)))) v)) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) v)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) v))) |
(/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) #s(literal 1 binary64)) v) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) v)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) (/.f64 #s(literal 1 binary64) v)) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) |
(pow.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) v)) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (/.f64 #s(literal 1 binary64) v)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v))) |
(*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) |
(+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) |
(+.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) |
(+.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e)) |
(+.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) e) |
(+.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (+.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) e) #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) (/.f64 (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))))) |
(fma.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (+.f64 #s(literal 1 binary64) e)) |
(fma.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (+.f64 #s(literal 1 binary64) e)) |
(fma.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (*.f64 v v) (+.f64 #s(literal 1 binary64) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))))) |
(/.f64 (+.f64 (*.f64 e (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 e e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))))) |
(/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) |
(/.f64 (-.f64 (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e)))))) |
(*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) |
(+.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))) (*.f64 v v)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (+.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))) (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v)))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))) (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(/.f64 (*.f64 (*.f64 v v) (+.f64 (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))) #s(literal 3 binary64)) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 (*.f64 (*.f64 v v) (*.f64 (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (-.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) |
(/.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) (*.f64 (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))) #s(literal 3 binary64)) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (*.f64 (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (-.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 v v) (*.f64 (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 v v)) (-.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) |
(*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))))) (*.f64 v v)) |
(*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))))))) v) |
(cos.f64 v) |
(+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) |
(+.f64 (*.f64 e #s(literal 1/6 binary64)) #s(literal 1/6 binary64)) |
(fma.f64 e #s(literal 1/6 binary64) #s(literal 1/6 binary64)) |
(fma.f64 #s(literal 1/6 binary64) e #s(literal 1/6 binary64)) |
(/.f64 (+.f64 (pow.f64 (*.f64 e #s(literal 1/6 binary64)) #s(literal 3 binary64)) #s(literal 1/216 binary64)) (+.f64 (*.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 e #s(literal 1/6 binary64))) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 e #s(literal 1/6 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 e #s(literal 1/6 binary64))) #s(literal 1/36 binary64)) (-.f64 (*.f64 e #s(literal 1/6 binary64)) #s(literal 1/6 binary64))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) #s(literal 1/6 binary64)) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) #s(literal 1/6 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) #s(literal 1/6 binary64)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal 1/6 binary64)) (-.f64 #s(literal 1 binary64) e)) |
(*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/6 binary64)) |
(*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))) |
(+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64))) |
(fma.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/120 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64))) |
(fma.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 e #s(literal -1/240 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 e #s(literal -1/240 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64))) (*.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 e #s(literal -1/240 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))) (-.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))) |
(/.f64 (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/8 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) #s(literal 1/216 binary64)))) (+.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (-.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 e #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/120 binary64) (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) #s(literal 1/36 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) e)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/8 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) #s(literal 1/216 binary64))) #s(literal 1/120 binary64)) (+.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (-.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 e #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) #s(literal 1/36 binary64))) #s(literal 1/120 binary64)) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) e)))) |
(*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) #s(literal 1/120 binary64)) |
(*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(+.f64 (*.f64 (*.f64 v v) (*.f64 e #s(literal -1/720 binary64))) (*.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64)))))))) |
(+.f64 (*.f64 (*.f64 e #s(literal -1/720 binary64)) (*.f64 v v)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64)))))) (*.f64 v v))) |
(/.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/373248000 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))))))) (+.f64 (*.f64 (*.f64 e e) #s(literal 1/518400 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))) |
(/.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 e e) #s(literal 1/518400 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64)))))))) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/373248000 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64)))))))) (*.f64 v v)) (+.f64 (*.f64 (*.f64 e e) #s(literal 1/518400 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/518400 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))))) (*.f64 v v)) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))) |
(*.f64 v (*.f64 v (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))) |
(*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))))) (*.f64 v v)) |
(*.f64 (*.f64 v (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/5040 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 binary64))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 e #s(literal 1/12 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))) v) |
(*.f64 e #s(literal 1/24 binary64)) |
(*.f64 #s(literal 1/24 binary64) e) |
| 1× | egg-herbie |
| 4902× | *-lowering-*.f32 |
| 4902× | *-lowering-*.f64 |
| 4870× | +-lowering-+.f64 |
| 4870× | +-lowering-+.f32 |
| 1596× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 789 | 11529 |
| 1 | 2739 | 9835 |
| 0 | 8347 | 9835 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ v (+ 1 (/ 1 e))) |
(* v (+ (* (pow v 2) (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (+ (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (* (pow v 2) (- (* 1/720 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (+ (* -1/2 (/ (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (+ 1 (/ 1 e)))) (+ (* 1/5040 (/ 1 (+ 1 (/ 1 e)))) (* 1/24 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e))))))))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(* e (sin v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(+ (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v))) |
(+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (* -1 (/ (sin v) (pow (cos v) 3)))) e)) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v))) |
(/ v (+ 1 (/ 1 e))) |
(* v (+ (* (pow v 2) (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (+ (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (* (pow v 2) (- (* 1/720 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (+ (* -1/2 (/ (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (+ 1 (/ 1 e)))) (+ (* 1/5040 (/ 1 (+ 1 (/ 1 e)))) (* 1/24 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e))))))))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(* e (sin v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(+ (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v))) |
(+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (* -1 (/ (sin v) (pow (cos v) 3)))) e)) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v))) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6)))) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(+ 1 (/ 1 e)) |
(+ 1 (+ (* -1/2 (pow v 2)) (/ 1 e))) |
(+ 1 (+ (* (pow v 2) (- (* 1/24 (pow v 2)) 1/2)) (/ 1 e))) |
(+ 1 (+ (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2)) (/ 1 e))) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(/ 1 e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(cos v) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(cos v) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(/ (* e v) (+ 1 e)) |
(* e v) |
(* e (+ v (* -1 (* e v)))) |
(* e (+ v (* e (- (* e v) v)))) |
(* e (+ v (* e (- (* e (- (* -1 (* e v)) (* -1 v))) v)))) |
v |
(+ v (* -1 (/ v e))) |
(- (+ v (/ v (pow e 2))) (/ v e)) |
(- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e))) |
v |
(+ v (* -1 (/ v e))) |
(+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) |
(+ v (* -1 (/ (+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) e))) |
(/ 1 e) |
(/ (+ 1 e) e) |
(/ (+ 1 e) e) |
(/ (+ 1 e) e) |
1 |
(+ 1 (/ 1 e)) |
(+ 1 (/ 1 e)) |
(+ 1 (/ 1 e)) |
1 |
(+ 1 (/ 1 e)) |
(+ 1 (/ 1 e)) |
(+ 1 (/ 1 e)) |
1 |
(+ 1 e) |
(+ 1 e) |
(+ 1 e) |
e |
(* e (+ 1 (/ 1 e))) |
(* e (+ 1 (/ 1 e))) |
(* e (+ 1 (/ 1 e))) |
e |
(* e (+ 1 (/ 1 e))) |
(* e (+ 1 (/ 1 e))) |
(* e (+ 1 (/ 1 e))) |
(/ (* e v) (+ 1 (* 1/6 (pow v 2)))) |
(* e (+ (* -1 (/ (* e (* v (+ 1 (* -1/3 (pow v 2))))) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(* e (+ (* e (- (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 2))) (pow (+ 1 (* 1/6 (pow v 2))) 3)) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(* e (+ (* e (- (* e (- (* -1 (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 3))) (pow (+ 1 (* 1/6 (pow v 2))) 4))) (* -1 (/ (* v (pow (+ 1 (* -1/3 (pow v 2))) 2)) (pow (+ 1 (* 1/6 (pow v 2))) 3))))) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(+ (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ v (+ 1 (* -1/3 (pow v 2))))) |
(- (+ (/ v (+ 1 (* -1/3 (pow v 2)))) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) |
(- (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* (pow e 3) (pow (+ 1 (* -1/3 (pow v 2))) 4)))) (/ v (+ 1 (* -1/3 (pow v 2))))) (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2))))) |
(* -1 (/ v (- (* 1/3 (pow v 2)) 1))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (- (* 1/3 (pow v 2)) 1) 2))))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2)) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* e (pow (- (* 1/3 (pow v 2)) 1) 3)))) e))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (pow (- (* 1/3 (pow v 2)) 1) 3))) (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* e (pow (- (* 1/3 (pow v 2)) 1) 4))))) e)) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2))) e))) |
(/ (* e v) (+ 1 e)) |
(* v (+ (* -1 (/ (* e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow (+ 1 e) 2))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (/ (* e (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))) (pow (+ 1 e) 3)) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (/ (* e (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3))) (pow (+ 1 e) 4))) (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(/ e (* v (+ (* -1/2 e) (* 1/6 (+ 1 e))))) |
(/ (+ (* -1 (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)))) (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) v) |
(/ (- (+ (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)))) v) |
(/ (- (+ (* -1 (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 4)))) (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))))) v) |
(/ e (* v (+ (* -1/2 e) (* 1/6 (+ 1 e))))) |
(* -1 (/ (+ (* -1 (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)))) v)) |
(* -1 (/ (+ (* -1 (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))))) v)) |
(* -1 (/ (+ (* -1 (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (+ (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))) (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 4)))))) v)) |
(/ (+ 1 (* 1/6 (pow v 2))) v) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(* -1 (/ (* e (- (* 1/3 (pow v 2)) 1)) v)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(/ (+ 1 e) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v) |
(* v (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* v (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(* v (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(* v (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(* v (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* -1 (* v (+ (* -1 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(* -1 (* v (+ (* -1 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(* -1 (* v (+ (* -1 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(+ 1 (* 1/6 (pow v 2))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(* -1 (* e (- (* 1/3 (pow v 2)) 1))) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(+ 1 e) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* 1/6 (pow v 2)) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(* -1/3 (* e (pow v 2))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(* -1/3 (* e (pow v 2))) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(/ (* e v) (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) |
(* e (+ (* -1 (/ (* e (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2))) (/ v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))))) |
(* e (+ (* e (- (/ (* e (* v (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3)) (/ (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)))) (/ v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))))) |
(* e (+ (* e (- (* e (- (* -1 (/ (* e (* v (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 3))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 4))) (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2)) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3))))) (/ (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)))) (/ v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))))) |
(/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) |
(+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2)))) (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))) |
(- (+ (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (* (pow e 2) (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 3)))) (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2)))) |
(- (+ (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3)) (* (pow e 3) (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 4)))) (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))) (+ (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (* (pow e 2) (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 3)))) (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2))))) |
(* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) |
(+ (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 2))))) |
(+ (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) (* -1 (/ (+ (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 2)) (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (* e (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 3)))) e))) |
(+ (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 3))) (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3)) (* e (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 4))))) e)) (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 2))) e))) |
(/ (* e v) (+ 1 e)) |
(* v (+ (* -1 (/ (* e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow (+ 1 e) 2))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (* -1 (* (pow v 2) (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (pow (+ 1 e) 2))))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (* (pow v 2) (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) (pow (+ 1 e) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (pow (+ 1 e) 2))) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (+ 1 e))) (/ (* e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (pow (+ 1 e) 2)))))) (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (pow (+ 1 e) 2))))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(/ e (* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(/ (+ (* -1 (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (pow v 5)) |
(/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (pow v 4))) (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (pow v 5)) |
(/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (/ (* e (+ 1 e)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (pow v 6))) (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))))) (pow v 5)) |
(/ e (* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* -1 (/ (+ (* -1 (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (pow v 5))) |
(* -1 (/ (+ (* -1 (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))))) (pow v 5))) |
(* -1 (/ (+ (* -1 (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) (* (pow v 6) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (+ (/ (* e (+ 1 e)) (* (pow v 6) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))))))))) (pow v 5))) |
(/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) v) |
(+ (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ 1 v))) (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v))) |
(+ (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ 1 v))) (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v))) |
(+ (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ 1 v))) (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v))) |
(/ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) v) |
(* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 v) (+ (/ 1 (* e v)) (/ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 v) (+ (/ 1 (* e v)) (/ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 v) (+ (/ 1 (* e v)) (/ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(* -1 (/ (* e (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1)) v)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)) e)) (* v (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) (/ 1 v)))) |
(* -1 (* e (- (+ (* -1 (/ (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)) e)) (* v (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) (/ 1 v)))) |
(* -1 (* e (- (+ (* -1 (/ (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)) e)) (* v (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) (/ 1 v)))) |
(/ (+ 1 e) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) v) |
(* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 5) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 5) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 5) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (+ (/ 1 (pow v 6)) (/ e (pow v 6))))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* -1 (* (pow v 5) (+ (* -1 (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (* -1 (/ (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow v 2)))))) |
(* -1 (* (pow v 5) (+ (* -1 (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (+ (* -1 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow v 2))))))) |
(* -1 (* (pow v 5) (+ (* -1 (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (+ (* -1 (/ (+ 1 e) (pow v 6))) (+ (* -1 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow v 2)))))))) |
(+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) |
(+ 1 (+ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) |
(+ 1 (+ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) |
(+ 1 (+ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) |
(* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) |
(* e (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 e) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(* e (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 e) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(* e (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 e) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(* -1 (* e (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) 1))) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) 1))) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) 1))) |
(+ 1 e) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) |
(* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (+ (/ 1 (pow v 6)) (/ e (pow v 6))))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (+ (/ 1 (pow v 6)) (/ e (pow v 6))))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) |
(+ (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) |
(+ (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) |
(+ (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) |
(* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) |
(* e (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))) |
(* e (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))) |
(* e (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))) |
(* -1 (* e (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))))) |
(* -1 (* e (+ (* -1 (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))))) |
(* -1 (* e (+ (* -1 (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))))) |
(* -1 (* e (+ (* -1 (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))))) |
1 |
(+ 1 (* -1/2 (pow v 2))) |
(+ 1 (* (pow v 2) (- (* 1/24 (pow v 2)) 1/2))) |
(+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2))) |
(cos v) |
(cos v) |
(cos v) |
(cos v) |
(cos v) |
(cos v) |
(cos v) |
(cos v) |
1/6 |
(+ 1/6 (* 1/6 e)) |
(+ 1/6 (* 1/6 e)) |
(+ 1/6 (* 1/6 e)) |
(* 1/6 e) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(* 1/6 e) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
1/720 |
(+ 1/720 (* -1/360 e)) |
(+ 1/720 (* -1/360 e)) |
(+ 1/720 (* -1/360 e)) |
(* -1/360 e) |
(* e (- (* 1/720 (/ 1 e)) 1/360)) |
(* e (- (* 1/720 (/ 1 e)) 1/360)) |
(* e (- (* 1/720 (/ 1 e)) 1/360)) |
(* -1/360 e) |
(* -1 (* e (- 1/360 (* 1/720 (/ 1 e))))) |
(* -1 (* e (- 1/360 (* 1/720 (/ 1 e))))) |
(* -1 (* e (- 1/360 (* 1/720 (/ 1 e))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(* 31/15120 (pow v 2)) |
(+ (* -2/945 (* e (pow v 2))) (* 31/15120 (pow v 2))) |
(+ (* -2/945 (* e (pow v 2))) (* 31/15120 (pow v 2))) |
(+ (* -2/945 (* e (pow v 2))) (* 31/15120 (pow v 2))) |
(* -2/945 (* e (pow v 2))) |
(* e (+ (* -2/945 (pow v 2)) (* 31/15120 (/ (pow v 2) e)))) |
(* e (+ (* -2/945 (pow v 2)) (* 31/15120 (/ (pow v 2) e)))) |
(* e (+ (* -2/945 (pow v 2)) (* 31/15120 (/ (pow v 2) e)))) |
(* -2/945 (* e (pow v 2))) |
(* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2))))) |
(* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2))))) |
(* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2))))) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
(* 1/24 e) |
| Outputs |
|---|
(/ v (+ 1 (/ 1 e))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(* v (+ (* (pow v 2) (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))))) |
(* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (/.f64 #s(literal 1/24 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))))))) |
(* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (+ (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (* (pow v 2) (- (* 1/720 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (+ (* -1/2 (/ (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (+ 1 (/ 1 e)))) (+ (* 1/5040 (/ 1 (+ 1 (/ 1 e)))) (* 1/24 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e))))))))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (/.f64 #s(literal 1/24 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 #s(literal 1/5040 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (/.f64 (*.f64 #s(literal 1/24 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))))) (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (/.f64 #s(literal 1/24 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))))))) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))))))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(*.f64 e (-.f64 (sin.f64 v) (*.f64 (*.f64 e (cos.f64 v)) (sin.f64 v)))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (cos.f64 v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (-.f64 (*.f64 e (neg.f64 (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))))) (*.f64 (sin.f64 v) (cos.f64 v)))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(-.f64 (+.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (*.f64 e e)))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(-.f64 (-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 (*.f64 e (*.f64 e e)) (pow.f64 (cos.f64 v) #s(literal 4 binary64))))) (-.f64 (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (sin.f64 v) (*.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (*.f64 e e))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) |
(+ (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) e)) |
(+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (* -1 (/ (sin v) (pow (cos v) 3)))) e)) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) e) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (neg.f64 e)) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) e)) |
(/ v (+ 1 (/ 1 e))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(* v (+ (* (pow v 2) (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))))) |
(* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (/.f64 #s(literal 1/24 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))))))) |
(* v (+ (* (pow v 2) (- (+ (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* (pow v 2) (- (+ (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (* (pow v 2) (- (* 1/720 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (+ (* -1/2 (/ (- (* 1/120 (/ 1 (+ 1 (/ 1 e)))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (+ 1 (/ 1 e)))) (+ (* 1/5040 (/ 1 (+ 1 (/ 1 e)))) (* 1/24 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e))))))))) (+ (* -1/2 (/ (- (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (* 1/6 (/ 1 (+ 1 (/ 1 e))))) (+ 1 (/ 1 e)))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))))) (* 1/6 (/ 1 (+ 1 (/ 1 e)))))) (/ 1 (+ 1 (/ 1 e))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 #s(literal 1/720 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (/.f64 #s(literal 1/24 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 #s(literal 1/5040 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (/.f64 (*.f64 #s(literal 1/24 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))))) (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (/.f64 #s(literal 1/24 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))))))) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (/.f64 #s(literal -1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))))))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ (sin v) (+ (cos v) (/ 1 e))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(*.f64 e (-.f64 (sin.f64 v) (*.f64 (*.f64 e (cos.f64 v)) (sin.f64 v)))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (cos.f64 v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (-.f64 (*.f64 e (neg.f64 (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))))) (*.f64 (sin.f64 v) (cos.f64 v)))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(-.f64 (+.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (*.f64 e e)))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(-.f64 (-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 (*.f64 e (*.f64 e e)) (pow.f64 (cos.f64 v) #s(literal 4 binary64))))) (-.f64 (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (sin.f64 v) (*.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (*.f64 e e))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) |
(+ (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) e)) |
(+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (* -1 (/ (sin v) (pow (cos v) 3)))) e)) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) e) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (neg.f64 e)) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) e)) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64))))) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(+ 1 (/ 1 e)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) |
(+ 1 (+ (* -1/2 (pow v 2)) (/ 1 e))) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/2 binary64)))) |
(+ 1 (+ (* (pow v 2) (- (* 1/24 (pow v 2)) 1/2)) (/ 1 e))) |
(+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/24 binary64)) #s(literal -1/2 binary64))))) |
(+ 1 (+ (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2)) (/ 1 e))) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 v v) #s(literal -1/720 binary64)))) #s(literal -1/2 binary64))))) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(cos v) |
(cos.f64 v) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(cos v) |
(cos.f64 v) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(* e v) |
(*.f64 v e) |
(* e (+ v (* -1 (* e v)))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(* e (+ v (* e (- (* e v) v)))) |
(*.f64 e (+.f64 v (*.f64 e (*.f64 v (+.f64 e #s(literal -1 binary64)))))) |
(* e (+ v (* e (- (* e (- (* -1 (* e v)) (* -1 v))) v)))) |
(*.f64 e (+.f64 v (*.f64 e (-.f64 (*.f64 e (-.f64 v (*.f64 v e))) v)))) |
v |
(+ v (* -1 (/ v e))) |
(-.f64 v (/.f64 v e)) |
(- (+ v (/ v (pow e 2))) (/ v e)) |
(+.f64 (/.f64 v (*.f64 e e)) (-.f64 v (/.f64 v e))) |
(- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e))) |
(-.f64 (-.f64 v (/.f64 v (*.f64 e (*.f64 e e)))) (-.f64 (/.f64 v e) (/.f64 v (*.f64 e e)))) |
v |
(+ v (* -1 (/ v e))) |
(-.f64 v (/.f64 v e)) |
(+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) |
(-.f64 v (/.f64 (-.f64 v (/.f64 v e)) e)) |
(+ v (* -1 (/ (+ v (* -1 (/ (+ v (* -1 (/ v e))) e))) e))) |
(-.f64 v (/.f64 (-.f64 v (/.f64 (-.f64 v (/.f64 v e)) e)) e)) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ (+ 1 e) e) |
(/.f64 (+.f64 #s(literal 1 binary64) e) e) |
(/ (+ 1 e) e) |
(/.f64 (+.f64 #s(literal 1 binary64) e) e) |
(/ (+ 1 e) e) |
(/.f64 (+.f64 #s(literal 1 binary64) e) e) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ 1 e)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) |
(+ 1 (/ 1 e)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) |
(+ 1 (/ 1 e)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ 1 e)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) |
(+ 1 (/ 1 e)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) |
(+ 1 (/ 1 e)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) |
1 |
#s(literal 1 binary64) |
(+ 1 e) |
(+.f64 #s(literal 1 binary64) e) |
(+ 1 e) |
(+.f64 #s(literal 1 binary64) e) |
(+ 1 e) |
(+.f64 #s(literal 1 binary64) e) |
e |
(* e (+ 1 (/ 1 e))) |
(+.f64 #s(literal 1 binary64) e) |
(* e (+ 1 (/ 1 e))) |
(+.f64 #s(literal 1 binary64) e) |
(* e (+ 1 (/ 1 e))) |
(+.f64 #s(literal 1 binary64) e) |
e |
(* e (+ 1 (/ 1 e))) |
(+.f64 #s(literal 1 binary64) e) |
(* e (+ 1 (/ 1 e))) |
(+.f64 #s(literal 1 binary64) e) |
(* e (+ 1 (/ 1 e))) |
(+.f64 #s(literal 1 binary64) e) |
(/ (* e v) (+ 1 (* 1/6 (pow v 2)))) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(* e (+ (* -1 (/ (* e (* v (+ 1 (* -1/3 (pow v 2))))) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(*.f64 e (-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (/.f64 (*.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))))) |
(* e (+ (* e (- (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 2))) (pow (+ 1 (* 1/6 (pow v 2))) 3)) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(*.f64 e (+.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (-.f64 (/.f64 (*.f64 (*.f64 v e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))))))) |
(* e (+ (* e (- (* e (- (* -1 (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 3))) (pow (+ 1 (* 1/6 (pow v 2))) 4))) (* -1 (/ (* v (pow (+ 1 (* -1/3 (pow v 2))) 2)) (pow (+ 1 (* 1/6 (pow v 2))) 3))))) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(*.f64 e (+.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (-.f64 (*.f64 e (+.f64 (/.f64 (*.f64 e (*.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) (neg.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) #s(literal 4 binary64)))) (/.f64 (*.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))))))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(+ (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ v (+ 1 (* -1/3 (pow v 2))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(- (+ (/ v (+ 1 (* -1/3 (pow v 2)))) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) |
(+.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 v (-.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 e e)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))))) |
(- (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* (pow e 3) (pow (+ 1 (* -1/3 (pow v 2))) 4)))) (/ v (+ 1 (* -1/3 (pow v 2))))) (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2))))) |
(-.f64 (-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 v (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) #s(literal 4 binary64))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (*.f64 e (*.f64 e e))))) (-.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) (*.f64 v (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 e e)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))))))) |
(* -1 (/ v (- (* 1/3 (pow v 2)) 1))) |
(/.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (- (* 1/3 (pow v 2)) 1) 2))))) |
(-.f64 (/.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2)) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* e (pow (- (* 1/3 (pow v 2)) 1) 3)))) e))) |
(-.f64 (/.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 (*.f64 v (+.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))))))) e)) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (pow (- (* 1/3 (pow v 2)) 1) 3))) (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* e (pow (- (* 1/3 (pow v 2)) 1) 4))))) e)) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2))) e))) |
(-.f64 (/.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 (neg.f64 (*.f64 v (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (*.f64 e (pow.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) #s(literal 4 binary64))))))) e)) e)) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(* v (+ (* -1 (/ (* e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow (+ 1 e) 2))) (/ e (+ 1 e)))) |
(*.f64 v (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) |
(* v (+ (* (pow v 2) (- (/ (* e (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))) (pow (+ 1 e) 3)) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (*.f64 e (-.f64 (/.f64 (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (/ (* e (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3))) (pow (+ 1 e) 4))) (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) (neg.f64 (*.f64 e (-.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (pow.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 4 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (/.f64 (*.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(/ e (* v (+ (* -1/2 e) (* 1/6 (+ 1 e))))) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/ (+ (* -1 (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)))) (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) v) |
(/.f64 (-.f64 (/.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (/.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 v v)) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v) |
(/ (- (+ (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)))) v) |
(/.f64 (+.f64 (/.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 e (-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (pow.f64 v #s(literal 4 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v) |
(/ (- (+ (* -1 (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 4)))) (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))))) v) |
(/.f64 (-.f64 (-.f64 (/.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (pow.f64 v #s(literal 6 binary64))) (pow.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) #s(literal 4 binary64)))) (-.f64 (/.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 v v)) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 v #s(literal 4 binary64))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v) |
(/ e (* v (+ (* -1/2 e) (* 1/6 (+ 1 e))))) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* -1 (/ (+ (* -1 (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)))) v)) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 v v)) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (+ (* -1 (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))))) v)) |
(/.f64 (-.f64 (-.f64 (/.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 v v)) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 v #s(literal 4 binary64))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (+ (* -1 (/ e (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 3)))) (+ (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2))) (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 4)))))) v)) |
(/.f64 (-.f64 (-.f64 (*.f64 e (+.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (pow.f64 v #s(literal 6 binary64))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (pow.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) #s(literal 4 binary64)))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (pow.f64 v #s(literal 4 binary64))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(/ (+ 1 (* 1/6 (pow v 2))) v) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+.f64 (*.f64 e (+.f64 (*.f64 v #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) v))) (+.f64 (*.f64 v #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) v))) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+.f64 (*.f64 e (+.f64 (*.f64 v #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) v))) (+.f64 (*.f64 v #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) v))) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+.f64 (*.f64 e (+.f64 (*.f64 v #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) v))) (+.f64 (*.f64 v #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) v))) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(*.f64 e (+.f64 (+.f64 (*.f64 v #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 v #s(literal 1/6 binary64)) e) (/.f64 #s(literal 1 binary64) v))) (/.f64 #s(literal 1 binary64) (*.f64 v e)))) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(*.f64 e (+.f64 (+.f64 (*.f64 v #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 v #s(literal 1/6 binary64)) e) (/.f64 #s(literal 1 binary64) v))) (/.f64 #s(literal 1 binary64) (*.f64 v e)))) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(*.f64 e (+.f64 (+.f64 (*.f64 v #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 v #s(literal 1/6 binary64)) e) (/.f64 #s(literal 1 binary64) v))) (/.f64 #s(literal 1 binary64) (*.f64 v e)))) |
(* -1 (/ (* e (- (* 1/3 (pow v 2)) 1)) v)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (neg.f64 e)) v) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(*.f64 (+.f64 (-.f64 (*.f64 v #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 v #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) v)) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(*.f64 (+.f64 (-.f64 (*.f64 v #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 v #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) v)) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(*.f64 (+.f64 (-.f64 (*.f64 v #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 v #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) v)) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e)) |
(/ (+ 1 e) v) |
(/.f64 (+.f64 #s(literal 1 binary64) e) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v) |
(* v (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* v (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(*.f64 v (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (/.f64 e (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(* v (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(*.f64 v (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (/.f64 e (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(* v (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(*.f64 v (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (/.f64 e (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(* v (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* -1 (* v (+ (* -1 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v v))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (+ (* -1 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v v))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (+ (* -1 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v v))) (-.f64 #s(literal 0 binary64) v)) |
(+ 1 (* 1/6 (pow v 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(+.f64 e (+.f64 (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))) #s(literal 1 binary64))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(+.f64 e (+.f64 (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))) #s(literal 1 binary64))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(+.f64 e (+.f64 (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))) #s(literal 1 binary64))) |
(* -1 (* e (- (* 1/3 (pow v 2)) 1))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(*.f64 (+.f64 (-.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e)) #s(literal -1 binary64)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(*.f64 (+.f64 (-.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e)) #s(literal -1 binary64)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(*.f64 (+.f64 (-.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e)) #s(literal -1 binary64)) (neg.f64 e)) |
(+ 1 e) |
(+.f64 #s(literal 1 binary64) e) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (/.f64 e (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (/.f64 e (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (/.f64 e (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (/.f64 e (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (/.f64 e (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (/.f64 e (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* 1/6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/6 binary64)) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 #s(literal -1/3 binary64) e))) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 #s(literal -1/3 binary64) e))) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 #s(literal -1/3 binary64) e))) |
(* -1/3 (* e (pow v 2))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v)) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))) |
(* -1/3 (* e (pow v 2))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v)) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) e)) (neg.f64 e)) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) e)) (neg.f64 e)) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) e)) (neg.f64 e)) |
(/ (* e v) (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) |
(* e (+ (* -1 (/ (* e (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2))) (/ v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))))) |
(*.f64 e (-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))))) |
(* e (+ (* e (- (/ (* e (* v (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3)) (/ (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)))) (/ v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))))) |
(*.f64 e (+.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 e (-.f64 (/.f64 (*.f64 (*.f64 v e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))))))) |
(* e (+ (* e (- (* e (- (* -1 (/ (* e (* v (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 3))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 4))) (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2)) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3))))) (/ (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)))) (/ v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))))) |
(*.f64 e (+.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 e (-.f64 (*.f64 e (+.f64 (/.f64 (*.f64 (*.f64 v e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))))) (neg.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) #s(literal 4 binary64)))) (/.f64 (*.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))))))) |
(/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(+ (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2)))) (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))))) |
(- (+ (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (* (pow e 2) (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 3)))) (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2)))) |
(+.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) (*.f64 v (-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))))))) |
(- (+ (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3)) (* (pow e 3) (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 4)))) (/ v (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))))) (+ (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (* (pow e 2) (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 3)))) (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) 2))))) |
(-.f64 (-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) (/.f64 (*.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) (*.f64 (*.f64 e (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) #s(literal 4 binary64))))) (-.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))))) (/.f64 (*.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))))))) |
(* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) |
(-.f64 #s(literal 0 binary64) (/.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)))) |
(+ (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) (* -1 (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (* e (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 2))))) |
(-.f64 (*.f64 (/.f64 #s(literal -1 binary64) e) (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64))))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)))) |
(+ (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) (* -1 (/ (+ (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 2)) (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (* e (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 3)))) e))) |
(-.f64 (/.f64 (*.f64 v (+.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (*.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 e (*.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)))))))) (neg.f64 e)) (/.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)))) |
(+ (* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 2)) (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 3))) (* -1 (/ (* v (pow (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) 3)) (* e (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 4))))) e)) (/ (* v (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) (pow (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1) 2))) e))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)))) (/.f64 (-.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)))) (/.f64 (neg.f64 (*.f64 v (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 e (pow.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)) #s(literal 4 binary64))))))) e)) e)) |
(/ (* e v) (+ 1 e)) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(* v (+ (* -1 (/ (* e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow (+ 1 e) 2))) (/ e (+ 1 e)))) |
(*.f64 v (-.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) |
(* v (+ (* (pow v 2) (- (* -1 (* (pow v 2) (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (pow (+ 1 e) 2))))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 e (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 e (/.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 #s(literal -1 binary64) (*.f64 v v))) (/.f64 (*.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (* (pow v 2) (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) (pow (+ 1 e) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (pow (+ 1 e) 2))) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (+ 1 e))) (/ (* e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (pow (+ 1 e) 2)))))) (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (pow (+ 1 e) 2))))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 (-.f64 (-.f64 (/.f64 (*.f64 e (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (-.f64 (/.f64 (*.f64 e (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 e (/.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) e)))) (/.f64 (*.f64 e (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 #s(literal -1 binary64) (*.f64 v v))) (-.f64 (/.f64 (*.f64 e (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 e (/.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) (/.f64 (*.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))))) |
(/ e (* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(/.f64 (/.f64 e (pow.f64 v #s(literal 5 binary64))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/ (+ (* -1 (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (pow v 5)) |
(/.f64 (-.f64 (/.f64 e (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (/.f64 (*.f64 e (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v v)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (pow.f64 v #s(literal 5 binary64))) |
(/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (pow v 4))) (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (pow v 5)) |
(/.f64 (-.f64 (-.f64 (/.f64 e (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (-.f64 (/.f64 (*.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (/.f64 (*.f64 e (*.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))))) (pow.f64 v #s(literal 4 binary64)))) (/.f64 (/.f64 (*.f64 e (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v v)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (pow.f64 v #s(literal 5 binary64))) |
(/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (/ (* e (+ 1 e)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (pow v 6))) (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))))) (pow v 5)) |
(/.f64 (-.f64 (-.f64 (/.f64 e (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (-.f64 (-.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (*.f64 (-.f64 (/.f64 (*.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (/.f64 (*.f64 e (*.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))))) (/.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (*.f64 (/.f64 e (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))))) (pow.f64 v #s(literal 6 binary64)))) (-.f64 (*.f64 e (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (*.f64 v v) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (pow.f64 v #s(literal 4 binary64)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))))) (/.f64 (*.f64 e (*.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (pow.f64 v #s(literal 4 binary64)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))))))) (pow.f64 v #s(literal 5 binary64))) |
(/ e (* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(/.f64 (/.f64 e (pow.f64 v #s(literal 5 binary64))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* -1 (/ (+ (* -1 (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))) (pow v 5))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 e (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v v)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (/.f64 e (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (/ (+ (* -1 (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2)))))) (pow v 5))) |
(/.f64 (-.f64 (-.f64 (*.f64 e (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (*.f64 v v) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (pow.f64 v #s(literal 4 binary64)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))))) (/.f64 (*.f64 e (*.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (pow.f64 v #s(literal 4 binary64)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))))) (/.f64 e (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (/ (+ (* -1 (/ e (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) (* (pow v 6) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3)))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) 2)) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (+ (/ (* e (+ 1 e)) (* (pow v 6) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))) (/ (* e (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (* (pow v 2) (pow (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))) 2))))))))) (pow v 5))) |
(/.f64 (-.f64 (-.f64 (-.f64 (-.f64 (+.f64 (*.f64 e (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (*.f64 v v) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (pow.f64 v #s(literal 4 binary64)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))))) (/.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) (pow.f64 v #s(literal 6 binary64))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (*.f64 (-.f64 (/.f64 (*.f64 e (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (/.f64 (*.f64 e (*.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))))) (/.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))))) (/.f64 (*.f64 e (*.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (pow.f64 v #s(literal 4 binary64)) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (pow.f64 v #s(literal 6 binary64))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))))) (/.f64 e (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) v) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v) |
(+ (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ 1 v))) (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v))) |
(+.f64 (*.f64 e (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) |
(+ (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ 1 v))) (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v))) |
(+.f64 (*.f64 e (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) |
(+ (* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ 1 v))) (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v))) |
(+.f64 (*.f64 e (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) |
(/ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) v) |
(* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 v) (+ (/ 1 (* e v)) (/ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(*.f64 e (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 #s(literal 1 binary64) (*.f64 v e))) (+.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) e) (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))) |
(* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 v) (+ (/ 1 (* e v)) (/ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(*.f64 e (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 #s(literal 1 binary64) (*.f64 v e))) (+.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) e) (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))) |
(* e (+ (* v (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 v) (+ (/ 1 (* e v)) (/ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(*.f64 e (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 #s(literal 1 binary64) (*.f64 v e))) (+.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) e) (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))) |
(* -1 (/ (* e (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1)) v)) |
(/.f64 (*.f64 e (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)) e)) (* v (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) (/ 1 v)))) |
(*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)) e)) (* v (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) (/ 1 v)))) |
(*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* v (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) (/ 1 v)) e)) (* v (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) (/ 1 v)))) |
(*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e)) |
(/ (+ 1 e) v) |
(/.f64 (+.f64 #s(literal 1 binary64) e) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v) |
(* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (pow.f64 v #s(literal 5 binary64))) |
(* (pow v 5) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 #s(literal 1/5040 binary64) (-.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(* (pow v 5) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 5) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (+ (/ 1 (pow v 6)) (/ e (pow v 6))))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v))) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 6 binary64))) (/.f64 e (pow.f64 v #s(literal 6 binary64)))))) #s(literal 1/5040 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 5) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (pow.f64 v #s(literal 5 binary64))) |
(* -1 (* (pow v 5) (+ (* -1 (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (* -1 (/ (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow v 2)))))) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 v v))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (+ (* -1 (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (+ (* -1 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow v 2))))))) |
(*.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (pow.f64 v #s(literal 4 binary64)))) (/.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 v v))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (+ (* -1 (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) (+ (* -1 (/ (+ 1 e) (pow v 6))) (+ (* -1 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))) (pow v 2)))))))) |
(*.f64 (-.f64 (-.f64 (-.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (neg.f64 (pow.f64 v #s(literal 6 binary64)))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (pow.f64 v #s(literal 4 binary64)))) (/.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 v v))) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) |
(+ 1 (+ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))) |
(+ 1 (+ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))) |
(+ 1 (+ (* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))))) |
(* e (+ 1 (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(* e (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 e) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))) e)))))) |
(* e (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 e) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))) e)))))) |
(* e (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (+ (/ 1 e) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))) e)))))) |
(* -1 (* e (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) #s(literal -1 binary64)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) 1))) |
(*.f64 (+.f64 (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) #s(literal -1 binary64)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) 1))) |
(*.f64 (+.f64 (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) #s(literal -1 binary64)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))) 1))) |
(*.f64 (+.f64 (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) #s(literal -1 binary64)) (neg.f64 e)) |
(+ 1 e) |
(+.f64 #s(literal 1 binary64) e) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 #s(literal 1/5040 binary64) (-.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (+ (/ 1 (pow v 6)) (/ e (pow v 6))))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v))) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 6 binary64))) (/.f64 e (pow.f64 v #s(literal 6 binary64)))))) #s(literal 1/5040 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 #s(literal 1/5040 binary64) (-.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (+ (/ 1 (pow v 6)) (/ e (pow v 6))))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v))) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 6 binary64))) (/.f64 e (pow.f64 v #s(literal 6 binary64)))))) #s(literal 1/5040 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (+ (* -1/120 (+ 1 e)) (+ (* 1/24 e) (* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))))) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 #s(literal 1/5040 binary64) (-.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 #s(literal 1/5040 binary64) (-.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 6) (- (+ 1/5040 (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/120 (/ (+ 1 e) (pow v 2))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))))) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v)))) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64)))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) |
(+ (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) |
(+ (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) |
(+ (* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) |
(* e (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3))) |
(*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))) |
(* e (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))) |
(*.f64 e (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))) e)))) |
(* e (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))) |
(*.f64 e (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))) e)))) |
(* e (+ (* (pow v 2) (- (* (pow v 2) (- (* -2/945 (pow v 2)) 1/45)) 1/3)) (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e))) |
(*.f64 e (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))) e)))) |
(* -1 (* e (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))))) |
(*.f64 (neg.f64 (*.f64 e (*.f64 v v))) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) |
(* -1 (* e (+ (* -1 (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) e)) (neg.f64 e)) |
(* -1 (* e (+ (* -1 (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) e)) (neg.f64 e)) |
(* -1 (* e (+ (* -1 (/ (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) e)) (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2))))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) e)) (neg.f64 e)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (pow v 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/2 binary64))) |
(+ 1 (* (pow v 2) (- (* 1/24 (pow v 2)) 1/2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)))) |
(+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 v v) #s(literal -1/720 binary64)))) #s(literal -1/2 binary64)))) |
(cos v) |
(cos.f64 v) |
(cos v) |
(cos.f64 v) |
(cos v) |
(cos.f64 v) |
(cos v) |
(cos.f64 v) |
(cos v) |
(cos.f64 v) |
(cos v) |
(cos.f64 v) |
(cos v) |
(cos.f64 v) |
(cos v) |
(cos.f64 v) |
1/6 |
#s(literal 1/6 binary64) |
(+ 1/6 (* 1/6 e)) |
(+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) |
(+ 1/6 (* 1/6 e)) |
(+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) |
(+ 1/6 (* 1/6 e)) |
(+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(*.f64 e (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal 1/6 binary64) e))) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(*.f64 e (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal 1/6 binary64) e))) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(*.f64 e (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal 1/6 binary64) e))) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(*.f64 e (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal 1/6 binary64) e))) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(*.f64 e (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal 1/6 binary64) e))) |
(* e (+ 1/6 (* 1/6 (/ 1 e)))) |
(*.f64 e (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal 1/6 binary64) e))) |
1/720 |
#s(literal 1/720 binary64) |
(+ 1/720 (* -1/360 e)) |
(+.f64 #s(literal 1/720 binary64) (*.f64 e #s(literal -1/360 binary64))) |
(+ 1/720 (* -1/360 e)) |
(+.f64 #s(literal 1/720 binary64) (*.f64 e #s(literal -1/360 binary64))) |
(+ 1/720 (* -1/360 e)) |
(+.f64 #s(literal 1/720 binary64) (*.f64 e #s(literal -1/360 binary64))) |
(* -1/360 e) |
(*.f64 e #s(literal -1/360 binary64)) |
(* e (- (* 1/720 (/ 1 e)) 1/360)) |
(*.f64 e (+.f64 (/.f64 #s(literal 1/720 binary64) e) #s(literal -1/360 binary64))) |
(* e (- (* 1/720 (/ 1 e)) 1/360)) |
(*.f64 e (+.f64 (/.f64 #s(literal 1/720 binary64) e) #s(literal -1/360 binary64))) |
(* e (- (* 1/720 (/ 1 e)) 1/360)) |
(*.f64 e (+.f64 (/.f64 #s(literal 1/720 binary64) e) #s(literal -1/360 binary64))) |
(* -1/360 e) |
(*.f64 e #s(literal -1/360 binary64)) |
(* -1 (* e (- 1/360 (* 1/720 (/ 1 e))))) |
(*.f64 (+.f64 #s(literal 1/360 binary64) (/.f64 #s(literal -1/720 binary64) e)) (neg.f64 e)) |
(* -1 (* e (- 1/360 (* 1/720 (/ 1 e))))) |
(*.f64 (+.f64 #s(literal 1/360 binary64) (/.f64 #s(literal -1/720 binary64) e)) (neg.f64 e)) |
(* -1 (* e (- 1/360 (* 1/720 (/ 1 e))))) |
(*.f64 (+.f64 #s(literal 1/360 binary64) (/.f64 #s(literal -1/720 binary64) e)) (neg.f64 e)) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* (pow v 2) (- (+ 1/5040 (* -1/720 e)) (+ (* -1/6 (- (+ (* -1/120 (+ 1 e)) (* 1/24 e)) (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 e) (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))))))) |
(*.f64 (*.f64 v v) (-.f64 (+.f64 #s(literal 1/5040 binary64) (*.f64 e #s(literal -1/720 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(* 31/15120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 31/15120 binary64)) |
(+ (* -2/945 (* e (pow v 2))) (* 31/15120 (pow v 2))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 31/15120 binary64) (*.f64 #s(literal -2/945 binary64) e))) |
(+ (* -2/945 (* e (pow v 2))) (* 31/15120 (pow v 2))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 31/15120 binary64) (*.f64 #s(literal -2/945 binary64) e))) |
(+ (* -2/945 (* e (pow v 2))) (* 31/15120 (pow v 2))) |
(*.f64 (*.f64 v v) (+.f64 #s(literal 31/15120 binary64) (*.f64 #s(literal -2/945 binary64) e))) |
(* -2/945 (* e (pow v 2))) |
(*.f64 (*.f64 #s(literal -2/945 binary64) e) (*.f64 v v)) |
(* e (+ (* -2/945 (pow v 2)) (* 31/15120 (/ (pow v 2) e)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)) e))) |
(* e (+ (* -2/945 (pow v 2)) (* 31/15120 (/ (pow v 2) e)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)) e))) |
(* e (+ (* -2/945 (pow v 2)) (* 31/15120 (/ (pow v 2) e)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)) e))) |
(* -2/945 (* e (pow v 2))) |
(*.f64 (*.f64 #s(literal -2/945 binary64) e) (*.f64 v v)) |
(* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2))))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 2/945 binary64)) (/.f64 (*.f64 #s(literal -31/15120 binary64) (*.f64 v v)) e)) (neg.f64 e)) |
(* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2))))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 2/945 binary64)) (/.f64 (*.f64 #s(literal -31/15120 binary64) (*.f64 v v)) e)) (neg.f64 e)) |
(* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2))))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 2/945 binary64)) (/.f64 (*.f64 #s(literal -31/15120 binary64) (*.f64 v v)) e)) (neg.f64 e)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
(* 1/24 e) |
(*.f64 e #s(literal 1/24 binary64)) |
Compiled 52772 to 2990 computations (94.3% saved)
44 alts after pruning (41 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 814 | 28 | 842 |
| Fresh | 5 | 13 | 18 |
| Picked | 4 | 1 | 5 |
| Done | 1 | 2 | 3 |
| Total | 824 | 44 | 868 |
| Status | Accuracy | Program |
|---|---|---|
| 76.2% | (pow.f64 (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) | |
| 4.9% | (/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) | |
| 56.1% | (/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) | |
| 55.9% | (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) | |
| 56.3% | (/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) | |
| ▶ | 56.2% | (/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
| 56.1% | (/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) | |
| ✓ | 56.2% | (/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
| 99.6% | (/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) | |
| 54.4% | (/.f64 v (/.f64 #s(literal 1 binary64) e)) | |
| 6.2% | (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) | |
| 6.1% | (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) | |
| 56.4% | (/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) | |
| 56.4% | (/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) | |
| ▶ | 56.4% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
| 55.6% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v)) | |
| 56.9% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) | |
| 57.5% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) | |
| 56.8% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) | |
| 56.9% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) | |
| 56.4% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) | |
| 56.1% | (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) | |
| 56.1% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) | |
| 55.8% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) | |
| ✓ | 99.7% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| ▶ | 6.1% | (/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
| 97.1% | (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) | |
| 54.6% | (/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) | |
| 4.9% | (/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) | |
| 54.8% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) | |
| 56.3% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) | |
| 2.2% | (-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) | |
| 2.6% | (-.f64 v (/.f64 v e)) | |
| 98.9% | (*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) | |
| 57.6% | (*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) | |
| 54.6% | (*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) | |
| ▶ | 54.5% | (*.f64 v e) |
| 55.1% | (*.f64 e (-.f64 v (*.f64 v e))) | |
| 97.2% | (*.f64 e (sin.f64 v)) | |
| ▶ | 99.6% | (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
| 97.0% | (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) | |
| 35.9% | (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))))))) | |
| 6.0% | (sin.f64 v) | |
| ✓ | 4.8% | v |
Compiled 1887 to 1003 computations (46.8% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 2432 | (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
| ✓ | cost-diff | 2688 | (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
| ✓ | cost-diff | 2688 | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v) |
| ✓ | cost-diff | 2688 | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
| ✓ | cost-diff | 256 | (/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
| ✓ | cost-diff | 0 | (*.f64 v e) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
| ✓ | cost-diff | 0 | (sin.f64 v) |
| ✓ | cost-diff | 0 | (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
| 4056× | +-lowering-+.f64 |
| 4056× | +-lowering-+.f32 |
| 3634× | *-lowering-*.f32 |
| 3634× | *-lowering-*.f64 |
| 1730× | times-frac |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 43 | 504 |
| 1 | 139 | 471 |
| 2 | 548 | 290 |
| 3 | 2861 | 287 |
| 0 | 8675 | 287 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1 (/ (sin v) (/ (+ 1 (* e (cos v))) e))) |
1 |
(/ (sin v) (/ (+ 1 (* e (cos v))) e)) |
(sin v) |
v |
(/ (+ 1 (* e (cos v))) e) |
(+ 1 (* e (cos v))) |
(* e (cos v)) |
e |
(cos v) |
(* v e) |
v |
e |
(/ e (/ (* e (+ 1 (* (* v v) -1/3))) v)) |
e |
(/ (* e (+ 1 (* (* v v) -1/3))) v) |
(* e (+ 1 (* (* v v) -1/3))) |
(+ 1 (* (* v v) -1/3)) |
1 |
(* (* v v) -1/3) |
(* v v) |
v |
-1/3 |
(/ (* e (* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))))) (+ e 1)) |
(* e (* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))))) |
e |
(* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6)))) |
v |
(+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))) |
1 |
(* (* v v) (+ (* (* v v) 1/120) -1/6)) |
(* v v) |
(+ (* (* v v) 1/120) -1/6) |
(* (* v v) 1/120) |
1/120 |
-1/6 |
(+ e 1) |
(/ e (/ (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) v)) |
e |
(/ (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) v) |
(/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) |
1 |
(/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))))) |
(- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) |
(+ 1 e) |
(* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))) |
(* v v) |
v |
(+ (* e -1/2) (+ 1/6 (* e 1/6))) |
(* e -1/2) |
-1/2 |
(+ 1/6 (* e 1/6)) |
1/6 |
(* e 1/6) |
(* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))) |
(+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) |
| Outputs |
|---|
(* 1 (/ (sin v) (/ (+ 1 (* e (cos v))) e))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
1 |
#s(literal 1 binary64) |
(/ (sin v) (/ (+ 1 (* e (cos v))) e)) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(sin v) |
(sin.f64 v) |
v |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
e |
(cos v) |
(cos.f64 v) |
(* v e) |
(*.f64 v e) |
v |
e |
(/ e (/ (* e (+ 1 (* (* v v) -1/3))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/3 binary64))))) |
e |
(/ (* e (+ 1 (* (* v v) -1/3))) v) |
(*.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/3 binary64)))) v)) |
(* e (+ 1 (* (* v v) -1/3))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/3 binary64))))) |
(+ 1 (* (* v v) -1/3)) |
(+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/3 binary64)))) |
1 |
#s(literal 1 binary64) |
(* (* v v) -1/3) |
(*.f64 v (*.f64 v #s(literal -1/3 binary64))) |
(* v v) |
(*.f64 v v) |
v |
-1/3 |
#s(literal -1/3 binary64) |
(/ (* e (* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))))) (+ e 1)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (+.f64 #s(literal 1 binary64) e)) |
(* e (* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
e |
(* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) |
v |
(+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) |
1 |
#s(literal 1 binary64) |
(* (* v v) (+ (* (* v v) 1/120) -1/6)) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) |
(* v v) |
(*.f64 v v) |
(+ (* (* v v) 1/120) -1/6) |
(+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) |
(* (* v v) 1/120) |
(*.f64 v (*.f64 v #s(literal 1/120 binary64))) |
1/120 |
#s(literal 1/120 binary64) |
-1/6 |
#s(literal -1/6 binary64) |
(+ e 1) |
(+.f64 #s(literal 1 binary64) e) |
(/ e (/ (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) v)) |
(/.f64 (*.f64 v e) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) |
e |
(/ (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) v) |
(/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
1 |
#s(literal 1 binary64) |
(/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) |
(- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (-.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
(+ 1 e) |
(+.f64 #s(literal 1 binary64) e) |
(* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* v v) |
(*.f64 v v) |
v |
(+ (* e -1/2) (+ 1/6 (* e 1/6))) |
(+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) |
(* e -1/2) |
(*.f64 e #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(+ 1/6 (* e 1/6)) |
(+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) |
1/6 |
#s(literal 1/6 binary64) |
(* e 1/6) |
(*.f64 e #s(literal 1/6 binary64)) |
(* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (-.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) |
(+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
| ✓ | accuracy | 99.5% | (*.f64 e #s(literal 1/6 binary64)) |
| ✓ | accuracy | 81.4% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v) |
| ✓ | accuracy | 68.6% | (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
| ✓ | accuracy | 100.0% | (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) |
| ✓ | accuracy | 94.8% | (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
| ✓ | accuracy | 91.9% | (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
| ✓ | accuracy | 89.1% | (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
| ✓ | accuracy | 100.0% | (*.f64 v e) |
| ✓ | accuracy | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 100.0% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
| ✓ | accuracy | 99.9% | (*.f64 e (cos.f64 v)) |
| ✓ | accuracy | 99.7% | (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
| 164.0ms | 255× | 0 | valid |
| 4.0ms | 1× | 5 | exit |
Compiled 546 to 44 computations (91.9% saved)
ival-mult: 25.0ms (31% of total)...c/correct-round.rkt:119:19: 16.0ms (19.9% of total)ival-div: 14.0ms (17.4% of total)ival-add: 12.0ms (14.9% of total)ival-sin: 7.0ms (8.7% of total)ival-cos: 5.0ms (6.2% of total)const: 1.0ms (1.2% of total)ival-sub: 1.0ms (1.2% of total)backward-pass: 1.0ms (1.2% of total)| Inputs |
|---|
#<alt (* 1 (/ (sin v) (/ (+ 1 (* e (cos v))) e)))> |
#<alt (/ (sin v) (/ (+ 1 (* e (cos v))) e))> |
#<alt (sin v)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (* v e)> |
#<alt (/ e (/ (* e (+ 1 (* (* v v) -1/3))) v))> |
#<alt (/ (* e (+ 1 (* (* v v) -1/3))) v)> |
#<alt (* e (+ 1 (* (* v v) -1/3)))> |
#<alt (+ 1 (* (* v v) -1/3))> |
#<alt (/ (* e (* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))))) (+ e 1))> |
#<alt (* e (* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6)))))> |
#<alt (* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))))> |
#<alt (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6)))> |
#<alt (/ e (/ (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) v))> |
#<alt (/ (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) v)> |
#<alt (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))))))> |
#<alt (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))> |
#<alt (* e (cos v))> |
#<alt (* (* v v) -1/3)> |
#<alt (* (* v v) (+ (* (* v v) 1/120) -1/6))> |
#<alt (* (* v v) 1/120)> |
#<alt (* e 1/6)> |
#<alt (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))> |
| Outputs |
|---|
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (* e (sin v))> |
#<alt (* e (+ (sin v) (* -1 (* e (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v))))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))> |
#<alt (- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v)))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (/ (* e (sin v)) (+ 1 (* e (cos v))))> |
#<alt (* e (sin v))> |
#<alt (* e (+ (sin v) (* -1 (* e (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v))))))> |
#<alt (* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v))))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))> |
#<alt (- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))))> |
#<alt (/ (sin v) (cos v))> |
#<alt (+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v)))> |
#<alt v> |
#<alt (* v (+ 1 (* -1/6 (pow v 2))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6))))> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (sin v)> |
#<alt (/ 1 e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (cos v)> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (cos v)> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (/ (+ 1 e) e)> |
#<alt (+ 1 (+ (* -1/2 (pow v 2)) (/ 1 e)))> |
#<alt (+ 1 (+ (* (pow v 2) (- (* 1/24 (pow v 2)) 1/2)) (/ 1 e)))> |
#<alt (+ 1 (+ (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2)) (/ 1 e)))> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (/ (+ 1 (* e (cos v))) e)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (* e v)> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt v> |
#<alt (* v (+ 1 (* 1/3 (pow v 2))))> |
#<alt (* v (+ 1 (* (pow v 2) (+ 1/3 (* 1/9 (pow v 2))))))> |
#<alt (* v (+ 1 (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/9 (* 1/27 (pow v 2))))))))> |
#<alt (/ -3 v)> |
#<alt (* -1 (/ (+ 3 (* 9 (/ 1 (pow v 2)))) v))> |
#<alt (/ (- (* -1 (/ (+ 9 (* 27 (/ 1 (pow v 2)))) (pow v 2))) 3) v)> |
#<alt (/ (- (* -1 (/ (+ 27 (* 81 (/ 1 (pow v 2)))) (pow v 4))) (+ 3 (* 9 (/ 1 (pow v 2))))) v)> |
#<alt (/ -3 v)> |
#<alt (* -1 (/ (+ 3 (* 9 (/ 1 (pow v 2)))) v))> |
#<alt (* -1 (/ (+ 3 (+ (* 9 (/ 1 (pow v 2))) (/ 27 (pow v 4)))) v))> |
#<alt (* -1 (/ (+ 3 (+ (* 9 (/ 1 (pow v 2))) (+ (* 81 (/ 1 (pow v 6))) (/ 27 (pow v 4))))) v))> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (/ e v)> |
#<alt (/ (+ e (* -1/3 (* e (pow v 2)))) v)> |
#<alt (/ (+ e (* -1/3 (* e (pow v 2)))) v)> |
#<alt (/ (+ e (* -1/3 (* e (pow v 2)))) v)> |
#<alt (* -1/3 (* e v))> |
#<alt (* v (+ (* -1/3 e) (/ e (pow v 2))))> |
#<alt (* v (+ (* -1/3 e) (/ e (pow v 2))))> |
#<alt (* v (+ (* -1/3 e) (/ e (pow v 2))))> |
#<alt (* -1/3 (* e v))> |
#<alt (* -1 (* v (+ (* -1 (/ e (pow v 2))) (* 1/3 e))))> |
#<alt (* -1 (* v (+ (* -1 (/ e (pow v 2))) (* 1/3 e))))> |
#<alt (* -1 (* v (+ (* -1 (/ e (pow v 2))) (* 1/3 e))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt e> |
#<alt (+ e (* -1/3 (* e (pow v 2))))> |
#<alt (+ e (* -1/3 (* e (pow v 2))))> |
#<alt (+ e (* -1/3 (* e (pow v 2))))> |
#<alt (* -1/3 (* e (pow v 2)))> |
#<alt (* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2))))> |
#<alt (* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2))))> |
#<alt (* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2))))> |
#<alt (* -1/3 (* e (pow v 2)))> |
#<alt (* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2))))> |
#<alt (* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2))))> |
#<alt (* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2))))> |
#<alt 1> |
#<alt (+ 1 (* -1/3 (pow v 2)))> |
#<alt (+ 1 (* -1/3 (pow v 2)))> |
#<alt (+ 1 (* -1/3 (pow v 2)))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1/3))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1/3))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1/3))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1/3))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1/3))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1/3))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (+ (* -1 (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))))> |
#<alt (* e (+ (* e (- (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))))> |
#<alt (* e (+ (* e (- (* e (- (* -1 (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* -1 (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (- (+ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (pow e 2))) (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e))> |
#<alt (- (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (pow e 3))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (pow e 2))) (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* -1/6 (/ (* e (pow v 2)) (+ 1 e))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/120 (/ (* e (pow v 2)) (+ 1 e))))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/120 (/ (* e (pow v 2)) (+ 1 e))))) (/ e (+ 1 e))))> |
#<alt (* 1/120 (/ (* e (pow v 5)) (+ 1 e)))> |
#<alt (* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (* 1/120 (/ e (+ 1 e)))))> |
#<alt (* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* 1/120 (/ e (+ 1 e))) (/ e (* (pow v 4) (+ 1 e))))))> |
#<alt (* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* 1/120 (/ e (+ 1 e))) (/ e (* (pow v 4) (+ 1 e))))))> |
#<alt (* 1/120 (/ (* e (pow v 5)) (+ 1 e)))> |
#<alt (* -1 (* (pow v 5) (+ (* -1/120 (/ e (+ 1 e))) (* 1/6 (/ e (* (pow v 2) (+ 1 e)))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (+ (* -1/120 (/ e (+ 1 e))) (* 1/6 (/ e (* (pow v 2) (+ 1 e))))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (+ (* -1/120 (/ e (+ 1 e))) (* 1/6 (/ e (* (pow v 2) (+ 1 e))))))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))> |
#<alt (* e v)> |
#<alt (* v (+ e (* -1/6 (* e (pow v 2)))))> |
#<alt (* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2)))))))> |
#<alt (* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2)))))))> |
#<alt (* 1/120 (* e (pow v 5)))> |
#<alt (* (pow v 5) (+ (* -1/6 (/ e (pow v 2))) (* 1/120 e)))> |
#<alt (* (pow v 5) (+ (* -1/6 (/ e (pow v 2))) (+ (* 1/120 e) (/ e (pow v 4)))))> |
#<alt (* (pow v 5) (+ (* -1/6 (/ e (pow v 2))) (+ (* 1/120 e) (/ e (pow v 4)))))> |
#<alt (* 1/120 (* e (pow v 5)))> |
#<alt (* -1 (* (pow v 5) (+ (* -1/120 e) (* 1/6 (/ e (pow v 2))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (/ e (pow v 4))) (+ (* -1/120 e) (* 1/6 (/ e (pow v 2)))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (/ e (pow v 4))) (+ (* -1/120 e) (* 1/6 (/ e (pow v 2)))))))> |
#<alt v> |
#<alt (* v (+ 1 (* -1/6 (pow v 2))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))> |
#<alt (* 1/120 (pow v 5))> |
#<alt (* (pow v 5) (- 1/120 (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 5) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 5) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* 1/120 (pow v 5))> |
#<alt (* -1 (* (pow v 5) (- (* 1/6 (/ 1 (pow v 2))) 1/120)))> |
#<alt (* -1 (* (pow v 5) (- (* 1/6 (/ 1 (pow v 2))) (+ 1/120 (/ 1 (pow v 4))))))> |
#<alt (* -1 (* (pow v 5) (- (* 1/6 (/ 1 (pow v 2))) (+ 1/120 (/ 1 (pow v 4))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/6 (pow v 2)))> |
#<alt (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))> |
#<alt (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))> |
#<alt (* 1/120 (pow v 4))> |
#<alt (* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* 1/120 (pow v 4))> |
#<alt (* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (/ (* e v) (+ 1 (* 1/6 (pow v 2))))> |
#<alt (* e (+ (* -1 (/ (* e (* v (+ 1 (* -1/3 (pow v 2))))) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ v (+ 1 (* 1/6 (pow v 2))))))> |
#<alt (* e (+ (* e (- (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 2))) (pow (+ 1 (* 1/6 (pow v 2))) 3)) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2))))))> |
#<alt (* e (+ (* e (- (* e (- (* -1 (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 3))) (pow (+ 1 (* 1/6 (pow v 2))) 4))) (* -1 (/ (* v (pow (+ 1 (* -1/3 (pow v 2))) 2)) (pow (+ 1 (* 1/6 (pow v 2))) 3))))) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2))))))> |
#<alt (/ v (+ 1 (* -1/3 (pow v 2))))> |
#<alt (+ (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ v (+ 1 (* -1/3 (pow v 2)))))> |
#<alt (- (+ (/ v (+ 1 (* -1/3 (pow v 2)))) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2))))> |
#<alt (- (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* (pow e 3) (pow (+ 1 (* -1/3 (pow v 2))) 4)))) (/ v (+ 1 (* -1/3 (pow v 2))))) (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))))> |
#<alt (* -1 (/ v (- (* 1/3 (pow v 2)) 1)))> |
#<alt (+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (- (* 1/3 (pow v 2)) 1) 2)))))> |
#<alt (+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2)) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* e (pow (- (* 1/3 (pow v 2)) 1) 3)))) e)))> |
#<alt (+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (pow (- (* 1/3 (pow v 2)) 1) 3))) (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* e (pow (- (* 1/3 (pow v 2)) 1) 4))))) e)) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2))) e)))> |
#<alt (/ (* e v) (+ 1 e))> |
#<alt (* v (+ (* -1 (/ (* e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (pow (+ 1 e) 2))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (/ (* e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (pow (+ 1 e) 3)) (/ (* e (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e))))> |
#<alt (* v (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (/ (* e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3))) (pow (+ 1 e) 4))) (* -1 (/ (* e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (pow (+ 1 e) 3))))) (/ (* e (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e))))> |
#<alt (/ e (* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))> |
#<alt (/ (+ (* -1 (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) v)> |
#<alt (/ (- (+ (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) v)> |
#<alt (/ (- (+ (* -1 (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 4)))) (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) v)> |
#<alt (/ e (* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))> |
#<alt (* -1 (/ (+ (* -1 (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) v))> |
#<alt (* -1 (/ (+ (* -1 (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) v))> |
#<alt (* -1 (/ (+ (* -1 (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (+ (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 4)))))) v))> |
#<alt (/ (+ 1 (* 1/6 (pow v 2))) v)> |
#<alt (+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v)))> |
#<alt (+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v)))> |
#<alt (+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v)))> |
#<alt (/ (* e (+ 1 (* -1/3 (pow v 2)))) v)> |
#<alt (* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v))))))> |
#<alt (* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v))))))> |
#<alt (* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v))))))> |
#<alt (* -1 (/ (* e (- (* 1/3 (pow v 2)) 1)) v))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v))))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v))))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v))))> |
#<alt (/ (+ 1 e) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) v)> |
#<alt (* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* v (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))))> |
#<alt (* v (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))))> |
#<alt (* v (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))))> |
#<alt (* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* -1 (* v (+ (* -1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (* -1 (/ (+ 1 e) (pow v 2))))))> |
#<alt (* -1 (* v (+ (* -1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (* -1 (/ (+ 1 e) (pow v 2))))))> |
#<alt (* -1 (* v (+ (* -1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (* -1 (/ (+ 1 e) (pow v 2))))))> |
#<alt (+ 1 (* 1/6 (pow v 2)))> |
#<alt (+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2))))))> |
#<alt (+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2))))))> |
#<alt (+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2))))))> |
#<alt (* e (+ 1 (* -1/3 (pow v 2))))> |
#<alt (* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e)))))> |
#<alt (* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e)))))> |
#<alt (* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e)))))> |
#<alt (* -1 (* e (- (* 1/3 (pow v 2)) 1)))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1)))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1)))> |
#<alt (* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1)))> |
#<alt (+ 1 e)> |
#<alt (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2)))))))> |
#<alt (/ 1 (+ 1 (* 1/6 (pow v 2))))> |
#<alt (+ (* -1 (* e (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (/ 1 (+ 1 (* 1/6 (pow v 2)))))> |
#<alt (+ (* e (- (/ (* e (* (+ 1 (* -1/3 (pow v 2))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (+ 1 (* 1/6 (pow v 2)))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (/ 1 (+ 1 (* 1/6 (pow v 2)))))> |
#<alt (+ (* e (- (* e (- (* -1 (/ (* e (* (pow (+ 1 (* -1/3 (pow v 2))) 2) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (* -1 (/ (* (+ 1 (* -1/3 (pow v 2))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (+ 1 (* 1/6 (pow v 2))))))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (/ 1 (+ 1 (* 1/6 (pow v 2)))))> |
#<alt (/ 1 (* e (+ 1 (* -1/3 (pow v 2)))))> |
#<alt (/ (+ (* -1 (/ (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2))) e)) (/ 1 (+ 1 (* -1/3 (pow v 2))))) e)> |
#<alt (/ (- (+ (/ 1 (+ 1 (* -1/3 (pow v 2)))) (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (* (pow e 2) (+ 1 (* -1/3 (pow v 2)))))) (+ (* 1/6 (/ (pow v 2) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ 1 (* e (pow (+ 1 (* -1/3 (pow v 2))) 2))))) e)> |
#<alt (/ (- (+ (* -1 (/ (* (pow (+ 1 (* 1/6 (pow v 2))) 2) (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (* (pow e 3) (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ 1 (+ 1 (* -1/3 (pow v 2))))) (+ (* -1 (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (* (pow e 2) (+ 1 (* -1/3 (pow v 2)))))) (+ (* 1/6 (/ (pow v 2) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ 1 (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))))) e)> |
#<alt (/ -1 (* e (- (* 1/3 (pow v 2)) 1)))> |
#<alt (* -1 (/ (+ (* 1/6 (/ (pow v 2) (* e (pow (- (* 1/3 (pow v 2)) 1) 2)))) (+ (/ 1 (* e (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (- (* 1/3 (pow v 2)) 1)))) e))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) (* e (- (* 1/3 (pow v 2)) 1)))) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) e)) (/ 1 (- (* 1/3 (pow v 2)) 1))) e))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow (+ 1 (* 1/6 (pow v 2))) 2) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) (* e (pow (- (* 1/3 (pow v 2)) 1) 2))) (* -1 (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) (- (* 1/3 (pow v 2)) 1)))) e)) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) e)) (/ 1 (- (* 1/3 (pow v 2)) 1))) e))> |
#<alt (/ 1 (+ 1 e))> |
#<alt (+ (* -1 (* (pow v 2) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (/ 1 (+ 1 e)))> |
#<alt (+ (* (pow v 2) (- (/ (* (pow v 2) (* (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (+ 1 e)) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (/ 1 (+ 1 e)))> |
#<alt (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (/ (* (pow v 2) (* (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (pow (+ 1 e) 2))) (* -1 (/ (* (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2)))))) (+ 1 e))))) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (/ 1 (+ 1 e)))> |
#<alt (/ 1 (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))> |
#<alt (/ (+ (* -1 (/ (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (pow v 2))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (pow v 2))> |
#<alt (/ (- (+ (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) (pow v 2))> |
#<alt (/ (- (+ (* -1 (/ (* (pow (+ 1 e) 2) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))))) (pow v 2))> |
#<alt (/ 1 (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))> |
#<alt (/ (+ (* -1 (/ (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (pow v 2))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (pow v 2))> |
#<alt (/ (- (+ (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) (pow v 2))> |
#<alt (/ (- (+ (* -1 (/ (* (pow (+ 1 e) 2) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))))) (pow v 2))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt e> |
#<alt (+ e (* -1/2 (* e (pow v 2))))> |
#<alt (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2))))))> |
#<alt (+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e))))))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* e (cos v))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/3 (pow v 2))> |
#<alt (* -1/6 (pow v 2))> |
#<alt (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))> |
#<alt (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))> |
#<alt (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))> |
#<alt (* 1/120 (pow v 4))> |
#<alt (* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* 1/120 (pow v 4))> |
#<alt (* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2)))))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/120 (pow v 2))> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* 1/6 e)> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))> |
#<alt (* 1/6 (pow v 2))> |
#<alt (+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2)))> |
#<alt (+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2)))> |
#<alt (+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2)))> |
#<alt (* -1/3 (* e (pow v 2)))> |
#<alt (* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e))))> |
#<alt (* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e))))> |
#<alt (* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e))))> |
#<alt (* -1/3 (* e (pow v 2)))> |
#<alt (* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2)))))> |
#<alt (* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2)))))> |
#<alt (* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2)))))> |
114 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 13.0ms | e | @ | 0 | (/ e (/ (* e (+ 1 (* (* v v) -1/3))) v)) |
| 3.0ms | v | @ | -inf | (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) |
| 3.0ms | v | @ | inf | (/ (+ 1 (* e (cos v))) e) |
| 1.0ms | v | @ | inf | (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))))) |
| 1.0ms | v | @ | inf | (/ e (/ (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) v)) |
| 1× | batch-egg-rewrite |
| 3094× | fma-lowering-fma.f32 |
| 3094× | fma-lowering-fma.f64 |
| 2938× | *-lowering-*.f32 |
| 2938× | *-lowering-*.f64 |
| 1826× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 43 | 352 |
| 1 | 308 | 206 |
| 2 | 3106 | 206 |
| 0 | 8217 | 206 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1 (/ (sin v) (/ (+ 1 (* e (cos v))) e))) |
(/ (sin v) (/ (+ 1 (* e (cos v))) e)) |
(sin v) |
(/ (+ 1 (* e (cos v))) e) |
(* v e) |
(/ e (/ (* e (+ 1 (* (* v v) -1/3))) v)) |
(/ (* e (+ 1 (* (* v v) -1/3))) v) |
(* e (+ 1 (* (* v v) -1/3))) |
(+ 1 (* (* v v) -1/3)) |
(/ (* e (* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))))) (+ e 1)) |
(* e (* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))))) |
(* v (+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6)))) |
(+ 1 (* (* v v) (+ (* (* v v) 1/120) -1/6))) |
(/ e (/ (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) v)) |
(/ (/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) v) |
(/ 1 (/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))))))) |
(/ (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (* (+ (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))) (- (+ 1 e) (* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6))))))) |
(* e (cos v)) |
(* (* v v) -1/3) |
(* (* v v) (+ (* (* v v) 1/120) -1/6)) |
(* (* v v) 1/120) |
(* e 1/6) |
(* (* v v) (+ (* e -1/2) (+ 1/6 (* e 1/6)))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64))) |
(/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(/.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (sin.f64 v) (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64))) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (sin.f64 v)) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) e) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (sin.f64 v)) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) e) |
(*.f64 (/.f64 (sin.f64 v) #s(literal 1 binary64)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (-.f64 #s(literal 0 binary64) e)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64))) |
(/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(/.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 (sin.f64 v) e)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (sin.f64 v) (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64))) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (sin.f64 v)) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) e) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (sin.f64 v)) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) e) |
(*.f64 (/.f64 (sin.f64 v) #s(literal 1 binary64)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (-.f64 #s(literal 0 binary64) e)) |
(sin.f64 v) |
(*.f64 #s(literal 1 binary64) (sin.f64 v)) |
(*.f64 (sin.f64 v) #s(literal 1 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (-.f64 #s(literal 0 binary64) e)) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))) e)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) (neg.f64 (-.f64 #s(literal 0 binary64) e))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) #s(literal 1 binary64)) e) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (/.f64 #s(literal 1 binary64) e)) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) #s(literal 1 binary64)) |
(pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (/.f64 #s(literal 1 binary64) e)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) e))) |
(*.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 (/.f64 #s(literal 1 binary64) e) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) e)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) e))) |
(*.f64 (pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (cos.f64 v)) (-.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(*.f64 v e) |
(*.f64 e v) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 v e))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 e (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 v e)) #s(literal 1 binary64))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 v e)))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) v)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) e)) (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(pow.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 v e)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 v e)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) |
(*.f64 v (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) |
(*.f64 e (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v))) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) e) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) e) (pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v) e) #s(literal -1 binary64))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 e #s(literal 1 binary64)) (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) e) #s(literal -1 binary64))) |
(*.f64 (/.f64 e (-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(exp.f64 (*.f64 (log.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) #s(literal 1 binary64))) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) v)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) v))) |
(/.f64 (*.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) #s(literal 1 binary64)) v) |
(pow.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) #s(literal 1 binary64)) |
(pow.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(*.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (*.f64 e (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (/.f64 e v)) |
(*.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) v)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v))) |
(*.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) v) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v) e) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) v)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v))) |
(+.f64 e (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) e) |
(fma.f64 #s(literal 1 binary64) e (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(fma.f64 v (*.f64 (*.f64 v #s(literal -1/3 binary64)) e) e) |
(fma.f64 e #s(literal 1 binary64) (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(fma.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) e) |
(fma.f64 (*.f64 v v) (*.f64 #s(literal -1/3 binary64) e) e) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 v v) e) e) |
(fma.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) e e) |
(fma.f64 (*.f64 v e) (*.f64 v #s(literal -1/3 binary64)) e) |
(fma.f64 (*.f64 e (*.f64 v v)) #s(literal -1/3 binary64) e) |
(fma.f64 (*.f64 e #s(literal -1/3 binary64)) (*.f64 v v) e) |
(/.f64 (+.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))))) (+.f64 (*.f64 e e) (-.f64 (*.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 e (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 e e) (*.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (-.f64 e (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)))) e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) e) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(fma.f64 v (*.f64 v #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 v v) #s(literal -1/3 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 v v) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 v #s(literal -1/3 binary64)) v #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)))) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (*.f64 v e)) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (+.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) (+.f64 #s(literal 1 binary64) e)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e))))) |
(/.f64 (*.f64 (neg.f64 (*.f64 v e)) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (*.f64 v e)) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) (neg.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) e)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 e (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (*.f64 e (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)))) |
(*.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (neg.f64 (*.f64 v e)) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e))) #s(literal -1 binary64))) |
(*.f64 (*.f64 v e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)))) |
(*.f64 (*.f64 v e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (+.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 #s(literal 1 binary64) e)) |
(+.f64 (*.f64 v e) (*.f64 e (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(+.f64 (*.f64 v e) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) e)) |
(+.f64 (*.f64 (*.f64 v e) #s(literal 1 binary64)) (*.f64 (*.f64 v e) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(+.f64 (*.f64 (*.f64 v e) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 (*.f64 v e) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 v e)) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v e))) |
(+.f64 (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v e)) (*.f64 #s(literal 1 binary64) (*.f64 v e))) |
(fma.f64 #s(literal 1 binary64) (*.f64 v e) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v e))) |
(fma.f64 v e (*.f64 e (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(fma.f64 v e (*.f64 (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) e)) |
(fma.f64 e v (*.f64 e (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(fma.f64 e v (*.f64 (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) e)) |
(fma.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v e) (*.f64 #s(literal 1 binary64) (*.f64 v e))) |
(fma.f64 (*.f64 v e) #s(literal 1 binary64) (*.f64 (*.f64 v e) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(fma.f64 (*.f64 v e) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v e) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (*.f64 v e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) |
(*.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) e)) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v e)) |
(*.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) e) |
(*.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) v) |
(+.f64 v (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) |
(+.f64 (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) v) |
(fma.f64 #s(literal 1 binary64) v (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) |
(fma.f64 v #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) |
(fma.f64 v (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) v) |
(fma.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) v) |
(fma.f64 (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 (*.f64 v v) v) v) |
(fma.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) v v) |
(fma.f64 (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) (*.f64 v v) v) |
(fma.f64 (*.f64 v (*.f64 v v)) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) v) |
(/.f64 (+.f64 (pow.f64 v #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))))) |
(/.f64 (-.f64 (*.f64 v v) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (-.f64 v (*.f64 (*.f64 v v) (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 v (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) v) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) v) |
(+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) |
(+.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64)) |
(+.f64 (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) (+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))))) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (/.f64 (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64)) |
(fma.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) #s(literal 1 binary64)) |
(fma.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))) (+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 v (*.f64 (*.f64 v #s(literal 1/120 binary64)) (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 v v) (*.f64 v (*.f64 v #s(literal 1/120 binary64))) (+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 v v) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 v v) #s(literal 1 binary64)) |
(fma.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) v #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/120 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) v) v (+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (*.f64 v v) v) (*.f64 v #s(literal 1/120 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) (*.f64 v v) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) (+.f64 (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) #s(literal 1 binary64)) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (-.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v e))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 e (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v e)) #s(literal 1 binary64))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v e)))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v))) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 #s(literal 1 binary64) v)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) e)) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v e)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 v e)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v))) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) e) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v)))) |
(*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) e) |
(*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) e) #s(literal -1 binary64))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v) |
(*.f64 (/.f64 e #s(literal 1 binary64)) (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (/.f64 e (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (-.f64 #s(literal 0 binary64) v)) |
(exp.f64 (*.f64 (log.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v) |
(/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) v))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 v (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 #s(literal 0 binary64) v)) |
(/.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) v)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v) #s(literal 1 binary64)) |
(pow.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) v)) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 #s(literal 1 binary64) v)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v))) |
(*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(*.f64 (pow.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64)) (pow.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 v #s(literal -1 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(+.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)) |
(+.f64 (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64)))) (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(+.f64 (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) #s(literal 1 binary64)) |
(+.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) #s(literal 1 binary64)) e) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(fma.f64 #s(literal 1 binary64) e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(fma.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)) |
(fma.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))) (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(fma.f64 e #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(fma.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v)) (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(fma.f64 (*.f64 v v) (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(fma.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) e)) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 e (*.f64 v v)) (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(fma.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 v v) (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(fma.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v) (+.f64 #s(literal 1 binary64) e)) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) v (+.f64 #s(literal 1 binary64) e)) |
(fma.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) v) v (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(fma.f64 (*.f64 (*.f64 v v) e) #s(literal -1/2 binary64) (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(fma.f64 (*.f64 (*.f64 v v) #s(literal -1/2 binary64)) e (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal -1 binary64) (neg.f64 (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) v) (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 (-.f64 (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(pow.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (pow.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (pow.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1/2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(*.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (fma.f64 (neg.f64 (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (*.f64 v v) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (fma.f64 (neg.f64 (/.f64 (*.f64 v v) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (fma.f64 (neg.f64 (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (*.f64 v v) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (fma.f64 (neg.f64 (/.f64 (*.f64 v v) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(+.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (neg.f64 (*.f64 (/.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v))) (fma.f64 (neg.f64 (/.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v (*.f64 (/.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (*.f64 v v)))) (fma.f64 (neg.f64 (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (*.f64 v v) (*.f64 (/.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (*.f64 v v)))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (neg.f64 (*.f64 (/.f64 (*.f64 v v) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (fma.f64 (neg.f64 (/.f64 (*.f64 v v) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (/.f64 (*.f64 v v) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (neg.f64 (*.f64 (/.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (fma.f64 (neg.f64 (/.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (/.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 v (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (neg.f64 (*.f64 (/.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 v (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (fma.f64 (neg.f64 (/.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 v (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (/.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 v (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(-.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(/.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal -1 binary64) (neg.f64 (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (*.f64 (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) (+.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1 binary64)) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(pow.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64)) (pow.f64 (pow.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) |
(*.f64 e (cos.f64 v)) |
(*.f64 (cos.f64 v) e) |
(*.f64 (*.f64 e (cos.f64 v)) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (cos.f64 v)) e) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) |
(*.f64 v (*.f64 v #s(literal -1/3 binary64))) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 v v)) |
(*.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 (*.f64 v #s(literal -1/3 binary64)) v) |
(+.f64 (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(+.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))) |
(fma.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(fma.f64 v (*.f64 v #s(literal -1/6 binary64)) (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))))) |
(fma.f64 v (*.f64 (*.f64 v #s(literal 1/120 binary64)) (*.f64 v v)) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 v v) (*.f64 v (*.f64 v #s(literal 1/120 binary64))) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 v v) #s(literal -1/6 binary64) (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))))) |
(fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) (*.f64 v v) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))))) |
(fma.f64 (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) v) v (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 #s(literal -1/6 binary64) v) v (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))))) |
(fma.f64 (*.f64 (*.f64 v v) v) (*.f64 v #s(literal 1/120 binary64)) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -1/216 binary64) (pow.f64 v #s(literal 6 binary64)))) (+.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))))) (-.f64 (*.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) (*.f64 (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64)))))) (*.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))) (-.f64 (*.f64 v (*.f64 v (*.f64 v (*.f64 v #s(literal 1/120 binary64))))) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))) |
(/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/14400 binary64))) #s(literal -1/216 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/14400 binary64)) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 v v) #s(literal -1/720 binary64))))) |
(/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/14400 binary64)) #s(literal -1/36 binary64))) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal 1/6 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/14400 binary64))) #s(literal -1/216 binary64)) (*.f64 v v)) (+.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/14400 binary64)) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 v v) #s(literal -1/720 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/14400 binary64)) #s(literal -1/36 binary64)) (*.f64 v v)) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal 1/6 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))))) |
(*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) |
(*.f64 (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 v v)) |
(*.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64)))) #s(literal 1 binary64)) |
(*.f64 (*.f64 v (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) v) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 v (*.f64 v #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) (*.f64 v v)) |
(*.f64 v (*.f64 v #s(literal 1/120 binary64))) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(*.f64 #s(literal 1/120 binary64) (*.f64 v v)) |
(*.f64 (*.f64 v #s(literal 1/120 binary64)) v) |
(*.f64 e #s(literal 1/6 binary64)) |
(*.f64 #s(literal 1/6 binary64) e) |
(+.f64 (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64)))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (*.f64 e #s(literal 1/6 binary64)))) |
(+.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)) (*.f64 v v)) (*.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 v v))) |
(fma.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) |
(fma.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 v v) (*.f64 e #s(literal -1/2 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)) (*.f64 (*.f64 v v) (*.f64 e #s(literal 1/6 binary64)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal 1/6 binary64) (*.f64 v v)) (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 e (*.f64 v v)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 v v) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 v v) (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) |
(fma.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)) (*.f64 v v) (*.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 v v))) |
(fma.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) v) v (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) v) v (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 (*.f64 v v) e) #s(literal -1/2 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 (*.f64 v v) #s(literal -1/2 binary64)) e (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(fma.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1 binary64) e)) #s(literal 1/6 binary64) (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (*.f64 e (*.f64 v v)) #s(literal 3 binary64))) (pow.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64)))) (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) (-.f64 (*.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64)))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64)))) (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64))))) (*.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 v (*.f64 v (*.f64 e #s(literal -1/2 binary64)))) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) |
(/.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/216 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (-.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 e #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/216 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 v v)) (+.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (-.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 e #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v v)) |
(*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) v) |
| 1× | egg-herbie |
| 6760× | *-lowering-*.f32 |
| 6760× | *-lowering-*.f64 |
| 3878× | +-lowering-+.f64 |
| 3878× | +-lowering-+.f32 |
| 1428× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 726 | 7583 |
| 1 | 2579 | 6288 |
| 0 | 8584 | 6288 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* e v) (+ 1 e)) |
(* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(* e (sin v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(/ (* e v) (+ 1 e)) |
(* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(* e (sin v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(/ (sin v) (cos v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6)))) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(sin v) |
(/ 1 e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(cos v) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(cos v) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(+ (cos v) (/ 1 e)) |
(/ (+ 1 e) e) |
(+ 1 (+ (* -1/2 (pow v 2)) (/ 1 e))) |
(+ 1 (+ (* (pow v 2) (- (* 1/24 (pow v 2)) 1/2)) (/ 1 e))) |
(+ 1 (+ (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2)) (/ 1 e))) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(* e v) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
v |
(* v (+ 1 (* 1/3 (pow v 2)))) |
(* v (+ 1 (* (pow v 2) (+ 1/3 (* 1/9 (pow v 2)))))) |
(* v (+ 1 (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/9 (* 1/27 (pow v 2)))))))) |
(/ -3 v) |
(* -1 (/ (+ 3 (* 9 (/ 1 (pow v 2)))) v)) |
(/ (- (* -1 (/ (+ 9 (* 27 (/ 1 (pow v 2)))) (pow v 2))) 3) v) |
(/ (- (* -1 (/ (+ 27 (* 81 (/ 1 (pow v 2)))) (pow v 4))) (+ 3 (* 9 (/ 1 (pow v 2))))) v) |
(/ -3 v) |
(* -1 (/ (+ 3 (* 9 (/ 1 (pow v 2)))) v)) |
(* -1 (/ (+ 3 (+ (* 9 (/ 1 (pow v 2))) (/ 27 (pow v 4)))) v)) |
(* -1 (/ (+ 3 (+ (* 9 (/ 1 (pow v 2))) (+ (* 81 (/ 1 (pow v 6))) (/ 27 (pow v 4))))) v)) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/ e v) |
(/ (+ e (* -1/3 (* e (pow v 2)))) v) |
(/ (+ e (* -1/3 (* e (pow v 2)))) v) |
(/ (+ e (* -1/3 (* e (pow v 2)))) v) |
(* -1/3 (* e v)) |
(* v (+ (* -1/3 e) (/ e (pow v 2)))) |
(* v (+ (* -1/3 e) (/ e (pow v 2)))) |
(* v (+ (* -1/3 e) (/ e (pow v 2)))) |
(* -1/3 (* e v)) |
(* -1 (* v (+ (* -1 (/ e (pow v 2))) (* 1/3 e)))) |
(* -1 (* v (+ (* -1 (/ e (pow v 2))) (* 1/3 e)))) |
(* -1 (* v (+ (* -1 (/ e (pow v 2))) (* 1/3 e)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
e |
(+ e (* -1/3 (* e (pow v 2)))) |
(+ e (* -1/3 (* e (pow v 2)))) |
(+ e (* -1/3 (* e (pow v 2)))) |
(* -1/3 (* e (pow v 2))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(* -1/3 (* e (pow v 2))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
1 |
(+ 1 (* -1/3 (pow v 2))) |
(+ 1 (* -1/3 (pow v 2))) |
(+ 1 (* -1/3 (pow v 2))) |
(* -1/3 (pow v 2)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(* -1/3 (pow v 2)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (+ (* -1 (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(* e (+ (* e (- (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(* e (+ (* e (- (* e (- (* -1 (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* -1 (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(- (+ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (pow e 2))) (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) |
(- (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (pow e 3))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (pow e 2))) (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(/ (* e v) (+ 1 e)) |
(* v (+ (* -1/6 (/ (* e (pow v 2)) (+ 1 e))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/120 (/ (* e (pow v 2)) (+ 1 e))))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/120 (/ (* e (pow v 2)) (+ 1 e))))) (/ e (+ 1 e)))) |
(* 1/120 (/ (* e (pow v 5)) (+ 1 e))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (* 1/120 (/ e (+ 1 e))))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* 1/120 (/ e (+ 1 e))) (/ e (* (pow v 4) (+ 1 e)))))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* 1/120 (/ e (+ 1 e))) (/ e (* (pow v 4) (+ 1 e)))))) |
(* 1/120 (/ (* e (pow v 5)) (+ 1 e))) |
(* -1 (* (pow v 5) (+ (* -1/120 (/ e (+ 1 e))) (* 1/6 (/ e (* (pow v 2) (+ 1 e))))))) |
(* -1 (* (pow v 5) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (+ (* -1/120 (/ e (+ 1 e))) (* 1/6 (/ e (* (pow v 2) (+ 1 e)))))))) |
(* -1 (* (pow v 5) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (+ (* -1/120 (/ e (+ 1 e))) (* 1/6 (/ e (* (pow v 2) (+ 1 e)))))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(* e v) |
(* v (+ e (* -1/6 (* e (pow v 2))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2))))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2))))))) |
(* 1/120 (* e (pow v 5))) |
(* (pow v 5) (+ (* -1/6 (/ e (pow v 2))) (* 1/120 e))) |
(* (pow v 5) (+ (* -1/6 (/ e (pow v 2))) (+ (* 1/120 e) (/ e (pow v 4))))) |
(* (pow v 5) (+ (* -1/6 (/ e (pow v 2))) (+ (* 1/120 e) (/ e (pow v 4))))) |
(* 1/120 (* e (pow v 5))) |
(* -1 (* (pow v 5) (+ (* -1/120 e) (* 1/6 (/ e (pow v 2)))))) |
(* -1 (* (pow v 5) (+ (* -1 (/ e (pow v 4))) (+ (* -1/120 e) (* 1/6 (/ e (pow v 2))))))) |
(* -1 (* (pow v 5) (+ (* -1 (/ e (pow v 4))) (+ (* -1/120 e) (* 1/6 (/ e (pow v 2))))))) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(* 1/120 (pow v 5)) |
(* (pow v 5) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 5) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 5) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(* 1/120 (pow v 5)) |
(* -1 (* (pow v 5) (- (* 1/6 (/ 1 (pow v 2))) 1/120))) |
(* -1 (* (pow v 5) (- (* 1/6 (/ 1 (pow v 2))) (+ 1/120 (/ 1 (pow v 4)))))) |
(* -1 (* (pow v 5) (- (* 1/6 (/ 1 (pow v 2))) (+ 1/120 (/ 1 (pow v 4)))))) |
1 |
(+ 1 (* -1/6 (pow v 2))) |
(+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))) |
(+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))) |
(* 1/120 (pow v 4)) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(* 1/120 (pow v 4)) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(/ (* e v) (+ 1 (* 1/6 (pow v 2)))) |
(* e (+ (* -1 (/ (* e (* v (+ 1 (* -1/3 (pow v 2))))) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(* e (+ (* e (- (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 2))) (pow (+ 1 (* 1/6 (pow v 2))) 3)) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(* e (+ (* e (- (* e (- (* -1 (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 3))) (pow (+ 1 (* 1/6 (pow v 2))) 4))) (* -1 (/ (* v (pow (+ 1 (* -1/3 (pow v 2))) 2)) (pow (+ 1 (* 1/6 (pow v 2))) 3))))) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(+ (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ v (+ 1 (* -1/3 (pow v 2))))) |
(- (+ (/ v (+ 1 (* -1/3 (pow v 2)))) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) |
(- (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* (pow e 3) (pow (+ 1 (* -1/3 (pow v 2))) 4)))) (/ v (+ 1 (* -1/3 (pow v 2))))) (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2))))) |
(* -1 (/ v (- (* 1/3 (pow v 2)) 1))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (- (* 1/3 (pow v 2)) 1) 2))))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2)) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* e (pow (- (* 1/3 (pow v 2)) 1) 3)))) e))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (pow (- (* 1/3 (pow v 2)) 1) 3))) (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* e (pow (- (* 1/3 (pow v 2)) 1) 4))))) e)) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2))) e))) |
(/ (* e v) (+ 1 e)) |
(* v (+ (* -1 (/ (* e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (pow (+ 1 e) 2))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (/ (* e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (pow (+ 1 e) 3)) (/ (* e (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (/ (* e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3))) (pow (+ 1 e) 4))) (* -1 (/ (* e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (pow (+ 1 e) 3))))) (/ (* e (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(/ e (* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) |
(/ (+ (* -1 (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) v) |
(/ (- (+ (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) v) |
(/ (- (+ (* -1 (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 4)))) (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) v) |
(/ e (* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) |
(* -1 (/ (+ (* -1 (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) v)) |
(* -1 (/ (+ (* -1 (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) v)) |
(* -1 (/ (+ (* -1 (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (+ (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 4)))))) v)) |
(/ (+ 1 (* 1/6 (pow v 2))) v) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(* -1 (/ (* e (- (* 1/3 (pow v 2)) 1)) v)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(/ (+ 1 e) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) v) |
(* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* v (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(* v (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(* v (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* -1 (* v (+ (* -1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(* -1 (* v (+ (* -1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(* -1 (* v (+ (* -1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(+ 1 (* 1/6 (pow v 2))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(* -1 (* e (- (* 1/3 (pow v 2)) 1))) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(+ 1 e) |
(+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) |
(+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) |
(+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(/ 1 (+ 1 (* 1/6 (pow v 2)))) |
(+ (* -1 (* e (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (/ 1 (+ 1 (* 1/6 (pow v 2))))) |
(+ (* e (- (/ (* e (* (+ 1 (* -1/3 (pow v 2))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (+ 1 (* 1/6 (pow v 2)))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (/ 1 (+ 1 (* 1/6 (pow v 2))))) |
(+ (* e (- (* e (- (* -1 (/ (* e (* (pow (+ 1 (* -1/3 (pow v 2))) 2) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (* -1 (/ (* (+ 1 (* -1/3 (pow v 2))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (+ 1 (* 1/6 (pow v 2))))))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (/ 1 (+ 1 (* 1/6 (pow v 2))))) |
(/ 1 (* e (+ 1 (* -1/3 (pow v 2))))) |
(/ (+ (* -1 (/ (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2))) e)) (/ 1 (+ 1 (* -1/3 (pow v 2))))) e) |
(/ (- (+ (/ 1 (+ 1 (* -1/3 (pow v 2)))) (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (* (pow e 2) (+ 1 (* -1/3 (pow v 2)))))) (+ (* 1/6 (/ (pow v 2) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ 1 (* e (pow (+ 1 (* -1/3 (pow v 2))) 2))))) e) |
(/ (- (+ (* -1 (/ (* (pow (+ 1 (* 1/6 (pow v 2))) 2) (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (* (pow e 3) (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ 1 (+ 1 (* -1/3 (pow v 2))))) (+ (* -1 (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (* (pow e 2) (+ 1 (* -1/3 (pow v 2)))))) (+ (* 1/6 (/ (pow v 2) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ 1 (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))))) e) |
(/ -1 (* e (- (* 1/3 (pow v 2)) 1))) |
(* -1 (/ (+ (* 1/6 (/ (pow v 2) (* e (pow (- (* 1/3 (pow v 2)) 1) 2)))) (+ (/ 1 (* e (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (- (* 1/3 (pow v 2)) 1)))) e)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) (* e (- (* 1/3 (pow v 2)) 1)))) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) e)) (/ 1 (- (* 1/3 (pow v 2)) 1))) e)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow (+ 1 (* 1/6 (pow v 2))) 2) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) (* e (pow (- (* 1/3 (pow v 2)) 1) 2))) (* -1 (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) (- (* 1/3 (pow v 2)) 1)))) e)) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) e)) (/ 1 (- (* 1/3 (pow v 2)) 1))) e)) |
(/ 1 (+ 1 e)) |
(+ (* -1 (* (pow v 2) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (/ 1 (+ 1 e))) |
(+ (* (pow v 2) (- (/ (* (pow v 2) (* (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (+ 1 e)) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (/ 1 (+ 1 e))) |
(+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (/ (* (pow v 2) (* (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (pow (+ 1 e) 2))) (* -1 (/ (* (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2)))))) (+ 1 e))))) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (/ 1 (+ 1 e))) |
(/ 1 (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) |
(/ (+ (* -1 (/ (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (pow v 2))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (pow v 2)) |
(/ (- (+ (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) (pow v 2)) |
(/ (- (+ (* -1 (/ (* (pow (+ 1 e) 2) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))))) (pow v 2)) |
(/ 1 (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) |
(/ (+ (* -1 (/ (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (pow v 2))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (pow v 2)) |
(/ (- (+ (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) (pow v 2)) |
(/ (- (+ (* -1 (/ (* (pow (+ 1 e) 2) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))))) (pow v 2)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
e |
(+ e (* -1/2 (* e (pow v 2)))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2)))))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e)))))) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* e (cos v)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/3 (pow v 2)) |
(* -1/6 (pow v 2)) |
(* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)) |
(* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)) |
(* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)) |
(* 1/120 (pow v 4)) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(* 1/120 (pow v 4)) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/120 (pow v 2)) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* 1/6 e) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(* 1/6 (pow v 2)) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(* -1/3 (* e (pow v 2))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(* -1/3 (* e (pow v 2))) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
| Outputs |
|---|
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 e #s(literal -1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))) (*.f64 (/.f64 (*.f64 e e) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) #s(literal 1/2 binary64))))))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 (*.f64 #s(literal -1/5040 binary64) e) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (-.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 e #s(literal -1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 e #s(literal 1/24 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) (-.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 e #s(literal -1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(*.f64 e (-.f64 (sin.f64 v) (*.f64 (sin.f64 v) (*.f64 e (cos.f64 v))))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (cos.f64 v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (-.f64 (*.f64 (*.f64 e #s(literal -1 binary64)) (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) (*.f64 (sin.f64 v) (cos.f64 v)))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(+.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (-.f64 (/.f64 (sin.f64 v) (*.f64 (*.f64 e e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64)))))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(-.f64 (-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 (*.f64 e e) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 4 binary64)))))) (-.f64 (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) (/.f64 (sin.f64 v) (*.f64 (*.f64 e e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) e)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) e)) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(* v (+ (* (pow v 2) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 e #s(literal -1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))) (*.f64 (/.f64 (*.f64 e e) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) #s(literal 1/2 binary64))))))) |
(* v (+ (* (pow v 2) (- (+ (* -1/6 (/ e (+ 1 e))) (* (pow v 2) (- (+ (* 1/120 (/ e (+ 1 e))) (* (pow v 2) (- (* -1/5040 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* 1/120 (/ e (+ 1 e))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2)))))) (+ 1 e))) (+ (* -1/720 (/ (pow e 2) (pow (+ 1 e) 2))) (* 1/24 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e)))))))) (+ (* -1/2 (/ (* e (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (+ 1 e))) (* 1/24 (/ (pow e 2) (pow (+ 1 e) 2))))))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 (*.f64 #s(literal -1/5040 binary64) e) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (-.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 e #s(literal -1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (*.f64 e #s(literal 1/24 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))))))) (-.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 e #s(literal -1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64))))))) (-.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(*.f64 e (-.f64 (sin.f64 v) (*.f64 (sin.f64 v) (*.f64 e (cos.f64 v))))) |
(* e (+ (sin v) (* e (- (* e (* (pow (cos v) 2) (sin v))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (cos.f64 v)))))) |
(* e (+ (sin v) (* e (- (* e (- (* -1 (* e (* (pow (cos v) 3) (sin v)))) (* -1 (* (pow (cos v) 2) (sin v))))) (* (cos v) (sin v)))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 e (-.f64 (*.f64 (*.f64 e #s(literal -1 binary64)) (*.f64 (sin.f64 v) (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) (*.f64 (sin.f64 v) (cos.f64 v)))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(- (+ (/ (sin v) (cos v)) (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2)))) |
(+.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (-.f64 (/.f64 (sin.f64 v) (*.f64 (*.f64 e e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64)))))) |
(- (+ (* -1 (/ (sin v) (* (pow e 3) (pow (cos v) 4)))) (/ (sin v) (cos v))) (+ (* -1 (/ (sin v) (* (pow e 2) (pow (cos v) 3)))) (/ (sin v) (* e (pow (cos v) 2))))) |
(-.f64 (-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 (*.f64 e e) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 4 binary64)))))) (-.f64 (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64)))) (/.f64 (sin.f64 v) (*.f64 (*.f64 e e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))))) |
(/ (sin v) (cos v)) |
(/.f64 (sin.f64 v) (cos.f64 v)) |
(+ (* -1 (/ (sin v) (* e (pow (cos v) 2)))) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 3)))) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) e)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (sin v) (* e (pow (cos v) 4)))) (/ (sin v) (pow (cos v) 3))) e)) (/ (sin v) (pow (cos v) 2))) e)) (/ (sin v) (cos v))) |
(-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) e)) e)) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(* v (+ 1 (* (pow v 2) (- (* (pow v 2) (+ 1/120 (* -1/5040 (pow v 2)))) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/120 binary64) (*.f64 v (*.f64 v #s(literal -1/5040 binary64)))))) #s(literal -1/6 binary64))))) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(sin v) |
(sin.f64 v) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(cos v) |
(cos.f64 v) |
(+ (cos v) (/ 1 e)) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(cos v) |
(cos.f64 v) |
(+ (cos v) (/ 1 e)) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(+ (cos v) (/ 1 e)) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/ (+ 1 e) e) |
(/.f64 (+.f64 e #s(literal 1 binary64)) e) |
(+ 1 (+ (* -1/2 (pow v 2)) (/ 1 e))) |
(+.f64 (*.f64 v (*.f64 v #s(literal -1/2 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) e) #s(literal 1 binary64))) |
(+ 1 (+ (* (pow v 2) (- (* 1/24 (pow v 2)) 1/2)) (/ 1 e))) |
(+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/24 binary64)) #s(literal -1/2 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) e) #s(literal 1 binary64))) |
(+ 1 (+ (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2)) (/ 1 e))) |
(+.f64 (*.f64 v (*.f64 v (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/24 binary64) (*.f64 v (*.f64 v #s(literal -1/720 binary64))))) #s(literal -1/2 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) e) #s(literal 1 binary64))) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(/ (+ 1 (* e (cos v))) e) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(* e v) |
(*.f64 e v) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
v |
(* v (+ 1 (* 1/3 (pow v 2)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/3 binary64)))) |
(* v (+ 1 (* (pow v 2) (+ 1/3 (* 1/9 (pow v 2)))))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) #s(literal 1/9 binary64)))))) |
(* v (+ 1 (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/9 (* 1/27 (pow v 2)))))))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 v v) #s(literal 1/27 binary64)))))))) |
(/ -3 v) |
(/.f64 #s(literal -3 binary64) v) |
(* -1 (/ (+ 3 (* 9 (/ 1 (pow v 2)))) v)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 #s(literal 9 binary64) (*.f64 v v))) v)) |
(/ (- (* -1 (/ (+ 9 (* 27 (/ 1 (pow v 2)))) (pow v 2))) 3) v) |
(/.f64 (+.f64 (/.f64 (+.f64 #s(literal 9 binary64) (/.f64 #s(literal 27 binary64) (*.f64 v v))) (*.f64 #s(literal -1 binary64) (*.f64 v v))) #s(literal -3 binary64)) v) |
(/ (- (* -1 (/ (+ 27 (* 81 (/ 1 (pow v 2)))) (pow v 4))) (+ 3 (* 9 (/ 1 (pow v 2))))) v) |
(/.f64 (-.f64 (/.f64 (+.f64 #s(literal 27 binary64) (/.f64 #s(literal 81 binary64) (*.f64 v v))) (neg.f64 (pow.f64 v #s(literal 4 binary64)))) (+.f64 #s(literal 3 binary64) (/.f64 #s(literal 9 binary64) (*.f64 v v)))) v) |
(/ -3 v) |
(/.f64 #s(literal -3 binary64) v) |
(* -1 (/ (+ 3 (* 9 (/ 1 (pow v 2)))) v)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 #s(literal 9 binary64) (*.f64 v v))) v)) |
(* -1 (/ (+ 3 (+ (* 9 (/ 1 (pow v 2))) (/ 27 (pow v 4)))) v)) |
(/.f64 (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 v v)) (+.f64 #s(literal 3 binary64) (/.f64 #s(literal 27 binary64) (pow.f64 v #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (+ 3 (+ (* 9 (/ 1 (pow v 2))) (+ (* 81 (/ 1 (pow v 6))) (/ 27 (pow v 4))))) v)) |
(/.f64 (+.f64 (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 v v)) (+.f64 #s(literal 3 binary64) (/.f64 #s(literal 27 binary64) (pow.f64 v #s(literal 4 binary64))))) (/.f64 #s(literal 81 binary64) (pow.f64 v #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) v)) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ e v) |
(/.f64 e v) |
(/ (+ e (* -1/3 (* e (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (+ e (* -1/3 (* e (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(/ (+ e (* -1/3 (* e (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(* -1/3 (* e v)) |
(*.f64 v (*.f64 e #s(literal -1/3 binary64))) |
(* v (+ (* -1/3 e) (/ e (pow v 2)))) |
(*.f64 v (+.f64 (/.f64 e (*.f64 v v)) (*.f64 e #s(literal -1/3 binary64)))) |
(* v (+ (* -1/3 e) (/ e (pow v 2)))) |
(*.f64 v (+.f64 (/.f64 e (*.f64 v v)) (*.f64 e #s(literal -1/3 binary64)))) |
(* v (+ (* -1/3 e) (/ e (pow v 2)))) |
(*.f64 v (+.f64 (/.f64 e (*.f64 v v)) (*.f64 e #s(literal -1/3 binary64)))) |
(* -1/3 (* e v)) |
(*.f64 v (*.f64 e #s(literal -1/3 binary64))) |
(* -1 (* v (+ (* -1 (/ e (pow v 2))) (* 1/3 e)))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (-.f64 (*.f64 e #s(literal 1/3 binary64)) (/.f64 e (*.f64 v v))))) |
(* -1 (* v (+ (* -1 (/ e (pow v 2))) (* 1/3 e)))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (-.f64 (*.f64 e #s(literal 1/3 binary64)) (/.f64 e (*.f64 v v))))) |
(* -1 (* v (+ (* -1 (/ e (pow v 2))) (* 1/3 e)))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (-.f64 (*.f64 e #s(literal 1/3 binary64)) (/.f64 e (*.f64 v v))))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
e |
(+ e (* -1/3 (* e (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(+ e (* -1/3 (* e (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(+ e (* -1/3 (* e (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* -1/3 (* e (pow v 2))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 e (*.f64 v v)) (*.f64 e #s(literal -1/3 binary64)))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 e (*.f64 v v)) (*.f64 e #s(literal -1/3 binary64)))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 e (*.f64 v v)) (*.f64 e #s(literal -1/3 binary64)))) |
(* -1/3 (* e (pow v 2))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 e (*.f64 v v)) (*.f64 e #s(literal -1/3 binary64)))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 e (*.f64 v v)) (*.f64 e #s(literal -1/3 binary64)))) |
(* (pow v 2) (+ (* -1/3 e) (/ e (pow v 2)))) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 e (*.f64 v v)) (*.f64 e #s(literal -1/3 binary64)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/3 (pow v 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) |
(+ 1 (* -1/3 (pow v 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) |
(+ 1 (* -1/3 (pow v 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) #s(literal -1/3 binary64))) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) #s(literal -1/3 binary64))) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) #s(literal -1/3 binary64))) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) #s(literal -1/3 binary64))) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) #s(literal -1/3 binary64))) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1/3)) |
(*.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) #s(literal -1/3 binary64))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (+ (* -1 (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(*.f64 #s(literal -1 binary64) (*.f64 e (*.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (+.f64 e #s(literal -1 binary64))))) |
(* e (+ (* e (- (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(*.f64 e (+.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 e (*.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (+.f64 e #s(literal -1 binary64)))))) |
(* e (+ (* e (- (* e (- (* -1 (* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* -1 (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))))) |
(*.f64 e (+.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 e (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 e (*.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (+.f64 e #s(literal -1 binary64))))) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) e)) |
(- (+ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (pow e 2))) (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) |
(-.f64 (*.f64 v (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 e e)))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) e)) |
(- (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (pow e 3))) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) (pow e 2))) (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e))) |
(-.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 v (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 e (*.f64 e e))))) (-.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) e) (*.f64 v (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 e e))))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) e)) |
(+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (/.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) e)) e)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) e)) (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (/.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (/.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) e)) e)) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(* v (+ (* -1/6 (/ (* e (pow v 2)) (+ 1 e))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) (+.f64 e #s(literal 1 binary64))))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/120 (/ (* e (pow v 2)) (+ 1 e))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal 1/120 binary64))) (+.f64 e #s(literal 1 binary64))))))) |
(* v (+ (* (pow v 2) (+ (* -1/6 (/ e (+ 1 e))) (* 1/120 (/ (* e (pow v 2)) (+ 1 e))))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal 1/120 binary64))) (+.f64 e #s(literal 1 binary64))))))) |
(* 1/120 (/ (* e (pow v 5)) (+ 1 e))) |
(/.f64 (*.f64 e (*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 5 binary64)))) (+.f64 e #s(literal 1 binary64))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (* 1/120 (/ e (+ 1 e))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* 1/120 (/ e (+ 1 e))) (/ e (* (pow v 4) (+ 1 e)))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64)))))) |
(* (pow v 5) (+ (* -1/6 (/ e (* (pow v 2) (+ 1 e)))) (+ (* 1/120 (/ e (+ 1 e))) (/ e (* (pow v 4) (+ 1 e)))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 e #s(literal 1 binary64))) (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1/6 binary64) (*.f64 v v))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64)))))) |
(* 1/120 (/ (* e (pow v 5)) (+ 1 e))) |
(/.f64 (*.f64 e (*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 5 binary64)))) (+.f64 e #s(literal 1 binary64))) |
(* -1 (* (pow v 5) (+ (* -1/120 (/ e (+ 1 e))) (* 1/6 (/ e (* (pow v 2) (+ 1 e))))))) |
(*.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) #s(literal -1/120 binary64)) (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (+ (* -1/120 (/ e (+ 1 e))) (* 1/6 (/ e (* (pow v 2) (+ 1 e)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 v #s(literal 5 binary64)) (-.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) #s(literal -1/120 binary64)) (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64)))))) |
(* -1 (* (pow v 5) (+ (* -1 (/ e (* (pow v 4) (+ 1 e)))) (+ (* -1/120 (/ e (+ 1 e))) (* 1/6 (/ e (* (pow v 2) (+ 1 e)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 v #s(literal 5 binary64)) (-.f64 (+.f64 (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) #s(literal -1/120 binary64)) (*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) (/.f64 (/.f64 e (pow.f64 v #s(literal 4 binary64))) (+.f64 e #s(literal 1 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e (* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(* e v) |
(*.f64 e v) |
(* v (+ e (* -1/6 (* e (pow v 2))))) |
(*.f64 v (+.f64 e (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2))))))) |
(*.f64 v (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 e (*.f64 (*.f64 v v) #s(literal 1/120 binary64))))))) |
(* v (+ e (* (pow v 2) (+ (* -1/6 e) (* 1/120 (* e (pow v 2))))))) |
(*.f64 v (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 e (*.f64 (*.f64 v v) #s(literal 1/120 binary64))))))) |
(* 1/120 (* e (pow v 5))) |
(*.f64 e (*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* (pow v 5) (+ (* -1/6 (/ e (pow v 2))) (* 1/120 e))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 v v)) (*.f64 e #s(literal 1/120 binary64)))) |
(* (pow v 5) (+ (* -1/6 (/ e (pow v 2))) (+ (* 1/120 e) (/ e (pow v 4))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal 1/120 binary64)) (/.f64 e (pow.f64 v #s(literal 4 binary64)))))) |
(* (pow v 5) (+ (* -1/6 (/ e (pow v 2))) (+ (* 1/120 e) (/ e (pow v 4))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 v v)) (+.f64 (*.f64 e #s(literal 1/120 binary64)) (/.f64 e (pow.f64 v #s(literal 4 binary64)))))) |
(* 1/120 (* e (pow v 5))) |
(*.f64 e (*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (+ (* -1/120 e) (* 1/6 (/ e (pow v 2)))))) |
(*.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (*.f64 #s(literal 1/6 binary64) (/.f64 e (*.f64 v v)))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (+ (* -1 (/ e (pow v 4))) (+ (* -1/120 e) (* 1/6 (/ e (pow v 2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 v #s(literal 5 binary64)) (-.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (*.f64 #s(literal 1/6 binary64) (/.f64 e (*.f64 v v)))) (/.f64 e (pow.f64 v #s(literal 4 binary64)))))) |
(* -1 (* (pow v 5) (+ (* -1 (/ e (pow v 4))) (+ (* -1/120 e) (* 1/6 (/ e (pow v 2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 v #s(literal 5 binary64)) (-.f64 (+.f64 (*.f64 e #s(literal -1/120 binary64)) (*.f64 #s(literal 1/6 binary64) (/.f64 e (*.f64 v v)))) (/.f64 e (pow.f64 v #s(literal 4 binary64)))))) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64)))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(* v (+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(* 1/120 (pow v 5)) |
(*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 5 binary64))) |
(* (pow v 5) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) |
(* (pow v 5) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 4 binary64))) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v))))) |
(* (pow v 5) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 4 binary64))) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v))))) |
(* 1/120 (pow v 5)) |
(*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 5 binary64))) |
(* -1 (* (pow v 5) (- (* 1/6 (/ 1 (pow v 2))) 1/120))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (*.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 v v)) #s(literal -1/120 binary64)) #s(literal -1 binary64))) |
(* -1 (* (pow v 5) (- (* 1/6 (/ 1 (pow v 2))) (+ 1/120 (/ 1 (pow v 4)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 v v)) (-.f64 #s(literal -1/120 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 4 binary64))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (- (* 1/6 (/ 1 (pow v 2))) (+ 1/120 (/ 1 (pow v 4)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 v v)) (-.f64 #s(literal -1/120 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 4 binary64))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/6 (pow v 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))) |
(+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) |
(+ 1 (* (pow v 2) (- (* 1/120 (pow v 2)) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) |
(* 1/120 (pow v 4)) |
(*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) |
(* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 4 binary64))) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v))))) |
(* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 4 binary64))) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v))))) |
(* 1/120 (pow v 4)) |
(*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) |
(* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 4 binary64))) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v))))) |
(* (pow v 4) (- (+ 1/120 (/ 1 (pow v 4))) (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 v #s(literal 4 binary64))) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v))))) |
(/ (* e v) (+ 1 (* 1/6 (pow v 2)))) |
(/.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(* e (+ (* -1 (/ (* e (* v (+ 1 (* -1/3 (pow v 2))))) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(*.f64 e (-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 (*.f64 e v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))))) |
(* e (+ (* e (- (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 2))) (pow (+ 1 (* 1/6 (pow v 2))) 3)) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(*.f64 e (+.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (-.f64 (*.f64 (/.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))))))) |
(* e (+ (* e (- (* e (- (* -1 (/ (* e (* v (pow (+ 1 (* -1/3 (pow v 2))) 3))) (pow (+ 1 (* 1/6 (pow v 2))) 4))) (* -1 (/ (* v (pow (+ 1 (* -1/3 (pow v 2))) 2)) (pow (+ 1 (* 1/6 (pow v 2))) 3))))) (/ (* v (+ 1 (* -1/3 (pow v 2)))) (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (/ v (+ 1 (* 1/6 (pow v 2)))))) |
(*.f64 e (+.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (-.f64 (*.f64 e (+.f64 (/.f64 (*.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (neg.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) #s(literal 4 binary64)))) (*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))))))) |
(/ v (+ 1 (* -1/3 (pow v 2)))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(+ (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ v (+ 1 (* -1/3 (pow v 2))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 v e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(- (+ (/ v (+ 1 (* -1/3 (pow v 2)))) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) |
(+.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 v (-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 e e)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))))) |
(- (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* (pow e 3) (pow (+ 1 (* -1/3 (pow v 2))) 4)))) (/ v (+ 1 (* -1/3 (pow v 2))))) (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* (pow e 2) (pow (+ 1 (* -1/3 (pow v 2))) 3)))) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2))))) |
(-.f64 (-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))) (*.f64 (*.f64 e (*.f64 e e)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) #s(literal 4 binary64))))) (-.f64 (*.f64 (/.f64 v e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) (/.f64 (*.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 e e)))))) |
(* -1 (/ v (- (* 1/3 (pow v 2)) 1))) |
(-.f64 #s(literal 0 binary64) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (* v (+ 1 (* 1/6 (pow v 2)))) (* e (pow (- (* 1/3 (pow v 2)) 1) 2))))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))))) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2)) (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (* e (pow (- (* 1/3 (pow v 2)) 1) 3)))) e))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 v (+.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))))))) e)) |
(+ (* -1 (/ v (- (* 1/3 (pow v 2)) 1))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 2)) (pow (- (* 1/3 (pow v 2)) 1) 3))) (* -1 (/ (* v (pow (+ 1 (* 1/6 (pow v 2))) 3)) (* e (pow (- (* 1/3 (pow v 2)) 1) 4))))) e)) (/ (* v (+ 1 (* 1/6 (pow v 2)))) (pow (- (* 1/3 (pow v 2)) 1) 2))) e))) |
(-.f64 (/.f64 (+.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 v (+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (pow.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) #s(literal 4 binary64))))))) e)) (neg.f64 e)) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(* v (+ (* -1 (/ (* e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (pow (+ 1 e) 2))) (/ e (+ 1 e)))) |
(*.f64 v (-.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 e (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) |
(* v (+ (* (pow v 2) (- (/ (* e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (pow (+ 1 e) 3)) (/ (* e (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (*.f64 e (-.f64 (/.f64 (*.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (*.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) |
(* v (+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (/ (* e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3))) (pow (+ 1 e) 4))) (* -1 (/ (* e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (pow (+ 1 e) 3))))) (/ (* e (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (pow (+ 1 e) 2)))) (/ e (+ 1 e)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) (neg.f64 (*.f64 e (-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (*.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (pow.f64 (+.f64 e #s(literal 1 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) (/.f64 (*.f64 e (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(/ e (* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/ (+ (* -1 (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) v) |
(/.f64 (-.f64 (/.f64 e (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (/.f64 (*.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) v) |
(/ (- (+ (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) v) |
(/.f64 (+.f64 (/.f64 e (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 e (-.f64 (/.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))) (*.f64 (pow.f64 v #s(literal 4 binary64)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))))) v) |
(/ (- (+ (* -1 (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 4)))) (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) v) |
(/.f64 (-.f64 (-.f64 (/.f64 e (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (/.f64 (*.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))) (*.f64 e (+.f64 e #s(literal 1 binary64)))) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) #s(literal 4 binary64))))) (-.f64 (/.f64 (*.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (pow.f64 v #s(literal 4 binary64))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))))) v) |
(/ e (* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* -1 (/ (+ (* -1 (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) v)) |
(/.f64 (+.f64 (/.f64 (*.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (/.f64 e (+.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal 1/3 binary64))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (+ (* -1 (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) v)) |
(/.f64 (+.f64 (-.f64 (/.f64 (*.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (pow.f64 v #s(literal 4 binary64))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) (/.f64 e (+.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal 1/3 binary64))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (+ (* -1 (/ e (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* e (pow (+ 1 e) 2)) (* (pow v 4) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 3)))) (+ (/ (* e (+ 1 e)) (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ (* e (pow (+ 1 e) 3)) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 4)))))) v)) |
(/.f64 (+.f64 (-.f64 (/.f64 e (+.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal 1/3 binary64)))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (pow.f64 v #s(literal 4 binary64))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) (*.f64 e (+.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (/.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) v)) |
(/ (+ 1 (* 1/6 (pow v 2))) v) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+.f64 (+.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 e (/.f64 #s(literal 1 binary64) v))) (/.f64 #s(literal 1 binary64) v)) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+.f64 (+.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 e (/.f64 #s(literal 1 binary64) v))) (/.f64 #s(literal 1 binary64) v)) |
(+ (* 1/6 v) (+ (* e (+ (* -1/3 v) (/ 1 v))) (/ 1 v))) |
(+.f64 (+.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (*.f64 e (/.f64 #s(literal 1 binary64) v))) (/.f64 #s(literal 1 binary64) v)) |
(/ (* e (+ 1 (* -1/3 (pow v 2)))) v) |
(/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(*.f64 e (+.f64 (*.f64 v #s(literal -1/3 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e v)) (+.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 (*.f64 v #s(literal 1/6 binary64)) e))))) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(*.f64 e (+.f64 (*.f64 v #s(literal -1/3 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e v)) (+.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 (*.f64 v #s(literal 1/6 binary64)) e))))) |
(* e (+ (* -1/3 v) (+ (* 1/6 (/ v e)) (+ (/ 1 v) (/ 1 (* e v)))))) |
(*.f64 e (+.f64 (*.f64 v #s(literal -1/3 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e v)) (+.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 (*.f64 v #s(literal 1/6 binary64)) e))))) |
(* -1 (/ (* e (- (* 1/3 (pow v 2)) 1)) v)) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) v)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(*.f64 (+.f64 (-.f64 (*.f64 v #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 v #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) v)) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(*.f64 (+.f64 (-.f64 (*.f64 v #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 v #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) v)) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ (* 1/6 v) (/ 1 v)) e)) (* 1/3 v)) (/ 1 v)))) |
(*.f64 (+.f64 (-.f64 (*.f64 v #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 v #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) v)) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e)) |
(/ (+ 1 e) v) |
(/.f64 (+.f64 e #s(literal 1 binary64)) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) v) |
(/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) v) |
(/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) v) |
(/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) v) |
(* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) |
(* v (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(*.f64 v (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 e (*.f64 v v))))) |
(* v (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(*.f64 v (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 e (*.f64 v v))))) |
(* v (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(*.f64 v (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 e (*.f64 v v))))) |
(* v (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) |
(* -1 (* v (+ (* -1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(*.f64 (-.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal 1/3 binary64))) (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v v))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (+ (* -1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(*.f64 (-.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal 1/3 binary64))) (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v v))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (+ (* -1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (* -1 (/ (+ 1 e) (pow v 2)))))) |
(*.f64 (-.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal 1/3 binary64))) (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v v))) (-.f64 #s(literal 0 binary64) v)) |
(+ 1 (* 1/6 (pow v 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
(+ 1 (+ (* 1/6 (pow v 2)) (* e (+ 1 (* -1/3 (pow v 2)))))) |
(+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
(* e (+ 1 (* -1/3 (pow v 2)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))))) |
(* e (+ 1 (+ (* -1/3 (pow v 2)) (+ (* 1/6 (/ (pow v 2) e)) (/ 1 e))))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))))) |
(* -1 (* e (- (* 1/3 (pow v 2)) 1))) |
(*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(*.f64 (+.f64 (-.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e)) #s(literal -1 binary64)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(*.f64 (+.f64 (-.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e)) #s(literal -1 binary64)) (neg.f64 e)) |
(* -1 (* e (- (+ (* -1 (/ (+ 1 (* 1/6 (pow v 2))) e)) (* 1/3 (pow v 2))) 1))) |
(*.f64 (+.f64 (-.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e)) #s(literal -1 binary64)) (neg.f64 e)) |
(+ 1 e) |
(+.f64 e #s(literal 1 binary64)) |
(+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) |
(+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
(+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) |
(+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
(+ 1 (+ e (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) |
(+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 e (*.f64 v v))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 e (*.f64 v v))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 e (*.f64 v v))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 e (*.f64 v v))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 e (*.f64 v v))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (+ (* 1/6 e) (+ (/ 1 (pow v 2)) (/ e (pow v 2))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 e (*.f64 v v))))) |
(/ 1 (+ 1 (* 1/6 (pow v 2)))) |
(/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(+ (* -1 (* e (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (/ 1 (+ 1 (* 1/6 (pow v 2))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))))) |
(+ (* e (- (/ (* e (* (+ 1 (* -1/3 (pow v 2))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (+ 1 (* 1/6 (pow v 2)))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (/ 1 (+ 1 (* 1/6 (pow v 2))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (-.f64 (/.f64 (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))))))) |
(+ (* e (- (* e (- (* -1 (/ (* e (* (pow (+ 1 (* -1/3 (pow v 2))) 2) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (* -1 (/ (* (+ 1 (* -1/3 (pow v 2))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2)))) (+ 1 (* 1/6 (pow v 2))))))) (+ (* -1/3 (/ (pow v 2) (pow (+ 1 (* 1/6 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* 1/6 (pow v 2))) 2))))) (/ 1 (+ 1 (* 1/6 (pow v 2))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (*.f64 e (-.f64 (*.f64 (*.f64 e #s(literal -1 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))))))) |
(/ 1 (* e (+ 1 (* -1/3 (pow v 2))))) |
(/.f64 #s(literal 1 binary64) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/ (+ (* -1 (/ (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2))) e)) (/ 1 (+ 1 (* -1/3 (pow v 2))))) e) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) e)) e) |
(/ (- (+ (/ 1 (+ 1 (* -1/3 (pow v 2)))) (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (* (pow e 2) (+ 1 (* -1/3 (pow v 2)))))) (+ (* 1/6 (/ (pow v 2) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ 1 (* e (pow (+ 1 (* -1/3 (pow v 2))) 2))))) e) |
(/.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) (*.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))))) e) |
(/ (- (+ (* -1 (/ (* (pow (+ 1 (* 1/6 (pow v 2))) 2) (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (* (pow e 3) (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ 1 (+ 1 (* -1/3 (pow v 2))))) (+ (* -1 (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (+ 1 (* -1/3 (pow v 2))) 2))) (/ 1 (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (* (pow e 2) (+ 1 (* -1/3 (pow v 2)))))) (+ (* 1/6 (/ (pow v 2) (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))) (/ 1 (* e (pow (+ 1 (* -1/3 (pow v 2))) 2)))))) e) |
(/.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))))) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 e (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) (*.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))))) e) |
(/ -1 (* e (- (* 1/3 (pow v 2)) 1))) |
(/.f64 #s(literal -1 binary64) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) |
(* -1 (/ (+ (* 1/6 (/ (pow v 2) (* e (pow (- (* 1/3 (pow v 2)) 1) 2)))) (+ (/ 1 (* e (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (- (* 1/3 (pow v 2)) 1)))) e)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) (* e (- (* 1/3 (pow v 2)) 1)))) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) e)) (/ 1 (- (* 1/3 (pow v 2)) 1))) e)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))))) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (neg.f64 e))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))))) e)) (neg.f64 e)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow (+ 1 (* 1/6 (pow v 2))) 2) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) (* e (pow (- (* 1/3 (pow v 2)) 1) 2))) (* -1 (/ (* (+ 1 (* 1/6 (pow v 2))) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) (- (* 1/3 (pow v 2)) 1)))) e)) (+ (* 1/6 (/ (pow v 2) (pow (- (* 1/3 (pow v 2)) 1) 2))) (/ 1 (pow (- (* 1/3 (pow v 2)) 1) 2)))) e)) (/ 1 (- (* 1/3 (pow v 2)) 1))) e)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))))) (*.f64 e (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))))) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (neg.f64 e)) (+.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))))) e)) (neg.f64 e)) |
(/ 1 (+ 1 e)) |
(/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) |
(+ (* -1 (* (pow v 2) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (/ 1 (+ 1 e))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(+ (* (pow v 2) (- (/ (* (pow v 2) (* (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (+ 1 e)) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (/ 1 (+ 1 e))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 e (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 e (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) |
(+ (* (pow v 2) (- (* (pow v 2) (- (* -1 (/ (* (pow v 2) (* (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (pow (+ 1 e) 2))) (* -1 (/ (* (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2)))))) (+ 1 e))))) (+ (* -1/2 (/ e (pow (+ 1 e) 2))) (+ (* 1/6 (/ 1 (pow (+ 1 e) 2))) (* 1/6 (/ e (pow (+ 1 e) 2))))))) (/ 1 (+ 1 e))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 v (*.f64 v (+.f64 (+.f64 (*.f64 v (*.f64 v (+.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) (neg.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 e (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 e (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(/ 1 (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) |
(/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
(/ (+ (* -1 (/ (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (pow v 2))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (pow v 2)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 e (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (*.f64 v v))) (*.f64 v v)) |
(/ (- (+ (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) (pow v 2)) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (-.f64 (/.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 e (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) (*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 (/.f64 e (*.f64 v v)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))))) (*.f64 v v)) |
(/ (- (+ (* -1 (/ (* (pow (+ 1 e) 2) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))))) (pow v 2)) |
(/.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (/.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 e (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))))) (*.f64 (pow.f64 v #s(literal 6 binary64)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) (+.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 (/.f64 e (*.f64 v v)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (/.f64 (/.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 e (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) (pow.f64 v #s(literal 4 binary64))) (+.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal 1/3 binary64)))))) (*.f64 v v)) |
(/ 1 (* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) |
(/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) |
(/ (+ (* -1 (/ (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (pow v 2))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (pow v 2)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 e (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (*.f64 v v))) (*.f64 v v)) |
(/ (- (+ (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))))) (pow v 2)) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (-.f64 (/.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 e (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) (*.f64 (pow.f64 v #s(literal 4 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 (/.f64 e (*.f64 v v)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))))) (*.f64 v v)) |
(/ (- (+ (* -1 (/ (* (pow (+ 1 e) 2) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 6) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (/ 1 (+ 1/6 (+ (* -1/2 e) (* 1/6 e))))) (+ (* -1 (/ (* (+ 1 e) (+ (/ 1 (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)) (/ e (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))) (* (pow v 4) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))))) (+ (/ 1 (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2))) (/ e (* (pow v 2) (pow (+ 1/6 (+ (* -1/2 e) (* 1/6 e))) 2)))))) (pow v 2)) |
(/.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))) (/.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 e (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))))) (*.f64 (pow.f64 v #s(literal 6 binary64)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) (+.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 (/.f64 e (*.f64 v v)) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64)))))) (/.f64 (/.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) (/.f64 e (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))))) (pow.f64 v #s(literal 4 binary64))) (+.f64 #s(literal -1/6 binary64) (*.f64 e #s(literal 1/3 binary64)))))) (*.f64 v v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
e |
(+ e (* -1/2 (* e (pow v 2)))) |
(+.f64 e (*.f64 (*.f64 v v) (*.f64 e #s(literal -1/2 binary64)))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2)))))) |
(+.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/24 binary64) (*.f64 e (*.f64 v v))))))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (* (pow v 2) (+ (* -1/720 (* e (pow v 2))) (* 1/24 e)))))) |
(+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 #s(literal -1/720 binary64) (*.f64 e (*.f64 v v))) (*.f64 e #s(literal 1/24 binary64))))))) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* e (cos v)) |
(*.f64 e (cos.f64 v)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/3 binary64)) |
(* -1/6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -1/6 binary64)) |
(* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) |
(* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) |
(* (pow v 2) (- (* 1/120 (pow v 2)) 1/6)) |
(*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) |
(* 1/120 (pow v 4)) |
(*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) |
(* 1/120 (pow v 4)) |
(*.f64 #s(literal 1/120 binary64) (pow.f64 v #s(literal 4 binary64))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) |
(* (pow v 4) (- 1/120 (* 1/6 (/ 1 (pow v 2))))) |
(*.f64 (pow.f64 v #s(literal 4 binary64)) (-.f64 #s(literal 1/120 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 v v)))) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/120 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/120 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* 1/6 e) |
(*.f64 e #s(literal 1/6 binary64)) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* (pow v 2) (+ 1/6 (+ (* -1/2 e) (* 1/6 e)))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* 1/6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 1/6 binary64)) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(+ (* -1/3 (* e (pow v 2))) (* 1/6 (pow v 2))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(* -1/3 (* e (pow v 2))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))) |
(* e (+ (* -1/3 (pow v 2)) (* 1/6 (/ (pow v 2) e)))) |
(*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e))) |
(* -1/3 (* e (pow v 2))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) e)))) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) e)))) |
(* -1 (* e (+ (* -1/6 (/ (pow v 2) e)) (* 1/3 (pow v 2))))) |
(-.f64 #s(literal 0 binary64) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -1/6 binary64)) e)))) |
Compiled 40664 to 3288 computations (91.9% saved)
58 alts after pruning (54 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1106 | 24 | 1130 |
| Fresh | 6 | 30 | 36 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1116 | 58 | 1174 |
| Status | Accuracy | Program |
|---|---|---|
| 76.2% | (pow.f64 (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) | |
| 4.9% | (/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) | |
| 6.1% | (/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) | |
| 56.1% | (/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) | |
| 55.9% | (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) | |
| 30.6% | (/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) | |
| 56.3% | (/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) | |
| 56.1% | (/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) | |
| ✓ | 56.2% | (/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
| 99.6% | (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) | |
| 99.6% | (/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) | |
| 54.4% | (/.f64 v (/.f64 #s(literal 1 binary64) e)) | |
| 6.2% | (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) | |
| 56.4% | (/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) | |
| 56.4% | (/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) | |
| 56.4% | (/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) | |
| 5.0% | (/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) | |
| 56.4% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) | |
| 55.7% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) | |
| 56.4% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) | |
| 3.2% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) | |
| 56.4% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) | |
| 55.6% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) | |
| 55.8% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) | |
| 56.0% | (/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) | |
| 56.9% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) | |
| 57.5% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) | |
| 56.8% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) | |
| 56.9% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) | |
| 56.4% | (/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) | |
| 56.1% | (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) | |
| 56.1% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) | |
| 55.8% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) | |
| ✓ | 99.7% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| 6.1% | (/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) | |
| 5.0% | (/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) | |
| 3.3% | (/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) | |
| 3.3% | (/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) | |
| 97.1% | (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) | |
| 54.6% | (/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) | |
| 4.9% | (/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) | |
| 3.4% | (/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) | |
| 56.3% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) | |
| 3.5% | (/.f64 #s(literal -3 binary64) v) | |
| 2.2% | (-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) | |
| 98.9% | (*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) | |
| 57.6% | (*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) | |
| 6.1% | (*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) | |
| 6.1% | (*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) | |
| 54.6% | (*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) | |
| ✓ | 54.5% | (*.f64 v e) |
| 55.1% | (*.f64 e (-.f64 v (*.f64 v e))) | |
| 54.6% | (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) | |
| 97.2% | (*.f64 e (sin.f64 v)) | |
| 97.0% | (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) | |
| 35.9% | (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))))))) | |
| 6.0% | (sin.f64 v) | |
| ✓ | 4.8% | v |
Compiled 3461 to 1160 computations (66.5% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(pow.f64 (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))))))) |
| Outputs |
|---|
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
3 calls:
| 294.0ms | e |
| 28.0ms | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| 22.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 1 | e |
| 99.8% | 1 | v |
| 99.8% | 1 | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
Compiled 19 to 13 computations (31.6% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1 binary64))) |
| Outputs |
|---|
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
3 calls:
| 25.0ms | v |
| 25.0ms | e |
| 23.0ms | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 1 | e |
| 99.8% | 1 | v |
| 99.8% | 1 | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
Compiled 19 to 13 computations (31.6% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
| Outputs |
|---|
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
2 calls:
| 25.0ms | e |
| 21.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 1 | e |
| 99.7% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
| Outputs |
|---|
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
2 calls:
| 41.0ms | v |
| 20.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.6% | 1 | e |
| 99.6% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
| Outputs |
|---|
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
2 calls:
| 24.0ms | v |
| 21.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.9% | 1 | e |
| 98.9% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
| Outputs |
|---|
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
2 calls:
| 22.0ms | v |
| 21.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.9% | 1 | e |
| 98.9% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e))) |
| Outputs |
|---|
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (sin.f64 v)) |
2 calls:
| 23.0ms | e |
| 20.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.2% | 1 | e |
| 98.9% | 2 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))))) v)) |
(sin.f64 v) |
| Outputs |
|---|
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
2 calls:
| 28.0ms | e |
| 19.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.8% | 1 | e |
| 57.8% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 e #s(literal 1/6 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 e e) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (-.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) v)) |
(/.f64 e (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (-.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (+.f64 #s(literal 1 binary64) e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) (+.f64 #s(literal 1 binary64) (-.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 v (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1/6 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/3 binary64)) #s(literal -1 binary64))))) (neg.f64 e))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 e e) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 v v)) (-.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (-.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))))) v)) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))) (+.f64 e #s(literal 1 binary64))))) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 e e)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))))) |
| Outputs |
|---|
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
2 calls:
| 18.0ms | e |
| 18.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.7% | 1 | e |
| 57.7% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) (*.f64 e v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (+.f64 (*.f64 (*.f64 v v) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal 1/6 binary64)) e)))) v)) |
(/.f64 e (/.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) e) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 e (*.f64 v v)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal -2/945 binary64)) #s(literal -1/45 binary64))) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64)))) #s(literal -1/6 binary64)))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 e e) #s(literal 1/2 binary64)) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))))))) |
(-.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) e) (/.f64 v (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))))) |
(/.f64 e (*.f64 (+.f64 (-.f64 (*.f64 v (+.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/45 binary64) (*.f64 (*.f64 v v) #s(literal 2/945 binary64)))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) v) (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) e)) (/.f64 #s(literal -1 binary64) v)) (neg.f64 e))) |
| Outputs |
|---|
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
2 calls:
| 17.0ms | e |
| 15.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.6% | 1 | e |
| 57.6% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e #s(literal 1/6 binary64))))) v)) |
| Outputs |
|---|
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
2 calls:
| 18.0ms | e |
| 10.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.5% | 1 | e |
| 57.5% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/6 binary64))))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
| Outputs |
|---|
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
2 calls:
| 11.0ms | e |
| 10.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 56.9% | 1 | e |
| 56.9% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 e (*.f64 v v))) v)) |
(/.f64 e (/.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64))) v)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 e (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) v) |
(*.f64 (/.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) e) |
(/.f64 e (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v #s(literal -1/3 binary64)) v))) v)) |
(/.f64 e (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 v e) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))))) |
(/.f64 (/.f64 e e) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/3 binary64))) v)) |
(/.f64 (/.f64 e v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))) |
| Outputs |
|---|
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
2 calls:
| 9.0ms | e |
| 8.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 56.2% | 1 | e |
| 56.2% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 v (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
| Outputs |
|---|
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
2 calls:
| 4.0ms | e |
| 4.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 56.1% | 1 | e |
| 56.1% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(/.f64 e (*.f64 v (*.f64 e #s(literal -1/3 binary64)))) |
| Outputs |
|---|
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
2 calls:
| 4.0ms | v |
| 3.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 55.1% | 1 | e |
| 55.1% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 e v) |
(*.f64 v e) |
(/.f64 #s(literal -3 binary64) v) |
(-.f64 v (/.f64 v e)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
| Outputs |
|---|
(*.f64 e v) |
2 calls:
| 3.0ms | v |
| 3.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 54.5% | 1 | e |
| 54.5% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
v |
| Outputs |
|---|
v |
2 calls:
| 1.0ms | v |
| 1.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 4.8% | 1 | v |
| 4.8% | 1 | e |
Compiled 6 to 4 computations (33.3% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 2.0ms | 3.445738866922206e-85 | 7.292254466077516e-84 |
| 1.0ms | 16× | 0 | valid |
Compiled 35 to 25 computations (28.6% saved)
ival-div: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)ival-cos: 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)ival-sin: 0.0ms (0% of total)| 1× | egg-herbie |
| 1010× | unsub-neg_binary64 |
| 894× | distribute-lft-neg-in_binary64 |
| 684× | neg-mul-1_binary64 |
| 428× | neg-sub0_binary64 |
| 372× | distribute-rgt-neg-in_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 100 | 310 |
| 1 | 175 | 310 |
| 2 | 216 | 310 |
| 3 | 259 | 310 |
| 4 | 325 | 310 |
| 5 | 382 | 310 |
| 6 | 442 | 310 |
| 7 | 502 | 310 |
| 8 | 709 | 310 |
| 9 | 1067 | 310 |
| 10 | 1295 | 310 |
| 11 | 1525 | 310 |
| 12 | 1819 | 310 |
| 13 | 2167 | 310 |
| 14 | 2540 | 310 |
| 15 | 2811 | 310 |
| 16 | 2989 | 310 |
| 17 | 3086 | 310 |
| 18 | 3136 | 310 |
| 19 | 3163 | 310 |
| 20 | 3170 | 310 |
| 21 | 3170 | 310 |
| 1× | saturated |
| Inputs |
|---|
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
(if (<=.f64 v #s(literal 546812681195753/1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912 binary64)) (/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) (*.f64 e (sin.f64 v))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e v) |
v |
| Outputs |
|---|
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) e)) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 v #s(literal 2 binary64)))))))) (*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) e)) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e)) e) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) e))) |
(if (<=.f64 v #s(literal 546812681195753/1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912 binary64)) (/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) (*.f64 e (sin.f64 v))) |
(if (<=.f64 v #s(literal 546812681195753/1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912 binary64)) (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) (*.f64 (sin.f64 v) e)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)) (*.f64 #s(literal 1/120 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/6 binary64))) (*.f64 (*.f64 v v) (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal -1 binary64) e)) (*.f64 e #s(literal -1/2 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64))) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/6 binary64)))) (*.f64 e #s(literal 1/24 binary64))) (*.f64 #s(literal -1/120 binary64) (-.f64 #s(literal -1 binary64) e)))) (-.f64 (*.f64 #s(literal 1/120 binary64) (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal -1 binary64) e)) (*.f64 e #s(literal -1/2 binary64)))) (+.f64 #s(literal -1/5040 binary64) (*.f64 e #s(literal -1/5040 binary64)))))))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64)))))) (*.f64 #s(literal -1/120 binary64) (+.f64 e #s(literal 1 binary64))))) (*.f64 #s(literal 1/6 binary64) (+.f64 e #s(literal 1 binary64))))))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/6 binary64)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal -1/6 binary64) (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal -1 binary64) e)) (*.f64 e #s(literal -1/2 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/120 binary64)))))))) v)) |
(*.f64 (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))))))) e) |
(*.f64 e (/.f64 v (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) #s(literal 1/6 binary64)))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) e) (*.f64 v v))) v)) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (*.f64 e #s(literal -1/3 binary64)))) v)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(*.f64 e v) |
(*.f64 v e) |
v |
| 6426× | +-lowering-+.f64 |
| 6426× | +-lowering-+.f32 |
| 4902× | *-lowering-*.f32 |
| 4902× | *-lowering-*.f64 |
| 4870× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 928 | 10387 |
| 1 | 3233 | 9190 |
| 0 | 8585 | 9190 |
| 0 | 182 | 1121 |
| 1 | 596 | 1000 |
| 2 | 1926 | 972 |
| 3 | 6907 | 972 |
| 0 | 8448 | 972 |
| 0 | 9 | 27 |
| 1 | 36 | 25 |
| 2 | 250 | 25 |
| 3 | 2419 | 25 |
| 0 | 8966 | 25 |
| 0 | 50 | 474 |
| 1 | 404 | 427 |
| 2 | 4781 | 427 |
| 0 | 8471 | 427 |
| 0 | 789 | 11529 |
| 1 | 2739 | 9835 |
| 0 | 8347 | 9835 |
| 0 | 52 | 437 |
| 1 | 358 | 357 |
| 2 | 4217 | 357 |
| 0 | 8557 | 357 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 645 to 331 computations (48.7% saved)
(negabs v)
Compiled 1434 to 764 computations (46.7% saved)
Loading profile data...