
Time bar (total: 7.7s)
| 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.5% of total)ival-mult: 1.0ms (22.5% of total)ival-sin: 1.0ms (22.5% of total)ival-<=: 1.0ms (22.5% 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-sin: 258.0ms (31.1% of total)ival-cos: 205.0ms (24.7% of total)ival-mult: 141.0ms (17% of total)ival-<=: 92.0ms (11.1% of total)ival-div: 55.0ms (6.6% of total)ival-add: 52.0ms (6.3% of total)const: 12.0ms (1.4% of total)ival-and: 11.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) |
| 79.0ms | 512× | 0 | valid |
Compiled 83 to 29 computations (65.1% saved)
ival-cos: 19.0ms (39.8% of total)ival-sin: 13.0ms (27.2% of total)ival-mult: 8.0ms (16.8% of total)ival-div: 3.0ms (6.3% of total)ival-add: 3.0ms (6.3% of total)const: 1.0ms (2.1% 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% | (cos.f64 v) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| ✓ | accuracy | 99.8% | (*.f64 e (cos.f64 v)) |
| ✓ | accuracy | 99.8% | (*.f64 e (sin.f64 v)) |
| 32.0ms | 256× | 0 | valid |
Compiled 35 to 10 computations (71.4% saved)
ival-sin: 6.0ms (29.6% of total)ival-cos: 5.0ms (24.6% of total)ival-mult: 4.0ms (19.7% of total)ival-div: 3.0ms (14.8% of total)ival-add: 1.0ms (4.9% 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))> |
#<alt (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))> |
#<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)> |
30 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 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.0ms | e | @ | 0 | (/ (* e (sin v)) (+ 1 (* e (cos 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 | 29 |
| 1 | 36 | 27 |
| 2 | 249 | 27 |
| 3 | 2406 | 27 |
| 0 | 8936 | 27 |
| 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)) |
(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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 #s(literal 0 binary64) (*.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 e (cos.f64 v)))) (/.f64 #s(literal 1 binary64) (*.f64 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 #s(literal 1 binary64) (*.f64 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 e (*.f64 (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 (sin.f64 v) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 e (*.f64 (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 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (-.f64 (*.f64 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 (sin.f64 v) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 #s(literal 0 binary64) (*.f64 e (sin.f64 v)))) (-.f64 #s(literal -1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (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 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (-.f64 (*.f64 e (*.f64 (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 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 #s(literal 0 binary64) (*.f64 e (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 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 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 e (*.f64 (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 #s(literal 0 binary64) (*.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 e (cos.f64 v))) (/.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 #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) (pow.f64 (*.f64 e (cos.f64 v)) #s(literal 3 binary64))))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 (*.f64 (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 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (-.f64 (*.f64 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 (-.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 #s(literal 0 binary64) (*.f64 e (sin.f64 v))))) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (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 e (*.f64 (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 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (-.f64 (*.f64 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 #s(literal 0 binary64) (*.f64 e (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 e (*.f64 (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 #s(literal 1 binary64) (*.f64 e (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) (*.f64 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 #s(literal 0 binary64) (*.f64 e (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 e (*.f64 (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 e (*.f64 (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 (sin.f64 v) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 (sin.f64 v) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 #s(literal 1 binary64) (*.f64 e (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 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 e (*.f64 (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 (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 e (*.f64 (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 #s(literal 0 binary64) (*.f64 e (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 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.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 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 e (*.f64 (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 #s(literal 0 binary64) (*.f64 e (sin.f64 v)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 e (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 #s(literal 0 binary64) (*.f64 e (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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) #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 e e) (-.f64 #s(literal 1 binary64) (*.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))))) (+.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)))) |
(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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 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 e (*.f64 (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 (+.f64 #s(literal 1 binary64) (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e 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 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 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 e (*.f64 (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 #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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))))) #s(literal 1 binary64)) |
(/.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 (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 (+.f64 #s(literal 1 binary64) (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (/.f64 (*.f64 e e) (-.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 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))))) (neg.f64 (-.f64 (+.f64 #s(literal 1 binary64) (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) (-.f64 (*.f64 e (*.f64 (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 e (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 e (*.f64 (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 e (*.f64 (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 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 (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 (+.f64 #s(literal 1 binary64) (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 e (*.f64 (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))))) |
(*.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 e (*.f64 (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 #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 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)))))))) |
(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 e)) (exp.f64 (log.f64 (cos.f64 v)))) |
(*.f64 (exp.f64 (log.f64 (cos.f64 v))) (exp.f64 (log.f64 e))) |
(cos.f64 v) |
(*.f64 #s(literal 1 binary64) (cos.f64 v)) |
(*.f64 (cos.f64 v) #s(literal 1 binary64)) |
| 1× | egg-herbie |
| 3940× | *-lowering-*.f32 |
| 3940× | *-lowering-*.f64 |
| 1806× | +-lowering-+.f64 |
| 1806× | +-lowering-+.f32 |
| 1756× | sum3-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 195 | 1175 |
| 1 | 630 | 1113 |
| 2 | 2014 | 1086 |
| 3 | 6567 | 1086 |
| 0 | 8140 | 1086 |
| 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)) |
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) |
| 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 e (*.f64 (neg.f64 (*.f64 e (sin.f64 v))) (*.f64 (cos.f64 v) (*.f64 (cos.f64 v) (+.f64 (*.f64 e (cos.f64 v)) #s(literal -1 binary64)))))) (*.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 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (/.f64 (sin.f64 v) e) (*.f64 (*.f64 e 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 #s(literal 1/2 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.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 #s(literal 1/2 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.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 #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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.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 #s(literal 1/2 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.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 #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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.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 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 e #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -1/720 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal 1 binary64))))) (*.f64 e (+.f64 (*.f64 #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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal 1 binary64))))) (+.f64 e #s(literal 1 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.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))))))))))))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/ (* e (sin v)) (+ 1 (* e (cos v)))) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.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 (*.f64 e (*.f64 v v)) (+.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 e (*.f64 v v)) (+.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 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/2 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 v (*.f64 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 v (*.f64 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 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -1/2 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 v (*.f64 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 v (*.f64 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/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 #s(literal -1/2 binary64) (*.f64 v (*.f64 v #s(literal 1/24 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 #s(literal -1/2 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/24 binary64) (*.f64 v (*.f64 v #s(literal -1/720 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) |
Compiled 10326 to 1049 computations (89.8% saved)
9 alts after pruning (8 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 405 | 8 | 413 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 405 | 9 | 414 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 77.5% | (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)) |
| 99.3% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) | |
| ✓ | 99.8% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| ▶ | 51.6% | (/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
| ▶ | 99.6% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| 99.2% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (*.f64 e (sin.f64 v)))) | |
| ▶ | 99.6% | (*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
| 50.8% | (*.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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal 1 binary64)))))))) | |
| ▶ | 97.9% | (*.f64 e (sin.f64 v)) |
Compiled 249 to 161 computations (35.3% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | 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 | 64 | (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 12928 | (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)) |
| ✓ | 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 | (sin.f64 v) |
| ✓ | cost-diff | 0 | (*.f64 e (sin.f64 v)) |
| ✓ | 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 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
| ✓ | cost-diff | 0 | (sin.f64 v) |
| ✓ | cost-diff | 128 | (*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
| 206× | *-lowering-*.f32 |
| 206× | *-lowering-*.f64 |
| 112× | /-lowering-/.f32 |
| 112× | /-lowering-/.f64 |
| 94× | associate-*l* |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 152 |
| 1 | 40 | 143 |
| 2 | 52 | 143 |
| 3 | 78 | 143 |
| 4 | 89 | 143 |
| 5 | 130 | 143 |
| 6 | 169 | 143 |
| 7 | 206 | 143 |
| 8 | 227 | 143 |
| 9 | 258 | 143 |
| 10 | 294 | 143 |
| 11 | 335 | 143 |
| 12 | 345 | 143 |
| 13 | 371 | 143 |
| 14 | 374 | 143 |
| 15 | 375 | 143 |
| 0 | 375 | 143 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(* (sin v) (/ 1 (+ (cos v) (/ 1 e)))) |
(sin v) |
v |
(/ 1 (+ (cos v) (/ 1 e))) |
1 |
(+ (cos v) (/ 1 e)) |
(cos v) |
(/ 1 e) |
e |
(/ (* e v) (+ e 1)) |
(* e v) |
e |
v |
(+ e 1) |
1 |
(* e (sin v)) |
e |
(sin v) |
v |
(/ 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) |
(pow (pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2) 2) |
(pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2) |
(/ 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) |
1/2 |
2 |
| Outputs |
|---|
(* (sin v) (/ 1 (+ (cos v) (/ 1 e)))) |
(/.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(sin v) |
(sin.f64 v) |
v |
(/ 1 (+ (cos v) (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
1 |
#s(literal 1 binary64) |
(+ (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 |
(/ (* e v) (+ e 1)) |
(*.f64 v (/.f64 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) |
(* e (sin v)) |
(*.f64 (sin.f64 v) e) |
e |
(sin v) |
(sin.f64 v) |
v |
(/ e (/ (+ 1 (* e (cos v))) (sin v))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
e |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) |
1 |
#s(literal 1 binary64) |
(* e (cos v)) |
(*.f64 (cos.f64 v) e) |
(cos v) |
(cos.f64 v) |
v |
(sin v) |
(sin.f64 v) |
(pow (pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2) 2) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2) |
(sqrt.f64 (/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/ e (/ (+ 1 (* e (cos v))) (sin v))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
e |
(/ (+ 1 (* e (cos v))) (sin v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) |
(+ 1 (* e (cos v))) |
(+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) |
1 |
#s(literal 1 binary64) |
(* e (cos v)) |
(*.f64 (cos.f64 v) e) |
(cos v) |
(cos.f64 v) |
v |
(sin v) |
(sin.f64 v) |
1/2 |
#s(literal 1/2 binary64) |
2 |
#s(literal 2 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.9% | (*.f64 e (cos.f64 v)) |
| ✓ | accuracy | 99.7% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| ✓ | accuracy | 99.5% | (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)) |
| ✓ | accuracy | 79.5% | (pow.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (cos.f64 v) |
| ✓ | accuracy | 99.9% | (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v)) |
| ✓ | accuracy | 99.9% | (*.f64 e (cos.f64 v)) |
| ✓ | accuracy | 99.7% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| ✓ | accuracy | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 99.9% | (*.f64 e (sin.f64 v)) |
| ✓ | 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 | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 100.0% | (cos.f64 v) |
| ✓ | accuracy | 99.9% | (*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
| ✓ | accuracy | 99.8% | (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
| 65.0ms | 200× | 0 | valid |
| 29.0ms | 56× | 0 | invalid |
Compiled 166 to 22 computations (86.7% saved)
ival-div: 16.0ms (30.1% of total)ival-sin: 10.0ms (18.8% of total)ival-pow: 9.0ms (16.9% of total)ival-cos: 7.0ms (13.2% of total)ival-mult: 7.0ms (13.2% of total)ival-add: 4.0ms (7.5% of total)const: 1.0ms (1.9% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (sin v) (/ 1 (+ (cos v) (/ 1 e))))> |
#<alt (sin v)> |
#<alt (/ 1 (+ (cos v) (/ 1 e)))> |
#<alt (+ (cos v) (/ 1 e))> |
#<alt (/ (* e v) (+ e 1))> |
#<alt (* e v)> |
#<alt (+ 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 (pow (pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2) 2)> |
#<alt (pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2)> |
#<alt (cos v)> |
| 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> |
#<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 (/ 1 e)))> |
#<alt (+ (* 1/2 (/ (pow v 2) (pow (+ 1 (/ 1 e)) 2))) (/ 1 (+ 1 (/ 1 e))))> |
#<alt (+ (* (pow v 2) (+ (* (pow v 2) (- (* 1/4 (/ 1 (pow (+ 1 (/ 1 e)) 3))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (/ 1 (+ 1 (/ 1 e))))> |
#<alt (+ (* (pow v 2) (+ (* (pow v 2) (- (+ (* 1/4 (/ 1 (pow (+ 1 (/ 1 e)) 3))) (* (pow v 2) (- (* 1/720 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (+ (* -1/2 (/ (- (* 1/4 (/ 1 (pow (+ 1 (/ 1 e)) 3))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2)))) (+ 1 (/ 1 e)))) (* 1/48 (/ 1 (pow (+ 1 (/ 1 e)) 3))))))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (/ 1 (+ 1 (/ 1 e))))> |
#<alt (/ 1 (+ (cos v) (/ 1 e)))> |
#<alt (/ 1 (+ (cos v) (/ 1 e)))> |
#<alt (/ 1 (+ (cos v) (/ 1 e)))> |
#<alt (/ 1 (+ (cos v) (/ 1 e)))> |
#<alt (/ 1 (+ (cos v) (/ 1 e)))> |
#<alt (/ 1 (+ (cos v) (/ 1 e)))> |
#<alt (/ 1 (+ (cos v) (/ 1 e)))> |
#<alt (/ 1 (+ (cos v) (/ 1 e)))> |
#<alt e> |
#<alt (* e (+ 1 (* -1 (* e (cos v)))))> |
#<alt (* e (+ 1 (* e (- (* e (pow (cos v) 2)) (cos v)))))> |
#<alt (* e (+ 1 (* e (- (* e (- (* -1 (* e (pow (cos v) 3))) (* -1 (pow (cos v) 2)))) (cos v)))))> |
#<alt (/ 1 (cos v))> |
#<alt (- (/ 1 (cos v)) (/ 1 (* e (pow (cos v) 2))))> |
#<alt (- (+ (/ 1 (cos v)) (/ 1 (* (pow e 2) (pow (cos v) 3)))) (/ 1 (* e (pow (cos v) 2))))> |
#<alt (- (+ (/ 1 (cos v)) (/ 1 (* (pow e 2) (pow (cos v) 3)))) (+ (/ 1 (* e (pow (cos v) 2))) (/ 1 (* (pow e 3) (pow (cos v) 4)))))> |
#<alt (/ 1 (cos v))> |
#<alt (- (/ 1 (cos v)) (/ 1 (* e (pow (cos v) 2))))> |
#<alt (+ (* -1 (/ (- (/ 1 (pow (cos v) 2)) (/ 1 (* e (pow (cos v) 3)))) e)) (/ 1 (cos v)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (- (/ 1 (pow (cos v) 3)) (/ 1 (* e (pow (cos v) 4)))) e)) (/ 1 (pow (cos v) 2))) e)) (/ 1 (cos 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)> |
#<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 (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 (* 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 (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v)))> |
#<alt (+ (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) (/ (* (sin v) (pow (sqrt -1) 2)) (* e (pow (cos v) 2))))> |
#<alt (+ (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) (* -1 (/ (- (/ (* (sin v) (pow (sqrt -1) 2)) (* e (pow (cos v) 3))) (/ (* (sin v) (pow (sqrt -1) 2)) (pow (cos v) 2))) e)))> |
#<alt (+ (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) (* -1 (/ (- (* -1 (/ (- (/ (* (sin v) (pow (sqrt -1) 2)) (* e (pow (cos v) 4))) (/ (* (sin v) (pow (sqrt -1) 2)) (pow (cos v) 3))) e)) (/ (* (sin v) (pow (sqrt -1) 2)) (pow (cos v) 2))) 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))) (* (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 (sqrt (* e (sin v)))> |
#<alt (+ (sqrt (* e (sin v))) (* -1/2 (* (sqrt (* (pow e 3) (sin v))) (cos v))))> |
#<alt (+ (sqrt (* e (sin v))) (* (pow e 2) (+ (* -1/2 (* (sqrt (/ (sin v) e)) (cos v))) (* 1/2 (* (sqrt (* e (sin v))) (pow (cos v) 2))))))> |
#<alt (+ (sqrt (* e (sin v))) (* (pow e 2) (+ (* -1/2 (* (sqrt (/ (sin v) e)) (cos v))) (* e (+ (* -1/2 (* (sqrt (/ e (sin v))) (+ (* 1/4 (/ (* (pow (cos v) 2) (sin v)) e)) (* (pow (cos v) 3) (sin v))))) (* 1/2 (* (sqrt (/ (sin v) e)) (pow (cos v) 2))))))))> |
#<alt (sqrt (/ (sin v) (cos v)))> |
#<alt (+ (sqrt (/ (sin v) (cos v))) (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3))))))> |
#<alt (+ (sqrt (/ (sin v) (cos v))) (+ (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3))))) (* -1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (pow e 2)) (sqrt (/ (cos v) (sin v)))))))> |
#<alt (+ (sqrt (/ (sin v) (cos v))) (+ (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3))))) (+ (* -1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (pow e 2)) (sqrt (/ (cos v) (sin v))))) (* -1/2 (* (/ (+ (* 1/2 (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (cos v))) (/ (sin v) (pow (cos v) 4))) (pow e 3)) (sqrt (/ (cos v) (sin v))))))))> |
#<alt (sqrt (/ (sin v) (cos v)))> |
#<alt (+ (sqrt (/ (sin v) (cos v))) (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3))))))> |
#<alt (+ (sqrt (/ (sin v) (cos v))) (* -1 (/ (+ (* 1/2 (sqrt (/ (sin v) (pow (cos v) 3)))) (* 1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) e) (sqrt (/ (cos v) (sin v)))))) e)))> |
#<alt (+ (sqrt (/ (sin v) (cos v))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ (cos v) (sin v))) (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))))) (* 1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 4))) (* -1/2 (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (cos v)))) e) (sqrt (/ (cos v) (sin v)))))) e)) (* 1/2 (sqrt (/ (sin v) (pow (cos v) 3))))) e)))> |
#<alt (sqrt (/ (* e v) (+ 1 e)))> |
#<alt (+ (sqrt (/ (* e v) (+ 1 e))) (* 1/2 (* (sqrt (/ (* (pow v 5) (+ 1 e)) e)) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2)))))))> |
#<alt (+ (sqrt (/ (* e v) (+ 1 e))) (* (pow v 3) (+ (* 1/2 (* (sqrt (/ (* (pow v 3) (+ 1 e)) 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/2 (* (sqrt (/ (+ 1 e) (* e v))) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2)))))))))> |
#<alt (+ (sqrt (/ (* e v) (+ 1 e))) (* (pow v 3) (+ (* 1/2 (* (sqrt (/ (+ 1 e) (* e v))) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2)))))) (* (pow v 2) (+ (* -1/8 (* (sqrt (/ (pow (+ 1 e) 3) (* (pow e 3) v))) (pow (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) 2))) (* 1/2 (* (sqrt (/ (+ 1 e) (* e v))) (- (* 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))))))))))))> |
#<alt (sqrt (/ (* e (sin v)) (+ 1 (* e (cos v)))))> |
#<alt (sqrt (/ (* e (sin v)) (+ 1 (* e (cos v)))))> |
#<alt (sqrt (/ (* e (sin v)) (+ 1 (* e (cos v)))))> |
#<alt (sqrt (/ (* e (sin v)) (+ 1 (* e (cos v)))))> |
#<alt (sqrt (/ (* e (sin v)) (+ 1 (* e (cos v)))))> |
#<alt (sqrt (/ (* e (sin v)) (+ 1 (* e (cos v)))))> |
#<alt (sqrt (/ (* e (sin v)) (+ 1 (* e (cos v)))))> |
#<alt (sqrt (/ (* e (sin v)) (+ 1 (* e (cos v)))))> |
#<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)> |
81 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | e | @ | 0 | (/ (+ 1 (* e (cos v))) (sin v)) |
| 2.0ms | v | @ | 0 | (* (sin v) (/ 1 (+ (cos v) (/ 1 e)))) |
| 2.0ms | v | @ | inf | (/ 1 (+ (cos v) (/ 1 e))) |
| 1.0ms | v | @ | 0 | (pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2) |
| 1.0ms | v | @ | inf | (pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2) |
| 1× | batch-egg-rewrite |
| 4632× | *-lowering-*.f32 |
| 4632× | *-lowering-*.f64 |
| 3638× | /-lowering-/.f32 |
| 3638× | /-lowering-/.f64 |
| 1368× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 93 |
| 1 | 125 | 88 |
| 2 | 898 | 88 |
| 0 | 8394 | 88 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (sin v) (/ 1 (+ (cos v) (/ 1 e)))) |
(sin v) |
(/ 1 (+ (cos v) (/ 1 e))) |
(+ (cos v) (/ 1 e)) |
(/ (* e v) (+ e 1)) |
(* e 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)) |
(pow (pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2) 2) |
(pow (/ e (/ (+ 1 (* e (cos v))) (sin v))) 1/2) |
(cos v) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e 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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e))) |
(+.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e)) (*.f64 (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e 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 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (cos.f64 v)) (*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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) e))) |
(+.f64 (*.f64 (+.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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))))) |
(+.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) (*.f64 (+.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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))))) |
(+.f64 (*.f64 (cos.f64 v) (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e)))))) (*.f64 (/.f64 #s(literal -1 binary64) e) (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))) (/.f64 (sin.f64 v) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)))) |
(neg.f64 (/.f64 (sin.f64 v) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)))) |
(neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))) (sin.f64 v))) |
(neg.f64 (*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 (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 #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 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))) |
(/.f64 (*.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 3 binary64)))) (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (+.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) 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 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 2 binary64)))) (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (+.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e))))) |
(/.f64 (*.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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 (*.f64 (sin.f64 v) (-.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (*.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (*.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))))) |
(/.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 3 binary64)))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))))) |
(/.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (-.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 2 binary64)))) (+.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e)))) |
(/.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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/2 binary64) (+.f64 (*.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 (*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (-.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (*.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (*.f64 (sin.f64 v) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) |
(/.f64 (*.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) |
(pow.f64 (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.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 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))) (sin.f64 v))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)))) |
(*.f64 (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64)) (sin.f64 v))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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/2 binary64) (+.f64 (*.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 (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (*.f64 (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (sin.f64 v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (sin.f64 v))) |
(*.f64 (/.f64 (sin.f64 v) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)))) |
(*.f64 (*.f64 (sin.f64 v) (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64))) (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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))) |
(exp.f64 (*.f64 (log.f64 (sin.f64 v)) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(sin.f64 v) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(/.f64 (sin.f64 v) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal -1 binary64)) |
(pow.f64 (sin.f64 v) #s(literal 1 binary64)) |
(*.f64 (sin.f64 v) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sin.f64 v)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) (pow.f64 (sin.f64 v) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e 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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e 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/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (cos.f64 v)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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) 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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))))) |
(+.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e 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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))))) |
(+.f64 (*.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e)))))) (*.f64 (/.f64 #s(literal -1 binary64) e) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)))) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal 1 binary64) (*.f64 e e)))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (/.f64 (/.f64 (cos.f64 v) e) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) |
(-.f64 (/.f64 (cos.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (/.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)))) |
(neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))) |
(/.f64 (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) |
(/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (cos.f64 v)) (/.f64 #s(literal 1 binary64) e)) (+.f64 (neg.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 #s(literal 1 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 3 binary64)))) (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (+.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) 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 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 2 binary64)))) (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (+.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (*.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (*.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 3 binary64)))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) 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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (-.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 2 binary64)))) (+.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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/2 binary64) (+.f64 (*.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 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (-.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (*.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))))) |
(pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 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))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) |
(*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e)))))) |
(*.f64 (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (*.f64 (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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/2 binary64) (+.f64 (*.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 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64))) (pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal -1/2 binary64))) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (neg.f64 (-.f64 #s(literal 0 binary64) (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))) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (cos.f64 v))) (/.f64 #s(literal 1 binary64) e)) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal -1 binary64)))) |
(-.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) |
(-.f64 #s(literal 0 binary64) (-.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)))) |
(-.f64 (/.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))) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 (/.f64 #s(literal 1 binary64) 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)))) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(fma.f64 (/.f64 #s(literal 1 binary64) e) #s(literal 1 binary64) (cos.f64 v)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e) (cos.f64 v)) |
(fma.f64 (pow.f64 e #s(literal -1/2 binary64)) (pow.f64 e #s(literal -1/2 binary64)) (cos.f64 v)) |
(neg.f64 (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #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 1 binary64) e)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)))) |
(/.f64 (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)) #s(literal -1 binary64)) |
(/.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))) |
(/.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))))) |
(/.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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 (-.f64 #s(literal 0 binary64) (cos.f64 v)) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)))))) |
(/.f64 (+.f64 (neg.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 #s(literal 0 binary64) (cos.f64 v)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #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 (*.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 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal 1 binary64) (*.f64 e e)))) (*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e) (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e) (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) #s(literal 1 binary64)) (*.f64 (-.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (+.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 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e) e)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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 #s(literal 0 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 0 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) |
(/.f64 (neg.f64 (+.f64 (neg.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 (neg.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 (-.f64 #s(literal 0 binary64) (cos.f64 v)) (/.f64 #s(literal 1 binary64) e)))) |
(/.f64 (neg.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #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) e) (cos.f64 v)))) |
(/.f64 (-.f64 (pow.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))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) #s(literal 3 binary64))) (+.f64 (*.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/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 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (+.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)))) (*.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))))))) |
(/.f64 (-.f64 (*.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/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 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (+.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))))) (+.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))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e)))) #s(literal 1 binary64)) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) |
(/.f64 (*.f64 (+.f64 (neg.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))) #s(literal 1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (cos.f64 v)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #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) e) (cos.f64 v))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e) (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) (-.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (cos.f64 v) #s(literal 6 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)))) (+.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (+.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 (-.f64 (pow.f64 (cos.f64 v) #s(literal 4 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e) e)) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)))) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal 1 binary64) (*.f64 e e))))) |
(pow.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)))) |
(*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v))) |
(*.f64 (-.f64 (/.f64 #s(literal -1 binary64) e) (cos.f64 v)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) |
(*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)))))) |
(*.f64 (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 1 binary64) e)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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)))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) e))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))))))) |
(*.f64 (+.f64 (neg.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 (-.f64 #s(literal 0 binary64) (cos.f64 v)) (/.f64 #s(literal 1 binary64) e)))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) #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 #s(literal 1 binary64) e) (cos.f64 v)))) |
(*.f64 (/.f64 (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #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 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) e) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))))) |
(+.f64 (*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 e e)) (*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (-.f64 #s(literal 1 binary64) e))) |
(+.f64 (*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (-.f64 #s(literal 1 binary64) e)) (*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 e e))) |
(+.f64 (*.f64 (/.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64))) e) (*.f64 (/.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 e e) (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) (*.f64 (-.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) (*.f64 (*.f64 e e) (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))))) |
(+.f64 (*.f64 e (/.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64)))) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 v e) (-.f64 #s(literal -1 binary64) e))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 (*.f64 v e) (-.f64 #s(literal -1 binary64) e))) |
(neg.f64 (/.f64 (*.f64 v e) (-.f64 #s(literal -1 binary64) e))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 v e) (-.f64 #s(literal -1 binary64) e)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) e) v))) |
(/.f64 e (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) v) #s(literal 1 binary64))) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 v e) (*.f64 (-.f64 #s(literal -1 binary64) e) #s(literal -1 binary64))) |
(/.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) e) v))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) v) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (-.f64 #s(literal -1 binary64) e) #s(literal 1 binary64))) |
(/.f64 (/.f64 v (+.f64 #s(literal 1 binary64) e)) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (/.f64 (*.f64 v e) (-.f64 #s(literal -1 binary64) e)) #s(literal -1 binary64)) |
(/.f64 (*.f64 v (*.f64 e (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e))) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) |
(/.f64 (*.f64 v (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 (*.f64 e e) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) v) (*.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v)) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 #s(literal -1 binary64) e))) |
(/.f64 (*.f64 v #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) e) e)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) v) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1 binary64) e) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 (*.f64 v e) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.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))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) e) (-.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e e)))))) |
(/.f64 (*.f64 (*.f64 v e) (*.f64 (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e) (+.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) e))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (+.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) e))) |
(/.f64 (*.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 (*.f64 v e) (+.f64 (*.f64 e (*.f64 e e)) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (+.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 v e) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) e)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) e)) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.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))))) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) e) (-.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e e))))) |
(/.f64 (*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e) (+.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) e))) (+.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) e)) |
(/.f64 (*.f64 (/.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (/.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (+.f64 (*.f64 e (*.f64 e e)) #s(literal -1 binary64))) (+.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v) #s(literal -1 binary64)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(*.f64 v (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) e)) |
(*.f64 v (*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)))) |
(*.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v))) |
(*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 v e) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 v e) (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(*.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 #s(literal 0 binary64) v) (*.f64 e (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e) (*.f64 v e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (*.f64 (+.f64 e #s(literal -1 binary64)) (*.f64 v e))) |
(*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 e (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e)))) |
(*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e) e)) |
(*.f64 (/.f64 v (+.f64 (*.f64 e e) #s(literal -1 binary64))) (/.f64 e (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 v (+.f64 (*.f64 e e) #s(literal -1 binary64))) (*.f64 (+.f64 e #s(literal -1 binary64)) e)) |
(*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e)) |
(*.f64 (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 e e) #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 (/.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) v) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 v (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e)))) |
(*.f64 (/.f64 e (+.f64 (*.f64 e e) #s(literal -1 binary64))) (/.f64 v (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 v #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) v) #s(literal -1 binary64)) (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 e (/.f64 v (+.f64 (*.f64 e e) #s(literal -1 binary64)))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 v e) (+.f64 (*.f64 e e) #s(literal -1 binary64)))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (*.f64 e (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) v) e) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) e) v) |
(*.f64 (*.f64 (/.f64 v (+.f64 #s(literal 1 binary64) e)) #s(literal 1 binary64)) e) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v e))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e))) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 v e) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 v #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) e)) |
(*.f64 v e) |
(*.f64 #s(literal 1 binary64) (*.f64 v e)) |
(*.f64 e v) |
(*.f64 e (*.f64 #s(literal 1 binary64) v)) |
(*.f64 e (*.f64 v #s(literal 1 binary64))) |
(*.f64 e (neg.f64 (-.f64 #s(literal 0 binary64) v))) |
(*.f64 (*.f64 v e) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v e))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) v)) |
(*.f64 (-.f64 #s(literal 0 binary64) v) (-.f64 #s(literal 0 binary64) e)) |
(*.f64 (*.f64 v #s(literal 1 binary64)) e) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) v)) e) |
(+.f64 #s(literal 1 binary64) e) |
(+.f64 e #s(literal 1 binary64)) |
(+.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e)) |
(-.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 (/.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) e #s(literal 1 binary64)) |
(fma.f64 e #s(literal 1 binary64) #s(literal 1 binary64)) |
(neg.f64 (-.f64 #s(literal -1 binary64) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) #s(literal 1 binary64))) |
(/.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 #s(literal 1 binary64) e) (-.f64 #s(literal 1 binary64) (*.f64 e e)))) |
(/.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1 binary64)) |
(/.f64 #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 (+.f64 (*.f64 e e) #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 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e)))) |
(/.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (+.f64 (*.f64 e e) #s(literal -1 binary64)) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (*.f64 e e)))) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (*.f64 e e)))) (neg.f64 (+.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 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (-.f64 (*.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (*.f64 (+.f64 e #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 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 (*.f64 e e) #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))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 e (*.f64 e e)) #s(literal -1 binary64)) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (+.f64 #s(literal 1 binary64) (*.f64 e e))) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (*.f64 e e))))) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e)) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (*.f64 e e))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 e e) #s(literal -1 binary64)) #s(literal 1 binary64))) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 e e) #s(literal -1 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) 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 (pow.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.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 (*.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.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 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e))) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e))) (+.f64 (*.f64 e (*.f64 e e)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (+.f64 #s(literal 1 binary64) (*.f64 e e)))) |
(/.f64 (*.f64 (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) (+.f64 (*.f64 e e) #s(literal 1 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) e)) #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) e) (*.f64 (+.f64 e #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) e)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 e e) #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) (neg.f64 (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 e e) #s(literal 1 binary64)) e)))) |
(*.f64 (+.f64 (/.f64 (*.f64 e e) #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) 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))) |
(/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (sin.f64 v) e) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (*.f64 (sin.f64 v) e)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 v) e) |
(*.f64 #s(literal 1 binary64) (*.f64 (sin.f64 v) e)) |
(*.f64 e (sin.f64 v)) |
(*.f64 (*.f64 (sin.f64 v) e) #s(literal 1 binary64)) |
(exp.f64 (log.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(fabs.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(sqrt.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64))) |
(neg.f64 (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)))) |
(/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) |
(/.f64 (sin.f64 v) (*.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(/.f64 e (exp.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 e (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1 binary64)) |
(/.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (sqrt.f64 e) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (sqrt.f64 e) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (*.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v)) #s(literal -1 binary64)) |
(/.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal -1 binary64) (sin.f64 v))) |
(/.f64 (neg.f64 (*.f64 (sin.f64 v) e)) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (neg.f64 (*.f64 (sin.f64 v) e)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) e))) (exp.f64 (log.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 #s(literal 0 binary64) e))) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (sqrt.f64 e) (sqrt.f64 (-.f64 #s(literal 0 binary64) e))) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (sqrt.f64 e)) (*.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (sqrt.f64 (-.f64 #s(literal 0 binary64) e))) (*.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) e)) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (*.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) e)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) e) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) e) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) e)) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) e) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) e)) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 e)) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) #s(literal 1 binary64)) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 (-.f64 #s(literal 0 binary64) e))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (*.f64 (sqrt.f64 e) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))))) |
(*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (sin.f64 v) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) e)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 e (exp.f64 (log.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))))) |
(*.f64 (*.f64 (sin.f64 v) e) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) e) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v)) |
(*.f64 (pow.f64 e #s(literal 1/4 binary64)) (*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (sin.f64 v) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)))) |
(*.f64 (sqrt.f64 e) (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))))) |
(*.f64 (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (*.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (*.f64 (sin.f64 v) e)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) e)) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 e (/.f64 #s(literal -1 binary64) (sin.f64 v)))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) e)) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (/.f64 e (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(*.f64 (/.f64 (sin.f64 v) (-.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 e e)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) |
(*.f64 (/.f64 (sin.f64 v) (-.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 e e)))) (/.f64 e (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 v)))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (sin.f64 v))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(*.f64 (/.f64 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 e e)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(*.f64 (/.f64 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 e e)))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) e) #s(literal 1 binary64)) (pow.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 e) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) #s(literal 2 binary64)) (pow.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (exp.f64 (log.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) (exp.f64 (log.f64 (sin.f64 v)))) |
(*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64)) (sin.f64 v)) |
(*.f64 (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(*.f64 (/.f64 (/.f64 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 e e)))) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(*.f64 (*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(*.f64 (*.f64 (sin.f64 v) (/.f64 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 e e))))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64))) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(*.f64 (*.f64 e (/.f64 (sin.f64 v) (-.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 e e))))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 e)) (sqrt.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) (pow.f64 (sin.f64 v) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 e #s(literal 1/4 binary64))) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1/4 binary64))) |
(*.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1/4 binary64))) (pow.f64 (sin.f64 v) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64))) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) #s(literal -1 binary64)) (sin.f64 v)) |
(+.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (*.f64 (cos.f64 v) e))) |
(+.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (*.f64 (*.f64 (cos.f64 v) e) (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (*.f64 (cos.f64 v) e)) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(+.f64 (*.f64 (*.f64 (cos.f64 v) e) (/.f64 #s(literal 1 binary64) (sin.f64 v))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v)) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.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 e e)) (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(neg.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) (-.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 e e))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (sin.f64 v)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (/.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)))) (*.f64 e e))) (sin.f64 v)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (sin.f64 v))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (*.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.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)))) (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 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)))) (*.f64 e e))) (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.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)))) (*.f64 e e))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sin.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 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (neg.f64 (*.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) (neg.f64 (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (sin.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 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (/.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)))) (*.f64 e e))) (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (*.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)))) (*.f64 e e))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) (sin.f64 v))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)) (sin.f64 v))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (sin.f64 v))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (*.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (*.f64 (sin.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 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.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 e e)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.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 e e)))) (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) (*.f64 (sin.f64 v) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.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 e e))))) (*.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 (*.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 e e)) #s(literal -1 binary64))) (*.f64 (sin.f64 v) (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.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 e e))))) (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 (*.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 e e)) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 v))) (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (sin.f64 v))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (/.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)))) (*.f64 e e))) (sin.f64 v))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 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 #s(literal 2 binary64) v)))) (*.f64 e e)))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (sin.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.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)))) (*.f64 e e))) (sin.f64 v))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) (-.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 e e))))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.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 e e)) #s(literal -1 binary64))) (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) (sin.f64 v))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (*.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)))) (*.f64 e e))) (/.f64 #s(literal -1 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (/.f64 #s(literal -1 binary64) (sin.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) (/.f64 #s(literal -1 binary64) (sin.f64 v))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (/.f64 #s(literal -1 binary64) (sin.f64 v))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (sin.f64 v)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(*.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)))) (*.f64 e e))) (/.f64 #s(literal 1 binary64) (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.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)))) (*.f64 e e))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 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)))) (*.f64 e e))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (sin.f64 v)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) #s(literal 1 binary64))) |
(*.f64 (/.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)))) (*.f64 e e))) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (/.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)))) (*.f64 e e))) (sin.f64 v)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #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 (cos.f64 v) e) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (-.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 e e)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal -1 binary64) (sin.f64 v))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) (sin.f64 v))) |
(*.f64 (/.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)))) (*.f64 e e))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 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 #s(literal 2 binary64) v)))) (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) |
(+.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cos.f64 v) e)))) |
(+.f64 (*.f64 (cos.f64 v) e) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (neg.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.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 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e) #s(literal 1 binary64)) |
(fma.f64 (cos.f64 v) e #s(literal 1 binary64)) |
(fma.f64 e (cos.f64 v) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (cos.f64 v) e) #s(literal 1 binary64) #s(literal 1 binary64)) |
(neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (cos.f64 v) e) #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 e e)) #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(/.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)))) (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(/.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)))) (*.f64 e e))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) #s(literal -1 binary64)) (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (+.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 e e)) (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.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)))) (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 6 binary64))) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) #s(literal -1 binary64)) #s(literal 1 binary64)) (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.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 e e))))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.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 e e))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) #s(literal -1 binary64))) (neg.f64 (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (+.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.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 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.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 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.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 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.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 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 6 binary64))) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (+.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 e e)) (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) 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 e e)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (/.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 e e)) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) #s(literal 1 binary64))) |
(*.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)))) (*.f64 e e))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.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)))) (*.f64 e e))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.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 e e)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v)))) (*.f64 e e)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))) |
(/.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (cos.f64 v) e) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (cos.f64 v) e)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) |
(*.f64 (cos.f64 v) e) |
(*.f64 e (cos.f64 v)) |
(*.f64 (*.f64 (cos.f64 v) e) #s(literal 1 binary64)) |
(exp.f64 (log.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(fabs.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(sqrt.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64))) |
(neg.f64 (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)))) |
(/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) |
(/.f64 (sin.f64 v) (*.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(/.f64 e (exp.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 e (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (sin.f64 v) e) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1 binary64)) |
(/.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (sqrt.f64 e) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (sqrt.f64 e) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (*.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(/.f64 (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v)) #s(literal -1 binary64)) |
(/.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal -1 binary64) (sin.f64 v))) |
(/.f64 (neg.f64 (*.f64 (sin.f64 v) e)) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (neg.f64 (*.f64 (sin.f64 v) e)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) e))) (exp.f64 (log.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 #s(literal 0 binary64) e))) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (sqrt.f64 e) (sqrt.f64 (-.f64 #s(literal 0 binary64) e))) (*.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (sqrt.f64 e)) (*.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (sqrt.f64 (-.f64 #s(literal 0 binary64) e))) (*.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (*.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) e)) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (*.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) e)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) e) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) e) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) e)) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) e) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) e)) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) e)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 e)) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) #s(literal 1 binary64)) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 (-.f64 #s(literal 0 binary64) e))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (*.f64 (sqrt.f64 e) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))))) |
(*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (sin.f64 v) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) e)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 e (exp.f64 (log.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))))) |
(*.f64 (*.f64 (sin.f64 v) e) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) e) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (sin.f64 v)) |
(*.f64 (pow.f64 e #s(literal 1/4 binary64)) (*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (sin.f64 v) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)))) |
(*.f64 (sqrt.f64 e) (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))))) |
(*.f64 (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (*.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (*.f64 (sin.f64 v) e)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) e)) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 e (/.f64 #s(literal -1 binary64) (sin.f64 v)))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) e)) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (/.f64 e (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(*.f64 (/.f64 (sin.f64 v) (-.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 e e)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) |
(*.f64 (/.f64 (sin.f64 v) (-.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 e e)))) (/.f64 e (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sin.f64 v)))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (sin.f64 v))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))))) |
(*.f64 (/.f64 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 e e)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))) |
(*.f64 (/.f64 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 e e)))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) e) #s(literal 1 binary64)) (pow.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 e) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) #s(literal 2 binary64)) (pow.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (exp.f64 (log.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) (exp.f64 (log.f64 (sin.f64 v)))) |
(*.f64 (*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1 binary64)) (sin.f64 v)) |
(*.f64 (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(*.f64 (/.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64)))) #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(*.f64 (/.f64 (/.f64 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 e e)))) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(*.f64 (*.f64 (sin.f64 v) (/.f64 e (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(*.f64 (*.f64 (sin.f64 v) (/.f64 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 e e))))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64))) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (*.f64 e (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (cos.f64 v) e) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) (*.f64 e (+.f64 (*.f64 (cos.f64 v) e) #s(literal -1 binary64)))))) |
(*.f64 (*.f64 e (/.f64 (sin.f64 v) (-.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 e e))))) (-.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 e)) (sqrt.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) (pow.f64 (sin.f64 v) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 e #s(literal 1/4 binary64))) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1/4 binary64))) |
(*.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1/4 binary64))) (pow.f64 (sin.f64 v) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64))) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) #s(literal -1 binary64)) (sin.f64 v)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64))) #s(literal 1/4 binary64))) |
(fabs.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) |
(sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))))) |
(/.f64 (sqrt.f64 e) (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)))) |
(/.f64 (sqrt.f64 (*.f64 (sin.f64 v) e)) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) |
(/.f64 (neg.f64 (sqrt.f64 e)) (neg.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e))) (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e)) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (*.f64 (sin.f64 v) e))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 e #s(literal 1/4 binary64)) (*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (sin.f64 v) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)))) |
(*.f64 (sqrt.f64 e) (sqrt.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (sqrt.f64 e)) |
(*.f64 (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) (pow.f64 (sin.f64 v) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (pow.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (sqrt.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) e)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v))))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 e) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)))) #s(literal 1 binary64)) (pow.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 e #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (sin.f64 v) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) (sqrt.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)))) |
(*.f64 (sqrt.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64))) (sqrt.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)))) |
(*.f64 (sqrt.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 (cos.f64 v) e)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)))) |
(*.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64))) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) (pow.f64 e #s(literal 1/4 binary64))) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) (sin.f64 v)) #s(literal -1/4 binary64))) |
(*.f64 (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64)) (pow.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))) #s(literal 1/4 binary64))) (pow.f64 (sin.f64 v) #s(literal 1/4 binary64))) |
(cos.f64 v) |
(*.f64 #s(literal 1 binary64) (cos.f64 v)) |
(*.f64 (cos.f64 v) #s(literal 1 binary64)) |
| 1× | egg-herbie |
| 4190× | *-lowering-*.f32 |
| 4190× | *-lowering-*.f64 |
| 2342× | +-lowering-+.f64 |
| 2342× | +-lowering-+.f32 |
| 1666× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 538 | 4365 |
| 1 | 1797 | 4097 |
| 2 | 5906 | 4090 |
| 0 | 8121 | 4090 |
| 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 |
(* 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 e))) |
(+ (* 1/2 (/ (pow v 2) (pow (+ 1 (/ 1 e)) 2))) (/ 1 (+ 1 (/ 1 e)))) |
(+ (* (pow v 2) (+ (* (pow v 2) (- (* 1/4 (/ 1 (pow (+ 1 (/ 1 e)) 3))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (/ 1 (+ 1 (/ 1 e)))) |
(+ (* (pow v 2) (+ (* (pow v 2) (- (+ (* 1/4 (/ 1 (pow (+ 1 (/ 1 e)) 3))) (* (pow v 2) (- (* 1/720 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (+ (* -1/2 (/ (- (* 1/4 (/ 1 (pow (+ 1 (/ 1 e)) 3))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2)))) (+ 1 (/ 1 e)))) (* 1/48 (/ 1 (pow (+ 1 (/ 1 e)) 3))))))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (/ 1 (+ 1 (/ 1 e)))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/ 1 (+ (cos v) (/ 1 e))) |
e |
(* e (+ 1 (* -1 (* e (cos v))))) |
(* e (+ 1 (* e (- (* e (pow (cos v) 2)) (cos v))))) |
(* e (+ 1 (* e (- (* e (- (* -1 (* e (pow (cos v) 3))) (* -1 (pow (cos v) 2)))) (cos v))))) |
(/ 1 (cos v)) |
(- (/ 1 (cos v)) (/ 1 (* e (pow (cos v) 2)))) |
(- (+ (/ 1 (cos v)) (/ 1 (* (pow e 2) (pow (cos v) 3)))) (/ 1 (* e (pow (cos v) 2)))) |
(- (+ (/ 1 (cos v)) (/ 1 (* (pow e 2) (pow (cos v) 3)))) (+ (/ 1 (* e (pow (cos v) 2))) (/ 1 (* (pow e 3) (pow (cos v) 4))))) |
(/ 1 (cos v)) |
(- (/ 1 (cos v)) (/ 1 (* e (pow (cos v) 2)))) |
(+ (* -1 (/ (- (/ 1 (pow (cos v) 2)) (/ 1 (* e (pow (cos v) 3)))) e)) (/ 1 (cos v))) |
(+ (* -1 (/ (+ (* -1 (/ (- (/ 1 (pow (cos v) 3)) (/ 1 (* e (pow (cos v) 4)))) e)) (/ 1 (pow (cos v) 2))) e)) (/ 1 (cos 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) |
(* 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 (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)) |
(* 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))))) |
(* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) |
(+ (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) (/ (* (sin v) (pow (sqrt -1) 2)) (* e (pow (cos v) 2)))) |
(+ (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) (* -1 (/ (- (/ (* (sin v) (pow (sqrt -1) 2)) (* e (pow (cos v) 3))) (/ (* (sin v) (pow (sqrt -1) 2)) (pow (cos v) 2))) e))) |
(+ (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) (* -1 (/ (- (* -1 (/ (- (/ (* (sin v) (pow (sqrt -1) 2)) (* e (pow (cos v) 4))) (/ (* (sin v) (pow (sqrt -1) 2)) (pow (cos v) 3))) e)) (/ (* (sin v) (pow (sqrt -1) 2)) (pow (cos v) 2))) 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))) (* (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)))) |
(sqrt (* e (sin v))) |
(+ (sqrt (* e (sin v))) (* -1/2 (* (sqrt (* (pow e 3) (sin v))) (cos v)))) |
(+ (sqrt (* e (sin v))) (* (pow e 2) (+ (* -1/2 (* (sqrt (/ (sin v) e)) (cos v))) (* 1/2 (* (sqrt (* e (sin v))) (pow (cos v) 2)))))) |
(+ (sqrt (* e (sin v))) (* (pow e 2) (+ (* -1/2 (* (sqrt (/ (sin v) e)) (cos v))) (* e (+ (* -1/2 (* (sqrt (/ e (sin v))) (+ (* 1/4 (/ (* (pow (cos v) 2) (sin v)) e)) (* (pow (cos v) 3) (sin v))))) (* 1/2 (* (sqrt (/ (sin v) e)) (pow (cos v) 2)))))))) |
(sqrt (/ (sin v) (cos v))) |
(+ (sqrt (/ (sin v) (cos v))) (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3)))))) |
(+ (sqrt (/ (sin v) (cos v))) (+ (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3))))) (* -1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (pow e 2)) (sqrt (/ (cos v) (sin v))))))) |
(+ (sqrt (/ (sin v) (cos v))) (+ (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3))))) (+ (* -1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (pow e 2)) (sqrt (/ (cos v) (sin v))))) (* -1/2 (* (/ (+ (* 1/2 (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (cos v))) (/ (sin v) (pow (cos v) 4))) (pow e 3)) (sqrt (/ (cos v) (sin v)))))))) |
(sqrt (/ (sin v) (cos v))) |
(+ (sqrt (/ (sin v) (cos v))) (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3)))))) |
(+ (sqrt (/ (sin v) (cos v))) (* -1 (/ (+ (* 1/2 (sqrt (/ (sin v) (pow (cos v) 3)))) (* 1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) e) (sqrt (/ (cos v) (sin v)))))) e))) |
(+ (sqrt (/ (sin v) (cos v))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ (cos v) (sin v))) (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))))) (* 1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 4))) (* -1/2 (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (cos v)))) e) (sqrt (/ (cos v) (sin v)))))) e)) (* 1/2 (sqrt (/ (sin v) (pow (cos v) 3))))) e))) |
(sqrt (/ (* e v) (+ 1 e))) |
(+ (sqrt (/ (* e v) (+ 1 e))) (* 1/2 (* (sqrt (/ (* (pow v 5) (+ 1 e)) e)) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))))) |
(+ (sqrt (/ (* e v) (+ 1 e))) (* (pow v 3) (+ (* 1/2 (* (sqrt (/ (* (pow v 3) (+ 1 e)) 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/2 (* (sqrt (/ (+ 1 e) (* e v))) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))))))) |
(+ (sqrt (/ (* e v) (+ 1 e))) (* (pow v 3) (+ (* 1/2 (* (sqrt (/ (+ 1 e) (* e v))) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2)))))) (* (pow v 2) (+ (* -1/8 (* (sqrt (/ (pow (+ 1 e) 3) (* (pow e 3) v))) (pow (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) 2))) (* 1/2 (* (sqrt (/ (+ 1 e) (* e v))) (- (* 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)))))))))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
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) |
| 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 (/.f64 #s(literal 1/2 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/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 (*.f64 v v) (-.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/2 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/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/24 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 (/.f64 #s(literal 1/2 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/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 #s(literal 1/2 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 (*.f64 v v) (+.f64 (/.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 (-.f64 (*.f64 (*.f64 v v) (-.f64 (/.f64 (/.f64 #s(literal 1/720 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 (*.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 #s(literal -1/2 binary64) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/2 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/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/24 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 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 (+.f64 (/.f64 (/.f64 #s(literal 1/2 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/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) #s(literal 1/24 binary64)))))) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/2 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/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)))))))) |
(/ (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 (cos.f64 v) (*.f64 e (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 (neg.f64 e) (*.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) (*.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (*.f64 e e))) (-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.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 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 4 binary64))) (*.f64 e (*.f64 e e)))) (-.f64 (/.f64 (sin.f64 v) (*.f64 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 (sin.f64 v) (*.f64 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 (sin.f64 v) (-.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) e) (/.f64 #s(literal -1 binary64) (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 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (*.f64 (sin.f64 v) (-.f64 (/.f64 (/.f64 #s(literal -1 binary64) e) (pow.f64 (cos.f64 v) #s(literal 4 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) e)) e)) |
v |
(* v (+ 1 (* -1/6 (pow v 2)))) |
(*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 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 (*.f64 v 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 (+ 1 (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(+ (* 1/2 (/ (pow v 2) (pow (+ 1 (/ 1 e)) 2))) (/ 1 (+ 1 (/ 1 e)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (/.f64 (*.f64 (*.f64 v v) #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))))) |
(+ (* (pow v 2) (+ (* (pow v 2) (- (* 1/4 (/ 1 (pow (+ 1 (/ 1 e)) 3))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (/ 1 (+ 1 (/ 1 e)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 v v) (+.f64 (/.f64 (/.f64 #s(literal 1/2 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 v v) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (*.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/24 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)))))))) |
(+ (* (pow v 2) (+ (* (pow v 2) (- (+ (* 1/4 (/ 1 (pow (+ 1 (/ 1 e)) 3))) (* (pow v 2) (- (* 1/720 (/ 1 (pow (+ 1 (/ 1 e)) 2))) (+ (* -1/2 (/ (- (* 1/4 (/ 1 (pow (+ 1 (/ 1 e)) 3))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2)))) (+ 1 (/ 1 e)))) (* 1/48 (/ 1 (pow (+ 1 (/ 1 e)) 3))))))) (* 1/24 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (* 1/2 (/ 1 (pow (+ 1 (/ 1 e)) 2))))) (/ 1 (+ 1 (/ 1 e)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) (*.f64 v (*.f64 v (+.f64 (/.f64 (/.f64 #s(literal 1/2 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 v v) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (*.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 (/.f64 (/.f64 #s(literal 1/720 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/48 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (*.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/4 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (*.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/24 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 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))))))))))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/ 1 (+ (cos v) (/ 1 e))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
e |
(* e (+ 1 (* -1 (* e (cos v))))) |
(*.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(* e (+ 1 (* e (- (* e (pow (cos v) 2)) (cos v))))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (cos.f64 v))))) |
(* e (+ 1 (* e (- (* e (- (* -1 (* e (pow (cos v) 3))) (* -1 (pow (cos v) 2)))) (cos v))))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 (-.f64 (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) e)) (cos.f64 v))))) |
(/ 1 (cos v)) |
(/.f64 #s(literal 1 binary64) (cos.f64 v)) |
(- (/ 1 (cos v)) (/ 1 (* e (pow (cos v) 2)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (cos.f64 v)) (/.f64 #s(literal -1 binary64) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(- (+ (/ 1 (cos v)) (/ 1 (* (pow e 2) (pow (cos v) 3)))) (/ 1 (* e (pow (cos v) 2)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (cos.f64 v)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64)))))) |
(- (+ (/ 1 (cos v)) (/ 1 (* (pow e 2) (pow (cos v) 3)))) (+ (/ 1 (* e (pow (cos v) 2))) (/ 1 (* (pow e 3) (pow (cos v) 4))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (cos.f64 v)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64)))))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 e e)) (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) |
(/ 1 (cos v)) |
(/.f64 #s(literal 1 binary64) (cos.f64 v)) |
(- (/ 1 (cos v)) (/ 1 (* e (pow (cos v) 2)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (cos.f64 v)) (/.f64 #s(literal -1 binary64) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(+ (* -1 (/ (- (/ 1 (pow (cos v) 2)) (/ 1 (* e (pow (cos v) 3)))) e)) (/ 1 (cos v))) |
(-.f64 (/.f64 #s(literal 1 binary64) (cos.f64 v)) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) e)) e)) |
(+ (* -1 (/ (+ (* -1 (/ (- (/ 1 (pow (cos v) 3)) (/ 1 (* e (pow (cos v) 4)))) e)) (/ 1 (pow (cos v) 2))) e)) (/ 1 (cos v))) |
(-.f64 (/.f64 #s(literal 1 binary64) (cos.f64 v)) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) e) (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) e)) e)) |
(+ 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 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 v v) #s(literal 1/24 binary64))))) |
(+ 1 (+ (* (pow v 2) (- (* (pow v 2) (+ 1/24 (* -1/720 (pow v 2)))) 1/2)) (/ 1 e))) |
(+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 v v) #s(literal -1/720 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) |
(*.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 (/.f64 v 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 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v 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 (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 v e) |
(* 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 v (*.f64 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 e (*.f64 (*.f64 v v) #s(literal -1/5040 binary64))) (*.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 e (-.f64 (sin.f64 v) (*.f64 (cos.f64 v) (*.f64 e (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 (neg.f64 e) (*.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) (*.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (*.f64 e e))) (-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.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 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 4 binary64))) (*.f64 e (*.f64 e e)))) (-.f64 (/.f64 (sin.f64 v) (*.f64 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 (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 (sin.f64 v) (-.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) e) (/.f64 #s(literal -1 binary64) (pow.f64 (cos.f64 v) #s(literal 2 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 (sin.f64 v) (-.f64 (/.f64 (/.f64 #s(literal -1 binary64) e) (pow.f64 (cos.f64 v) #s(literal 4 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) e)) e)) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(* 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 #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 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) 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)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 v (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) 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)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 #s(literal -1/5040 binary64) (/.f64 e (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/720 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 e #s(literal 1/24 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 (*.f64 e e) (+.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 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(/ (* 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 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 (*.f64 e (cos.f64 v)) (sin.f64 v))) |
(* e (+ (/ 1 (* e (sin v))) (/ (cos v) (sin v)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 (*.f64 e (cos.f64 v)) (sin.f64 v))) |
(* e (+ (/ 1 (* e (sin v))) (/ (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)) |
(* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v)))))) |
(*.f64 (+.f64 (/.f64 (cos.f64 v) (*.f64 (sin.f64 v) #s(literal -1 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 e (sin.f64 v)))) (neg.f64 e)) |
(* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v)))))) |
(*.f64 (+.f64 (/.f64 (cos.f64 v) (*.f64 (sin.f64 v) #s(literal -1 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 e (sin.f64 v)))) (neg.f64 e)) |
(* -1 (* e (- (* -1 (/ (cos v) (sin v))) (/ 1 (* e (sin v)))))) |
(*.f64 (+.f64 (/.f64 (cos.f64 v) (*.f64 (sin.f64 v) #s(literal -1 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 e (sin.f64 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 #s(literal 1 binary64) 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) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) 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) |
(/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) 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 #s(literal 1 binary64) e) |
(+ 1 (+ e (* -1/2 (* e (pow v 2))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/2 binary64)))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/24 (* e (pow v 2))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 e (*.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 e (+.f64 #s(literal 1 binary64) (*.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 e (*.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 e (*.f64 e (*.f64 (*.f64 v v) #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 e (*.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 v v) (+.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 e (*.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)) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (* (cos v) (sin v)))))) |
(*.f64 e (-.f64 (sin.f64 v) (*.f64 (cos.f64 v) (*.f64 e (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 (neg.f64 e) (*.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) (*.f64 (pow.f64 (cos.f64 v) #s(literal 3 binary64)) (*.f64 e e))) (-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.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 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 4 binary64))) (*.f64 e (*.f64 e e)))) (-.f64 (/.f64 (sin.f64 v) (*.f64 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))))) |
(* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) |
(/.f64 (*.f64 #s(literal 1 binary64) (sin.f64 v)) (cos.f64 v)) |
(+ (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) (/ (* (sin v) (pow (sqrt -1) 2)) (* e (pow (cos v) 2)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (sin.f64 v)) (cos.f64 v)) (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) |
(+ (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) (* -1 (/ (- (/ (* (sin v) (pow (sqrt -1) 2)) (* e (pow (cos v) 3))) (/ (* (sin v) (pow (sqrt -1) 2)) (pow (cos v) 2))) e))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (sin.f64 v)) (cos.f64 v)) (/.f64 (*.f64 (sin.f64 v) (-.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) e) (/.f64 #s(literal -1 binary64) (pow.f64 (cos.f64 v) #s(literal 2 binary64))))) e)) |
(+ (* -1 (/ (* (sin v) (pow (sqrt -1) 2)) (cos v))) (* -1 (/ (- (* -1 (/ (- (/ (* (sin v) (pow (sqrt -1) 2)) (* e (pow (cos v) 4))) (/ (* (sin v) (pow (sqrt -1) 2)) (pow (cos v) 3))) e)) (/ (* (sin v) (pow (sqrt -1) 2)) (pow (cos v) 2))) e))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (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) (-.f64 (/.f64 (/.f64 #s(literal -1 binary64) e) (pow.f64 (cos.f64 v) #s(literal 4 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) e)) e)) |
(/ (* e v) (+ 1 e)) |
(*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e))) |
(* 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 #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 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) 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)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 v (*.f64 v (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (+.f64 (*.f64 (*.f64 v v) (+.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) 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)))) |
(*.f64 v (+.f64 (/.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 #s(literal -1/5040 binary64) (/.f64 e (+.f64 #s(literal 1 binary64) e))) (+.f64 (/.f64 (*.f64 (*.f64 e e) #s(literal -1/720 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (*.f64 e #s(literal 1/24 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 (*.f64 e e) (+.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 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))))))) |
(/ (* 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)))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(+ (sqrt (* e (sin v))) (* -1/2 (* (sqrt (* (pow e 3) (sin v))) (cos v)))) |
(+.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) (*.f64 (sqrt.f64 (*.f64 (sin.f64 v) (*.f64 e (*.f64 e e)))) (*.f64 (cos.f64 v) #s(literal -1/2 binary64)))) |
(+ (sqrt (* e (sin v))) (* (pow e 2) (+ (* -1/2 (* (sqrt (/ (sin v) e)) (cos v))) (* 1/2 (* (sqrt (* e (sin v))) (pow (cos v) 2)))))) |
(+.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) (*.f64 (*.f64 e e) (+.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) e)) (*.f64 (cos.f64 v) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) (*.f64 (pow.f64 (cos.f64 v) #s(literal 2 binary64)) #s(literal 1/2 binary64)))))) |
(+ (sqrt (* e (sin v))) (* (pow e 2) (+ (* -1/2 (* (sqrt (/ (sin v) e)) (cos v))) (* e (+ (* -1/2 (* (sqrt (/ e (sin v))) (+ (* 1/4 (/ (* (pow (cos v) 2) (sin v)) e)) (* (pow (cos v) 3) (sin v))))) (* 1/2 (* (sqrt (/ (sin v) e)) (pow (cos v) 2)))))))) |
(+.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) (*.f64 (*.f64 e e) (+.f64 (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) e)) (*.f64 (cos.f64 v) #s(literal -1/2 binary64))) (*.f64 e (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 e (sin.f64 v))) (+.f64 (*.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (cos.f64 v) #s(literal 2 binary64))) (/.f64 (sin.f64 v) e))))) (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) e)) (*.f64 (pow.f64 (cos.f64 v) #s(literal 2 binary64)) #s(literal 1/2 binary64)))))))) |
(sqrt (/ (sin v) (cos v))) |
(sqrt.f64 (/.f64 (sin.f64 v) (cos.f64 v))) |
(+ (sqrt (/ (sin v) (cos v))) (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3)))))) |
(+.f64 (sqrt.f64 (/.f64 (sin.f64 v) (cos.f64 v))) (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (/.f64 #s(literal -1/2 binary64) e))) |
(+ (sqrt (/ (sin v) (cos v))) (+ (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3))))) (* -1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (pow e 2)) (sqrt (/ (cos v) (sin v))))))) |
(+.f64 (sqrt.f64 (/.f64 (sin.f64 v) (cos.f64 v))) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (sqrt.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) e) (/.f64 (*.f64 (sqrt.f64 (/.f64 (cos.f64 v) (sin.f64 v))) (*.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 #s(literal -3/4 binary64) e))) e)))) |
(+ (sqrt (/ (sin v) (cos v))) (+ (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3))))) (+ (* -1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (pow e 2)) (sqrt (/ (cos v) (sin v))))) (* -1/2 (* (/ (+ (* 1/2 (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (cos v))) (/ (sin v) (pow (cos v) 4))) (pow e 3)) (sqrt (/ (cos v) (sin v)))))))) |
(+.f64 (sqrt.f64 (/.f64 (sin.f64 v) (cos.f64 v))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 (cos.f64 v) (sin.f64 v))) (+.f64 (*.f64 (/.f64 (/.f64 (sin.f64 v) e) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 #s(literal -3/4 binary64) e)) (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 (sin.f64 v) #s(literal -3/4 binary64)) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (cos.f64 v))) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) (*.f64 e (*.f64 e e))))) (/.f64 (sqrt.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) e)))) |
(sqrt (/ (sin v) (cos v))) |
(sqrt.f64 (/.f64 (sin.f64 v) (cos.f64 v))) |
(+ (sqrt (/ (sin v) (cos v))) (* -1/2 (* (/ 1 e) (sqrt (/ (sin v) (pow (cos v) 3)))))) |
(+.f64 (sqrt.f64 (/.f64 (sin.f64 v) (cos.f64 v))) (*.f64 (sqrt.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (/.f64 #s(literal -1/2 binary64) e))) |
(+ (sqrt (/ (sin v) (cos v))) (* -1 (/ (+ (* 1/2 (sqrt (/ (sin v) (pow (cos v) 3)))) (* 1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) e) (sqrt (/ (cos v) (sin v)))))) e))) |
(+.f64 (sqrt.f64 (/.f64 (sin.f64 v) (cos.f64 v))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (sqrt.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (cos.f64 v) (sin.f64 v))) (*.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 #s(literal -3/4 binary64) e))))) e)) |
(+ (sqrt (/ (sin v) (cos v))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ (cos v) (sin v))) (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))))) (* 1/2 (* (/ (+ (* -1 (/ (sin v) (pow (cos v) 4))) (* -1/2 (/ (+ (* -1 (/ (sin v) (pow (cos v) 3))) (* 1/4 (/ (sin v) (pow (cos v) 3)))) (cos v)))) e) (sqrt (/ (cos v) (sin v)))))) e)) (* 1/2 (sqrt (/ (sin v) (pow (cos v) 3))))) e))) |
(-.f64 (sqrt.f64 (/.f64 (sin.f64 v) (cos.f64 v))) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (sin.f64 v) #s(literal -3/4 binary64)) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (cos.f64 v) (sin.f64 v))))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 (sin.f64 v) #s(literal -3/4 binary64)) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (cos.f64 v))) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) e) (*.f64 (sqrt.f64 (/.f64 (cos.f64 v) (sin.f64 v))) #s(literal 1/2 binary64)))) e)) e)) |
(sqrt (/ (* e v) (+ 1 e))) |
(sqrt.f64 (*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e)))) |
(+ (sqrt (/ (* e v) (+ 1 e))) (* 1/2 (* (sqrt (/ (* (pow v 5) (+ 1 e)) e)) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))))) |
(+.f64 (sqrt.f64 (*.f64 v (/.f64 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 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (/.f64 (pow.f64 v #s(literal 5 binary64)) e)))))) |
(+ (sqrt (/ (* e v) (+ 1 e))) (* (pow v 3) (+ (* 1/2 (* (sqrt (/ (* (pow v 3) (+ 1 e)) 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/2 (* (sqrt (/ (+ 1 e) (* e v))) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2))))))))) |
(+.f64 (sqrt.f64 (*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e)))) (*.f64 v (*.f64 (*.f64 v v) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (sqrt.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (+.f64 #s(literal 1 binary64) e))) e))) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (sqrt.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) v) e)))))))) |
(+ (sqrt (/ (* e v) (+ 1 e))) (* (pow v 3) (+ (* 1/2 (* (sqrt (/ (+ 1 e) (* e v))) (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2)))))) (* (pow v 2) (+ (* -1/8 (* (sqrt (/ (pow (+ 1 e) 3) (* (pow e 3) v))) (pow (- (* -1/6 (/ e (+ 1 e))) (* -1/2 (/ (pow e 2) (pow (+ 1 e) 2)))) 2))) (* 1/2 (* (sqrt (/ (+ 1 e) (* e v))) (- (* 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)))))))))))) |
(+.f64 (sqrt.f64 (*.f64 v (/.f64 e (+.f64 #s(literal 1 binary64) e)))) (*.f64 v (*.f64 (*.f64 v v) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)))) (sqrt.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) v) e)))) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.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 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e)) (/.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 (*.f64 e e) v))))))) (*.f64 (+.f64 (-.f64 (/.f64 (*.f64 e #s(literal 1/120 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 (/.f64 (*.f64 e #s(literal -1/6 binary64)) (+.f64 #s(literal 1 binary64) e)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 e e)) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/24 binary64) (/.f64 (/.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) v) e)))))))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
(sqrt (/ (* e (sin v)) (+ 1 (* e (cos v))))) |
(sqrt.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))))) |
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 #s(literal -1/2 binary64) (*.f64 (*.f64 v v) #s(literal 1/24 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 #s(literal -1/2 binary64) (*.f64 (*.f64 v v) (+.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 v v) #s(literal -1/720 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) |
Compiled 35557 to 3275 computations (90.8% saved)
26 alts after pruning (24 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1606 | 23 | 1629 |
| Fresh | 2 | 1 | 3 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1612 | 26 | 1638 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 75.7% | (pow.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) #s(literal 2 binary64)) |
| 73.9% | (/.f64 (*.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) | |
| 99.3% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) | |
| ✓ | 99.8% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| 97.6% | (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) | |
| ▶ | 99.6% | (/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
| 51.5% | (/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) | |
| 52.1% | (/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) v)) | |
| 52.3% | (/.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 #s(literal 1 binary64) e))))) v)) | |
| ▶ | 52.1% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) v)) |
| 51.4% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) | |
| 97.6% | (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) | |
| 50.9% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) | |
| 99.0% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) | |
| 99.0% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) (sin.f64 v))) | |
| ▶ | 51.0% | (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
| 2.4% | (-.f64 v (/.f64 v e)) | |
| 77.8% | (*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) | |
| 70.8% | (*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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))) | |
| 74.0% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (sin.f64 v))) | |
| 49.4% | (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) | |
| 50.1% | (*.f64 v e) | |
| 50.6% | (*.f64 e (-.f64 v (*.f64 v e))) | |
| 49.4% | (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) | |
| ✓ | 97.9% | (*.f64 e (sin.f64 v)) |
| ▶ | 4.5% | v |
Compiled 911 to 525 computations (42.4% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sin.f64 v) |
| ✓ | cost-diff | 0 | (*.f64 e (sin.f64 v)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (*.f64 e (sin.f64 v))) |
| ✓ | cost-diff | 12864 | (pow.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) #s(literal 2 binary64)) |
| ✓ | cost-diff | 2560 | (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) |
| ✓ | cost-diff | 2560 | (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) |
| ✓ | cost-diff | 2560 | (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) v) |
| ✓ | cost-diff | 2560 | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) v)) |
| ✓ | cost-diff | 0 | (*.f64 v e) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal -1 binary64) e) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) e) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
| ✓ | cost-diff | 0 | (sin.f64 v) |
| ✓ | cost-diff | 0 | (/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
| 2772× | +-lowering-+.f64 |
| 2772× | +-lowering-+.f32 |
| 2524× | --lowering--.f32 |
| 2524× | --lowering--.f64 |
| 2390× | *-lowering-*.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 51 | 1004 |
| 1 | 172 | 897 |
| 2 | 686 | 755 |
| 3 | 3024 | 612 |
| 4 | 7464 | 589 |
| 0 | 8178 | 589 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (sin v) (+ (/ 1 e) (cos v))) |
(sin v) |
v |
(+ (/ 1 e) (cos v)) |
(/ 1 e) |
1 |
e |
(cos v) |
v |
(/ -1 (/ (- -1 e) (* v e))) |
-1 |
(/ (- -1 e) (* v e)) |
(- -1 e) |
e |
(* v e) |
v |
(/ e (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v)) |
e |
(/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v) |
(+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) |
1 |
(+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e)))))) |
(* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))) |
(* v v) |
v |
(+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e)))) |
(* e -1/2) |
-1/2 |
(+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))) |
(* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) |
(+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) |
(* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) |
(- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) |
(* e -1/720) |
-1/720 |
(+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) |
(* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) |
-1/6 |
(- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))) |
(- (* e 1/24) (* 1/120 (+ 1 e))) |
(* e 1/24) |
1/24 |
(* 1/120 (+ 1 e)) |
1/120 |
(+ 1 e) |
(* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))) |
(+ (* e -1/2) (* 1/6 (+ 1 e))) |
(* 1/6 (+ 1 e)) |
1/6 |
(+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e))))) |
(* -1/5040 (+ 1 e)) |
-1/5040 |
(* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))) |
(pow (sqrt (* e (sin v))) 2) |
(sqrt (* e (sin v))) |
(* e (sin v)) |
e |
(sin v) |
v |
2 |
| Outputs |
|---|
(/ (sin v) (+ (/ 1 e) (cos v))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(sin v) |
(sin.f64 v) |
v |
(+ (/ 1 e) (cos v)) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
1 |
#s(literal 1 binary64) |
e |
(cos v) |
(cos.f64 v) |
v |
(/ -1 (/ (- -1 e) (* v e))) |
(/.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 (/.f64 #s(literal -1 binary64) e) #s(literal -1 binary64))) |
-1 |
#s(literal -1 binary64) |
(/ (- -1 e) (* v e)) |
(/.f64 (+.f64 (/.f64 #s(literal -1 binary64) e) #s(literal -1 binary64)) v) |
(- -1 e) |
(-.f64 #s(literal -1 binary64) e) |
e |
(* v e) |
(*.f64 v e) |
v |
(/ e (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v)) |
(/.f64 (*.f64 v e) (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.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/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64))))))))))))) |
e |
(/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v) |
(/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.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/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64)))))))))))) v) |
(+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.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/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64)))))))))))) |
1 |
#s(literal 1 binary64) |
(+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e)))))) |
(+.f64 e (*.f64 (*.f64 v v) (+.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/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64)))))))))))) |
(* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))) |
(*.f64 (*.f64 v v) (+.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/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64))))))))))) |
(* v v) |
(*.f64 v v) |
v |
(+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e)))) |
(+.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/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64)))))))))) |
(* e -1/2) |
(*.f64 e #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))) |
(+.f64 (*.f64 #s(literal -1/6 binary64) (-.f64 #s(literal -1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64)))))))))) |
(* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) |
(*.f64 (*.f64 v v) (+.f64 (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64))))))))) |
(+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) |
(+.f64 (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64)))))))) |
(* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) |
(*.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 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64))))))) |
(- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) |
(-.f64 (+.f64 (*.f64 e #s(literal 1/360 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/840 binary64))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64)))))) |
(* e -1/720) |
(*.f64 e #s(literal -1/720 binary64)) |
-1/720 |
#s(literal -1/720 binary64) |
(+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) |
(+.f64 (+.f64 #s(literal -1/5040 binary64) (*.f64 e #s(literal -1/5040 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 #s(literal -1/120 binary64) (*.f64 e #s(literal 1/30 binary64)))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) #s(literal -7/360 binary64)))) |
(* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) |
(*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64))))) |
-1/6 |
#s(literal -1/6 binary64) |
(- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))) |
(+.f64 (*.f64 e #s(literal 1/30 binary64)) (-.f64 #s(literal 7/360 binary64) (*.f64 e #s(literal 1/18 binary64)))) |
(- (* e 1/24) (* 1/120 (+ 1 e))) |
(+.f64 #s(literal -1/120 binary64) (*.f64 e #s(literal 1/30 binary64))) |
(* e 1/24) |
(*.f64 e #s(literal 1/24 binary64)) |
1/24 |
#s(literal 1/24 binary64) |
(* 1/120 (+ 1 e)) |
(*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e)) |
1/120 |
#s(literal 1/120 binary64) |
(+ 1 e) |
(+.f64 #s(literal 1 binary64) e) |
(* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))) |
(+.f64 #s(literal -1/36 binary64) (*.f64 e #s(literal 1/18 binary64))) |
(+ (* e -1/2) (* 1/6 (+ 1 e))) |
(+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal -1/3 binary64))) |
(* 1/6 (+ 1 e)) |
(*.f64 #s(literal -1/6 binary64) (-.f64 #s(literal -1 binary64) e)) |
1/6 |
#s(literal 1/6 binary64) |
(+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e))))) |
(+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/840 binary64))) |
(* -1/5040 (+ 1 e)) |
(+.f64 #s(literal -1/5040 binary64) (*.f64 e #s(literal -1/5040 binary64))) |
-1/5040 |
#s(literal -1/5040 binary64) |
(* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))) |
(+.f64 #s(literal 1/720 binary64) (*.f64 e #s(literal -1/360 binary64))) |
(pow (sqrt (* e (sin v))) 2) |
(*.f64 (sin.f64 v) e) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 (sin.f64 v) e)) |
(* e (sin v)) |
(*.f64 (sin.f64 v) e) |
e |
(sin v) |
(sin.f64 v) |
v |
2 |
#s(literal 2 binary64) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 99.9% | (*.f64 e (sin.f64 v)) |
| ✓ | accuracy | 99.6% | (pow.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) #s(literal 2 binary64)) |
| ✓ | accuracy | 79.5% | (sqrt.f64 (*.f64 e (sin.f64 v))) |
| ✓ | accuracy | 99.7% | (*.f64 e #s(literal -1/720 binary64)) |
| ✓ | accuracy | 99.6% | (*.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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)))))))) |
| ✓ | accuracy | 99.5% | (*.f64 e #s(literal 1/24 binary64)) |
| ✓ | accuracy | 98.8% | (*.f64 #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)))) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal -1 binary64) e) |
| ✓ | accuracy | 100.0% | (*.f64 v e) |
| ✓ | accuracy | 99.8% | (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e)) |
| ✓ | accuracy | 99.2% | (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
| ✓ | accuracy | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 100.0% | (cos.f64 v) |
| ✓ | accuracy | 99.8% | (/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
| 134.0ms | 198× | 0 | valid |
| 31.0ms | 56× | 0 | invalid |
| 6.0ms | 2× | 5 | exit |
Compiled 1128 to 52 computations (95.4% saved)
ival-mult: 27.0ms (23.5% of total)...c/correct-round.rkt:119:19: 24.0ms (20.9% of total)ival-div: 17.0ms (14.8% of total)ival-add: 13.0ms (11.3% of total)ival-sin: 13.0ms (11.3% of total)ival-cos: 10.0ms (8.7% of total)ival-sub: 5.0ms (4.3% of total)ival-pow: 3.0ms (2.6% of total)ival-sqrt: 2.0ms (1.7% of total)const: 1.0ms (0.9% of total)backward-pass: 1.0ms (0.9% of total)| Inputs |
|---|
#<alt (/ (sin v) (+ (/ 1 e) (cos v)))> |
#<alt (sin v)> |
#<alt (+ (/ 1 e) (cos v))> |
#<alt (/ 1 e)> |
#<alt (/ -1 (/ (- -1 e) (* v e)))> |
#<alt (/ (- -1 e) (* v e))> |
#<alt (- -1 e)> |
#<alt (* v e)> |
#<alt (/ e (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v))> |
#<alt (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v)> |
#<alt (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e)))))))> |
#<alt (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))> |
#<alt (pow (sqrt (* e (sin v))) 2)> |
#<alt (sqrt (* e (sin v)))> |
#<alt (* e (sin v))> |
#<alt (cos v)> |
#<alt (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e))))> |
#<alt (* e 1/24)> |
#<alt (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e))))))))> |
#<alt (* e -1/720)> |
| 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> |
#<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 (/ 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)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 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 (/ (- (* -1 (/ v e)) (* -1 v)) e)))> |
#<alt (+ v (* -1 (/ (- (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e)) (* -1 v)) 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 (/ -1 (* e v))> |
#<alt (/ (- (* -1 (/ e v)) (/ 1 v)) e)> |
#<alt (/ (- (* -1 (/ e v)) (/ 1 v)) e)> |
#<alt (/ (- (* -1 (/ e v)) (/ 1 v)) e)> |
#<alt (/ -1 v)> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (/ -1 v)> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt -1> |
#<alt (- (* -1 e) 1)> |
#<alt (- (* -1 e) 1)> |
#<alt (- (* -1 e) 1)> |
#<alt (* -1 e)> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 e)> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 (* e (+ 1 (/ 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 (/ (* 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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (pow (+ 1 e) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (pow (+ 1 e) 2))) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (+ 1 e))) (/ (* e (- (* -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)))))))) (pow (+ 1 e) 2)))))) (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 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/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)))))))))> |
#<alt (/ (+ (* -1 (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))) (/ e (- (* -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))))))))) (pow v 5))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (pow (- (* -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))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (* -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))))))) 2))) (pow v 4))) (/ e (- (* -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))))))))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))) (pow v 5))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (pow (- (* -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))))))) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (pow (- (* -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))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (* -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))))))) 2))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (- (* -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))))))))) (/ (* e (+ 1 e)) (pow (- (* -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))))))) 2)))) (pow v 6))) (/ e (- (* -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 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (* (pow v 4) (pow (- (* -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))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (* -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))))))) 2))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))))) (pow v 5))> |
#<alt (/ e (* (pow v 5) (- (* -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)))))))))> |
#<alt (* -1 (/ (+ (* -1 (/ e (- (* -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))))))))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))) (pow v 5)))> |
#<alt (* -1 (/ (+ (* -1 (/ e (- (* -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 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (* (pow v 4) (pow (- (* -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))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (* -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))))))) 2))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))))) (pow v 5)))> |
#<alt (* -1 (/ (+ (* -1 (/ e (- (* -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 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (* (pow v 6) (pow (- (* -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))))))) 3)))) (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (* (pow v 4) (pow (- (* -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))))))) 3)))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (pow (- (* -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))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (* -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))))))) 2))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 6) (- (* -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)))))))))) (+ (/ (* e (+ 1 e)) (* (pow v 6) (pow (- (* -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))))))) 2))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (* -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))))))) 2))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))))))) v)> |
#<alt (/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 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)))))))))) v)> |
#<alt (* (pow v 5) (- (* -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))))))))> |
#<alt (* (pow v 5) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 5) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 5) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 5) (- (* -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))))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (- (* -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 (/ (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) (pow v 2))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (- (* -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 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) (pow v 2)))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -1 (- (* -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 (/ (+ 1 e) (pow v 6))) (+ (* -1 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))))))))> |
#<alt (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 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))))))))))> |
#<alt (* (pow v 6) (- (* -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))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (* -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))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (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)))) (* (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)))) (* (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)))) (* (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)) (/ (* (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)) (/ (* (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)) (/ (* (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 (/ (* (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 (/ (* (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 (/ (* (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 e> |
#<alt (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e)))))> |
#<alt (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))))))> |
#<alt (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 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)))))))))> |
#<alt (* (pow v 6) (- (* -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))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (/ e (pow v 6)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (* -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))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<alt (* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (/ e (pow v 6)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2)))))))))> |
#<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 (* -1 (* e (* (sin v) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* e (* (sin v) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* e (* (sin v) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* e (* (sin v) (pow (sqrt -1) 2))))> |
#<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 (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2)))> |
#<alt (sqrt (* e v))> |
#<alt (+ (sqrt (* e v)) (* -1/12 (sqrt (* e (pow v 5)))))> |
#<alt (+ (sqrt (* e v)) (* (pow v 3) (+ (* -1/12 (sqrt (/ e v))) (* 1/240 (sqrt (* e (pow v 3)))))))> |
#<alt (+ (sqrt (* e v)) (* (pow v 3) (+ (* -1/12 (sqrt (/ e v))) (* (pow v 2) (+ (* -1/288 (sqrt (/ e v))) (* 1/240 (sqrt (/ e v))))))))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* e (sin v)))> |
#<alt (sqrt (* 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 (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 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/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 (* 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)> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<alt (* (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))))))))> |
#<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/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
#<alt (* -1/720 e)> |
99 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | e | @ | 0 | (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v) |
| 6.0ms | e | @ | inf | (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v) |
| 4.0ms | v | @ | inf | (/ e (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v)) |
| 2.0ms | e | @ | inf | (/ e (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v)) |
| 2.0ms | e | @ | -inf | (/ e (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v)) |
| 1× | batch-egg-rewrite |
| 2320× | *-lowering-*.f32 |
| 2320× | *-lowering-*.f64 |
| 1574× | fma-lowering-fma.f32 |
| 1574× | fma-lowering-fma.f64 |
| 1524× | sum4-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 51 | 449 |
| 1 | 390 | 402 |
| 2 | 4233 | 402 |
| 0 | 8262 | 402 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (sin v) (+ (/ 1 e) (cos v))) |
(sin v) |
(+ (/ 1 e) (cos v)) |
(/ 1 e) |
(/ -1 (/ (- -1 e) (* v e))) |
(/ (- -1 e) (* v e)) |
(- -1 e) |
(* v e) |
(/ e (/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v)) |
(/ (+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) v) |
(+ 1 (+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e))))))) |
(+ e (* (* v v) (+ (* e -1/2) (+ (* (* v v) (+ (* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e))))))) (* 1/6 (+ 1 e)))))) |
(pow (sqrt (* e (sin v))) 2) |
(sqrt (* e (sin v))) |
(* e (sin v)) |
(cos v) |
(* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))) |
(* e 1/24) |
(* (* v v) (- (* e -1/720) (+ (* -1/6 (- (- (* e 1/24) (* 1/120 (+ 1 e))) (* -1/6 (+ (* e -1/2) (* 1/6 (+ 1 e)))))) (+ (* -1/5040 (+ 1 e)) (* 1/120 (+ (* e -1/2) (* 1/6 (+ 1 e)))))))) |
(* e -1/720) |
| Outputs |
|---|
(neg.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))) |
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) (sin.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) (sin.f64 v)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))))) |
(/.f64 (*.f64 (sin.f64 v) #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) (sin.f64 v)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))) |
(*.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) e) (cos.f64 v))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) (sin.f64 v)) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))) |
(*.f64 (/.f64 (sin.f64 v) (-.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))) |
(sin.f64 v) |
(+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) |
(+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 (/.f64 #s(literal 1 binary64) 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)))) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))) |
(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 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) (-.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 (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (pow.f64 (cos.f64 v) #s(literal 3 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) (*.f64 e e)) (/.f64 (*.f64 #s(literal 1 binary64) (cos.f64 v)) 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 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (pow.f64 (cos.f64 v) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))))) |
(/.f64 (neg.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)))))) (neg.f64 (-.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 (cos.f64 v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (-.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 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)))) |
(exp.f64 (*.f64 (log.f64 e) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) e)) |
(/.f64 #s(literal 1 binary64) e) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) e))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(pow.f64 e #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 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) e))) |
(*.f64 (pow.f64 e #s(literal -1/2 binary64)) (pow.f64 e #s(literal -1/2 binary64))) |
(neg.f64 (*.f64 e (/.f64 v (-.f64 #s(literal -1 binary64) e)))) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal 1 binary64) (*.f64 v e))) |
(pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e))) |
(*.f64 #s(literal -1 binary64) (*.f64 e (/.f64 v (-.f64 #s(literal -1 binary64) e)))) |
(*.f64 (*.f64 v e) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (*.f64 e (/.f64 v (-.f64 #s(literal -1 binary64) e))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) e)) (*.f64 v e)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) e)) v) e) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) e)) e) v) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e))) (-.f64 #s(literal 0 binary64) (*.f64 v e))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
(+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (neg.f64 (/.f64 e (*.f64 v e)))) |
(-.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 v e)) (neg.f64 (/.f64 e (*.f64 v e)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e))) |
(/.f64 #s(literal 1 binary64) (*.f64 e (/.f64 v (-.f64 #s(literal -1 binary64) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 e (/.f64 v (-.f64 #s(literal -1 binary64) e))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e))) |
(/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) (*.f64 v e))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (*.f64 v e) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (*.f64 v e) e)) (*.f64 (*.f64 v e) (*.f64 v 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 v e))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) #s(literal 1 binary64)) (*.f64 (+.f64 e #s(literal -1 binary64)) (*.f64 v e))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v)) (-.f64 #s(literal 0 binary64) e)) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) #s(literal 3 binary64)) (pow.f64 (/.f64 e (*.f64 v e)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (+.f64 (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e))) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e)))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) e) #s(literal 1 binary64)) (*.f64 v e)) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) (*.f64 v e))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) (*.f64 v e))) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) e) v) |
(pow.f64 (*.f64 e (/.f64 v (-.f64 #s(literal -1 binary64) e))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(*.f64 (-.f64 #s(literal -1 binary64) e) (/.f64 #s(literal 1 binary64) (*.f64 v e))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 v e)) (-.f64 #s(literal -1 binary64) e)) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e)) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)) |
(-.f64 #s(literal -1 binary64) e) |
(-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) e)) |
(-.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64)))) |
(neg.f64 (+.f64 #s(literal 1 binary64) 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 #s(literal 1 binary64) (*.f64 e e)))) |
(/.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 (-.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 binary64) (*.f64 e e)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (neg.f64 (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (neg.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 (neg.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 e))) (neg.f64 (+.f64 e #s(literal -1 binary64)))) |
(/.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 (+.f64 #s(literal -1 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) e) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) e)) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) e))) (-.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e))) |
(*.f64 #s(literal -1 binary64) (+.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 #s(literal 1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 v e) |
(*.f64 e v) |
(neg.f64 (/.f64 e (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 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 (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) v))) |
(/.f64 #s(literal 1 binary64) (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (*.f64 v e)) #s(literal 1 binary64))) |
(/.f64 e (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) v)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (*.f64 v e)))) |
(/.f64 (*.f64 v 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 #s(literal 0 binary64) v))) |
(/.f64 (/.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 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 (*.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 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) v)) |
(pow.f64 (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (*.f64 v e)) #s(literal -1 binary64)) |
(*.f64 v (/.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 v 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(*.f64 e (/.f64 v (+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 #s(literal 0 binary64) v)))) |
(*.f64 (/.f64 v (+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) e) |
(*.f64 (/.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) v) |
(*.f64 (/.f64 e (+.f64 (-.f64 #s(literal -1 binary64) e) (neg.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) (-.f64 #s(literal 0 binary64) v)) |
(neg.f64 (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 #s(literal 0 binary64) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 v (+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 v (+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 v (+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))))) |
(/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) v) |
(/.f64 (+.f64 (-.f64 #s(literal -1 binary64) e) (neg.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) (-.f64 #s(literal 0 binary64) v)) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 3 binary64))) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) (*.f64 v (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64)))) v)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) #s(literal 1 binary64)) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) v)) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal -1 binary64) e) (neg.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) v))) |
(/.f64 (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64)) v) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) v)) (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) (/.f64 #s(literal 1 binary64) v)) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(pow.f64 (/.f64 v (+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (/.f64 #s(literal 1 binary64) v)) |
(*.f64 (+.f64 (-.f64 #s(literal -1 binary64) e) (neg.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 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 (*.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 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(+.f64 #s(literal 1 binary64) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(+.f64 e (+.f64 #s(literal 1 binary64) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(+.f64 e (+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 1 binary64))) |
(+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) |
(+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (+.f64 #s(literal 1 binary64) e)) |
(+.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64)) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) e) |
(+.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) (/.f64 (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))))) (neg.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 3 binary64)) (pow.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))))) |
(/.f64 (-.f64 (*.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/2 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64)))) (*.f64 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) #s(literal 1 binary64)) (-.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) (/.f64 #s(literal 1 binary64) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) |
(+.f64 e (*.f64 #s(literal 1 binary64) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(+.f64 e (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 1 binary64))) |
(+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) e) |
(+.f64 (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v))) (+.f64 (*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) e)) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 1 binary64)) e) |
(+.f64 (+.f64 e (*.f64 e (*.f64 #s(literal -1/2 binary64) (*.f64 v v)))) (*.f64 (*.f64 v v) (+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (*.f64 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) |
(-.f64 (/.f64 (*.f64 e e) (-.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) (/.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(fma.f64 v (*.f64 v (+.f64 (+.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 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) e) |
(fma.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))) e) |
(fma.f64 (+.f64 (+.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 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))) (*.f64 v v) e) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) e))) (+.f64 (*.f64 e (*.f64 e e)) (pow.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))))) |
(/.f64 (+.f64 (*.f64 e (*.f64 e e)) (pow.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) e)))) |
(/.f64 (+.f64 (*.f64 e (*.f64 e e)) (pow.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 3 binary64))) (+.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (-.f64 (*.f64 e e) (*.f64 (*.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(/.f64 (-.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) (-.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 e (*.f64 e e)) (pow.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) e))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) (neg.f64 (-.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(/.f64 (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) (*.f64 e e)) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) e)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 e (*.f64 e e)) (pow.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 3 binary64)))) (+.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) e)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) (-.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) |
(*.f64 (+.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 e (*.f64 e e)) (pow.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (-.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) e))))) |
(*.f64 (-.f64 (*.f64 e e) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))) (*.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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 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 v (*.f64 v (+.f64 (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))))))))))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 (sin.f64 v) e))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sin.f64 v) e)) #s(literal 1 binary64))) |
(sqrt.f64 (*.f64 (*.f64 (sin.f64 v) e) (*.f64 (sin.f64 v) e))) |
(pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 (sin.f64 v) e) (*.f64 (sin.f64 v) e)) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 (sin.f64 v) e)))) #s(literal 2 binary64)) |
(*.f64 (sin.f64 v) e) |
(*.f64 e (sin.f64 v)) |
(*.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 e) (*.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (sin.f64 v) #s(literal 1 binary64)) (pow.f64 e #s(literal 1 binary64))) |
(*.f64 (pow.f64 e #s(literal 1 binary64)) (pow.f64 (sin.f64 v) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 e) #s(literal 2 binary64)) (pow.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 (sin.f64 v) e)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 (sin.f64 v) e))))) |
(*.f64 (*.f64 (sqrt.f64 e) (sqrt.f64 e)) (*.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) (sqrt.f64 e)) (pow.f64 (sin.f64 v) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sin.f64 v) e)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 (sin.f64 v) e))) #s(literal 1 binary64))) |
(sqrt.f64 (*.f64 (sin.f64 v) e)) |
(pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 e) (pow.f64 (sin.f64 v) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) (sqrt.f64 e)) |
(*.f64 (pow.f64 (sqrt.f64 e) #s(literal 1 binary64)) (pow.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/4 binary64)) (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 (sin.f64 v) e))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sin.f64 v) e)) #s(literal 1 binary64))) |
(sqrt.f64 (*.f64 (*.f64 (sin.f64 v) e) (*.f64 (sin.f64 v) e))) |
(pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 (sin.f64 v) e) (*.f64 (sin.f64 v) e)) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 (sin.f64 v) e)))) #s(literal 2 binary64)) |
(*.f64 (sin.f64 v) e) |
(*.f64 e (sin.f64 v)) |
(*.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 e) (*.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (sin.f64 v) #s(literal 1 binary64)) (pow.f64 e #s(literal 1 binary64))) |
(*.f64 (pow.f64 e #s(literal 1 binary64)) (pow.f64 (sin.f64 v) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 e) #s(literal 2 binary64)) (pow.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 (sin.f64 v) e)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 (sin.f64 v) e))))) |
(*.f64 (*.f64 (sqrt.f64 e) (sqrt.f64 e)) (*.f64 (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)) (pow.f64 (sin.f64 v) #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 (pow.f64 (*.f64 (sin.f64 v) e) #s(literal 1/2 binary64)) (sqrt.f64 e)) (pow.f64 (sin.f64 v) #s(literal 1/2 binary64))) |
(cos.f64 v) |
(+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)) (*.f64 e #s(literal -1/240 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 #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)) #s(literal 1/36 binary64))) (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/8 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 (-.f64 #s(literal -1 binary64) e) #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.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)) #s(literal 1/36 binary64))) (*.f64 (*.f64 e (*.f64 e e)) #s(literal -1/8 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 (-.f64 #s(literal -1 binary64) e) #s(literal 1/6 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)))) #s(literal 1/120 binary64)) |
(*.f64 e #s(literal 1/24 binary64)) |
(*.f64 #s(literal 1/24 binary64) e) |
(+.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 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 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 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 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 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 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/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 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 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 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 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 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/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64))))))))) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 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 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 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/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 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 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 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 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 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/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))))) (*.f64 v v)) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))) |
(*.f64 v (*.f64 v (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))) |
(*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64)))))) (*.f64 v v)) |
(*.f64 (*.f64 v (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 #s(literal -1/5040 binary64) (+.f64 (*.f64 e #s(literal -1/5040 binary64)) (+.f64 (*.f64 e #s(literal -1/240 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal 1/720 binary64)))))) (*.f64 #s(literal -1/6 binary64) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64)))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) e) #s(literal -1/36 binary64)) (*.f64 e #s(literal 1/12 binary64))))))) v) |
(*.f64 e #s(literal -1/720 binary64)) |
(*.f64 #s(literal -1/720 binary64) e) |
| 1× | egg-herbie |
| 5782× | *-lowering-*.f32 |
| 5782× | *-lowering-*.f64 |
| 3958× | +-lowering-+.f64 |
| 3958× | +-lowering-+.f32 |
| 1310× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 644 | 9331 |
| 1 | 2232 | 8559 |
| 0 | 8184 | 8559 |
| 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 |
(* 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 (/ 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) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 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 (/ (- (* -1 (/ v e)) (* -1 v)) e))) |
(+ v (* -1 (/ (- (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e)) (* -1 v)) 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)) |
(/ -1 (* e v)) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/ -1 v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(/ -1 v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
-1 |
(- (* -1 e) 1) |
(- (* -1 e) 1) |
(- (* -1 e) 1) |
(* -1 e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 (* e (+ 1 (/ 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) |
(/ (* 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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (pow (+ 1 e) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (pow (+ 1 e) 2))) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (+ 1 e))) (/ (* e (- (* -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)))))))) (pow (+ 1 e) 2)))))) (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 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/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 (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))) (/ e (- (* -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))))))))) (pow v 5)) |
(/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (pow (- (* -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))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (* -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))))))) 2))) (pow v 4))) (/ e (- (* -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))))))))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))) (pow v 5)) |
(/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (pow (- (* -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))))))) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (pow (- (* -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))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (* -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))))))) 2))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (- (* -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))))))))) (/ (* e (+ 1 e)) (pow (- (* -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))))))) 2)))) (pow v 6))) (/ e (- (* -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 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (* (pow v 4) (pow (- (* -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))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (* -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))))))) 2))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))))) (pow v 5)) |
(/ e (* (pow v 5) (- (* -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 (/ (+ (* -1 (/ e (- (* -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))))))))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))) (pow v 5))) |
(* -1 (/ (+ (* -1 (/ e (- (* -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 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (* (pow v 4) (pow (- (* -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))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (* -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))))))) 2))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))))) (pow v 5))) |
(* -1 (/ (+ (* -1 (/ e (- (* -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 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (* (pow v 6) (pow (- (* -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))))))) 3)))) (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (* (pow v 4) (pow (- (* -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))))))) 3)))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (pow (- (* -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))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (* -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))))))) 2))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 6) (- (* -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)))))))))) (+ (/ (* e (+ 1 e)) (* (pow v 6) (pow (- (* -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))))))) 2))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (* -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))))))) 2))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 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)))))))))) v) |
(* (pow v 5) (- (* -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)))))))) |
(* (pow v 5) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 5) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 5) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 5) (- (* -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 (* (pow v 5) (+ (* -1 (- (* -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 (/ (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) (pow v 2)))))) |
(* -1 (* (pow v 5) (+ (* -1 (- (* -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 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) (pow v 2))))))) |
(* -1 (* (pow v 5) (+ (* -1 (- (* -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 (/ (+ 1 e) (pow v 6))) (+ (* -1 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 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)))))))))) |
(* (pow v 6) (- (* -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)))))))) |
(* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (* -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)))))))) |
(* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (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)))) (* (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)))) (* (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)))) (* (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)) (/ (* (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)) (/ (* (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)) (/ (* (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 (/ (* (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 (/ (* (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 (/ (* (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 |
(+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))))))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 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))))))))) |
(* (pow v 6) (- (* -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)))))))) |
(* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (/ e (pow v 6)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (* -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)))))))) |
(* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (/ e (pow v 6)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(* 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 (* (sin v) (pow (sqrt -1) 2)))) |
(* -1 (* e (* (sin v) (pow (sqrt -1) 2)))) |
(* -1 (* e (* (sin v) (pow (sqrt -1) 2)))) |
(* -1 (* e (* (sin v) (pow (sqrt -1) 2)))) |
(* 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)) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2))) |
(sqrt (* e v)) |
(+ (sqrt (* e v)) (* -1/12 (sqrt (* e (pow v 5))))) |
(+ (sqrt (* e v)) (* (pow v 3) (+ (* -1/12 (sqrt (/ e v))) (* 1/240 (sqrt (* e (pow v 3))))))) |
(+ (sqrt (* e v)) (* (pow v 3) (+ (* -1/12 (sqrt (/ e v))) (* (pow v 2) (+ (* -1/288 (sqrt (/ e v))) (* 1/240 (sqrt (/ e v)))))))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* e (sin v))) |
(sqrt (* 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 (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)) |
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/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))))) |
(* 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) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* (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)))))))) |
(* 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/720 e) |
(* -1/720 e) |
(* -1/720 e) |
(* -1/720 e) |
(* -1/720 e) |
(* -1/720 e) |
(* -1/720 e) |
(* -1/720 e) |
(* -1/720 e) |
(* -1/720 e) |
(* -1/720 e) |
(* -1/720 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 (*.f64 v v) (-.f64 (-.f64 (/.f64 #s(literal 1/120 binary64) (+.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/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/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)))) (* (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 #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 (*.f64 v v) (-.f64 (-.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 #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/2 binary64) (-.f64 (-.f64 (/.f64 #s(literal 1/120 binary64) (+.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/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 binary64) (/.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (/.f64 #s(literal 1/120 binary64) (+.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/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/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 (cos.f64 v) (*.f64 e (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 (-.f64 #s(literal 0 binary64) e) (*.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) (*.f64 e (*.f64 e (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) (-.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.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 e (*.f64 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)))) (* -1 (/ (sin v) (pow (cos v) 2)))) e)) (/ (sin v) (cos v))) |
(+.f64 (/.f64 (sin.f64 v) (cos.f64 v)) (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (sin.f64 v) (*.f64 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 #s(literal 1 binary64) (-.f64 (/.f64 (sin.f64 v) (*.f64 e (pow.f64 (cos.f64 v) #s(literal 4 binary64)))) (/.f64 (sin.f64 v) (pow.f64 (cos.f64 v) #s(literal 3 binary64))))) 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 v (*.f64 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 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)) |
(+ 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 (+.f64 #s(literal 1 binary64) (/.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) (/.f64 #s(literal 1 binary64) e)) (*.f64 (*.f64 v v) (+.f64 (*.f64 v (*.f64 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) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 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 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 (/ (- (* -1 (/ v e)) (* -1 v)) e))) |
(-.f64 v (/.f64 (-.f64 v (/.f64 v e)) e)) |
(+ v (* -1 (/ (- (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e)) (* -1 v)) e))) |
(-.f64 v (/.f64 (-.f64 v (/.f64 (-.f64 v (/.f64 v e)) e)) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) e)) |
(/ -1 (* e v)) |
(/.f64 #s(literal -1 binary64) (*.f64 v e)) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 e v)) (/.f64 #s(literal -1 binary64) v)) e) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 e v)) (/.f64 #s(literal -1 binary64) v)) e) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 e v)) (/.f64 #s(literal -1 binary64) v)) e) |
(/ -1 v) |
(/.f64 #s(literal -1 binary64) v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(+.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(+.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(+.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/ -1 v) |
(/.f64 #s(literal -1 binary64) v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(+.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(+.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(+.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(* -1 (/ (+ 1 e) (* e v))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
-1 |
#s(literal -1 binary64) |
(- (* -1 e) 1) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(- (* -1 e) 1) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(- (* -1 e) 1) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(* -1 e) |
(-.f64 #s(literal 0 binary64) e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(* -1 e) |
(-.f64 #s(literal 0 binary64) e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v e) |
(* e v) |
(*.f64 v 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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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 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) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) (*.f64 e (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 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 #s(literal 1 binary64) (*.f64 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) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))))) (*.f64 v (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 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) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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 (*.f64 v e) (+.f64 #s(literal 1 binary64) (*.f64 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) (*.f64 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 #s(literal 1 binary64) (*.f64 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))))))) (neg.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) #s(literal 4 binary64)))) (*.f64 v (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 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 #s(literal 1 binary64) (*.f64 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) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))))))))) (*.f64 v (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 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) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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 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)))))) |
(+ (* -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 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 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 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 e (+.f64 #s(literal 1 binary64) (*.f64 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))))))))) |
(- (+ (/ 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 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 v (-.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 e e)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 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) (*.f64 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 #s(literal 1 binary64) (*.f64 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) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 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 e (+.f64 #s(literal 1 binary64) (*.f64 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))))))))))) |
(- (+ (* -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 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 (/.f64 v (*.f64 e (*.f64 e e))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 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))))) #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 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 e (+.f64 #s(literal 1 binary64) (*.f64 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 (/.f64 v e) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) e)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 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) (*.f64 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 #s(literal 1 binary64) (*.f64 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)))))))))) |
(* -1 (/ v (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) |
(/.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 (*.f64 v (*.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))))))) #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 0 binary64) v) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64))) (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) (*.f64 e (*.f64 (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)) (+.f64 (*.f64 v (*.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))))))) #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 #s(literal 0 binary64) v) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64))) (/.f64 (*.f64 v (+.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) (*.f64 (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)) (*.f64 e (*.f64 (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)))))))) 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))) |
(-.f64 (/.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) (*.f64 (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)))) (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 v (+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) e) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))))) (pow.f64 (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64)) #s(literal 4 binary64))))))) e)) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 v e) (+.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 (+.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 e))) (*.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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 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 v (*.f64 v (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 e (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (/.f64 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 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 #s(literal 0 binary64) 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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (pow (+ 1 e) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (pow (+ 1 e) 2))) (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (+ 1 e))) (/ (* e (- (* -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)))))))) (pow (+ 1 e) 2)))))) (+ (* -1 (/ (* e (pow (+ (* -1/2 e) (* 1/6 (+ 1 e))) 2)) (pow (+ 1 e) 3))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 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 v (*.f64 v (-.f64 (*.f64 v (*.f64 v (-.f64 (*.f64 (-.f64 (-.f64 (/.f64 (*.f64 e (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (*.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 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (/.f64 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 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 #s(literal 1 binary64) e))) (/.f64 (*.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.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 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 #s(literal 0 binary64) v) v)) (-.f64 (/.f64 (*.f64 e (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (+.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) e))) (*.f64 (/.f64 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 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 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/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))))))))) |
(/.f64 (/.f64 e (pow.f64 v #s(literal 5 binary64))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) |
(/ (+ (* -1 (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))) (/ e (- (* -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))))))))) (pow v 5)) |
(/.f64 (-.f64 (/.f64 e (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (/.f64 (*.f64 e (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))))) (pow.f64 v #s(literal 5 binary64))) |
(/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (pow (- (* -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))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (* -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))))))) 2))) (pow v 4))) (/ e (- (* -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))))))))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))) (pow v 5)) |
(/.f64 (-.f64 (-.f64 (/.f64 e (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (/.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 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 (*.f64 e (*.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))))) (pow.f64 v #s(literal 4 binary64)))) (/.f64 (*.f64 e (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))))) (pow.f64 v #s(literal 5 binary64))) |
(/ (- (+ (* -1 (/ (+ (* -1 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (pow (- (* -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))))))) 3))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (pow (- (* -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))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (* -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))))))) 2))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (- (* -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))))))))) (/ (* e (+ 1 e)) (pow (- (* -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))))))) 2)))) (pow v 6))) (/ e (- (* -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 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (* (pow v 4) (pow (- (* -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))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (* -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))))))) 2))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))))) (pow v 5)) |
(/.f64 (-.f64 (-.f64 (/.f64 e (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (/.f64 (-.f64 (-.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.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 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 (*.f64 e (*.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))))) (/.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))) (/.f64 (*.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.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 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))))) (pow.f64 v #s(literal 6 binary64)))) (-.f64 (*.f64 e (+.f64 (/.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 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)))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 4 binary64))))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))) (pow.f64 v #s(literal 4 binary64))))) (pow.f64 v #s(literal 5 binary64))) |
(/ e (* (pow v 5) (- (* -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))))))))) |
(/.f64 (/.f64 e (pow.f64 v #s(literal 5 binary64))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) |
(* -1 (/ (+ (* -1 (/ e (- (* -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))))))))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))) (pow v 5))) |
(/.f64 (-.f64 (/.f64 (*.f64 e (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))) (/.f64 e (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (/ (+ (* -1 (/ e (- (* -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 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (* (pow v 4) (pow (- (* -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))))))) 3)))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (* -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))))))) 2))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2)))))) (pow v 5))) |
(/.f64 (-.f64 (-.f64 (*.f64 e (+.f64 (/.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 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)))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 4 binary64))))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))) (pow.f64 v #s(literal 4 binary64)))) (/.f64 e (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (/ (+ (* -1 (/ e (- (* -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 (/ (* e (* (+ (* -1/2 e) (* 1/6 (+ 1 e))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))) (* (pow v 6) (pow (- (* -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))))))) 3)))) (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (* (pow v 4) (pow (- (* -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))))))) 3)))) (+ (* -1 (/ (* (+ (* -1 (/ (* e (pow (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) 2)) (pow (- (* -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))))))) 3))) (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (pow (- (* -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))))))) 2))) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 6) (- (* -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)))))))))) (+ (/ (* e (+ 1 e)) (* (pow v 6) (pow (- (* -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))))))) 2))) (+ (/ (* e (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* (pow v 4) (pow (- (* -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))))))) 2))) (/ (* e (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (* (pow v 2) (pow (- (* -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))))))) 2))))))))) (pow v 5))) |
(/.f64 (-.f64 (-.f64 (-.f64 (-.f64 (+.f64 (*.f64 e (+.f64 (/.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 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)))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 4 binary64))))))) (/.f64 (/.f64 (*.f64 e (+.f64 #s(literal 1 binary64) e)) (pow.f64 v #s(literal 6 binary64))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))) (*.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 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))) (/.f64 (*.f64 e (*.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))))) (/.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 6 binary64)))))) (/.f64 (/.f64 (*.f64 e (*.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))) (pow.f64 v #s(literal 4 binary64)))) (/.f64 (/.f64 (*.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 e (+.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 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))))) (/.f64 e (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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 v (*.f64 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 v (*.f64 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 v (*.f64 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 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)))))) 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 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 #s(literal 1 binary64) (*.f64 v e)))) (/.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) 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))))) |
(*.f64 e (+.f64 (+.f64 (*.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 #s(literal 1 binary64) (*.f64 v e)))) (/.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))) 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))))) |
(*.f64 e (+.f64 (+.f64 (*.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 #s(literal 1 binary64) (*.f64 v e)))) (/.f64 (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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)) v)) |
(/.f64 (*.f64 e (+.f64 (*.f64 v (*.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))))))) #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 e (neg.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 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) e)) (/.f64 #s(literal -1 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 e (neg.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 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) e)) (/.f64 #s(literal -1 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 e (neg.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 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) e)) (/.f64 #s(literal -1 binary64) v)))) |
(/ (+ 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 #s(literal 1 binary64) (+.f64 e (*.f64 (*.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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))))))) v) |
(/.f64 (+.f64 (+.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 (*.f64 #s(literal 1/6 binary64) e) (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))))) v) |
(/ (+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 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)))))))))) v) |
(/.f64 (+.f64 #s(literal 1 binary64) (+.f64 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 v (*.f64 v (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))))) v) |
(* (pow v 5) (- (* -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)))))))) |
(*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 5 binary64))) |
(* (pow v 5) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (-.f64 (-.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (*.f64 #s(literal 1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v))))) |
(* (pow v 5) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.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 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v)))))))) |
(* (pow v 5) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (-.f64 (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (+.f64 (/.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)))))) (-.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v)))))) |
(* (pow v 5) (- (* -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)))))))) |
(*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 5 binary64))) |
(* -1 (* (pow v 5) (+ (* -1 (- (* -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 (/ (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) (pow v 2)))))) |
(*.f64 (-.f64 (/.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 (-.f64 #s(literal 0 binary64) v) v)) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (+ (* -1 (- (* -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 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) (pow v 2))))))) |
(*.f64 (-.f64 (-.f64 (/.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 (-.f64 #s(literal 0 binary64) v) v)) (/.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 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (*.f64 #s(literal -1 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* -1 (* (pow v 5) (+ (* -1 (- (* -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 (/ (+ 1 e) (pow v 6))) (+ (* -1 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 4))) (* -1 (/ (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))) (pow v 2)))))))) |
(*.f64 (-.f64 (-.f64 (-.f64 (/.f64 (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 (-.f64 #s(literal 0 binary64) v) v)) (/.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 #s(literal 1 binary64) e) (pow.f64 v #s(literal 6 binary64)))) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (*.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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 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))))))) |
(+ 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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 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))))))) |
(+ 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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 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))))))) |
(* 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 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)))))) |
(* 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 (+.f64 #s(literal 1 binary64) (*.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 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) e)))) (/.f64 #s(literal 1 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 (+.f64 #s(literal 1 binary64) (*.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 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) e)))) (/.f64 #s(literal 1 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 (+.f64 #s(literal 1 binary64) (*.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 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))) e)))) (/.f64 #s(literal 1 binary64) e))) |
(* -1 (* e (- (* (pow v 2) (+ 1/3 (* (pow v 2) (+ 1/45 (* 2/945 (pow v 2)))))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 binary64))) |
(* -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 #s(literal 0 binary64) e) (+.f64 (-.f64 (*.f64 v (*.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 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) e)) #s(literal -1 binary64))) |
(* -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 #s(literal 0 binary64) e) (+.f64 (-.f64 (*.f64 v (*.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 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) e)) #s(literal -1 binary64))) |
(* -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 #s(literal 0 binary64) e) (+.f64 (-.f64 (*.f64 v (*.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 #s(literal 1 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64))))))))) e)) #s(literal -1 binary64))) |
(+ 1 e) |
(+.f64 #s(literal 1 binary64) e) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 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))))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e)))))))))) |
(+.f64 (+.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 (*.f64 #s(literal 1/6 binary64) e) (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))))) |
(+ 1 (+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 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)))))))))) |
(+.f64 #s(literal 1 binary64) (+.f64 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 v (*.f64 v (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))))) |
(* (pow v 6) (- (* -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)))))))) |
(*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 6 binary64))) |
(* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (-.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (*.f64 #s(literal 1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.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 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v)))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (+.f64 (/.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)))))) (-.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v)))))) |
(* (pow v 6) (- (* -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)))))))) |
(*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 6 binary64))) |
(* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (-.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (*.f64 #s(literal 1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.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 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v)))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -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/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (+.f64 (/.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)))))) (-.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v)))))) |
(* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2)))))) |
(*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 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)))) (* (pow v 2) (+ 1/6 (* (pow v 2) (+ 7/360 (* 31/15120 (pow v 2))))))) |
(+.f64 (*.f64 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 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))))))) |
(+ (* 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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 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))))))) |
(+ (* 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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 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))))))) |
(* 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 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)))))) |
(* 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)))) |
(*.f64 e (+.f64 #s(literal 1 binary64) (*.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 v (*.f64 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)) (/ (* (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 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 v (*.f64 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)) (/ (* (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 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 v (*.f64 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 #s(literal 0 binary64) e) (+.f64 (*.f64 v (*.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))))))) #s(literal -1 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))))))) 1))) |
(*.f64 e (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 (*.f64 v (*.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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) e)) #s(literal -1 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))))))) 1))) |
(*.f64 e (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 (*.f64 v (*.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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) e)) #s(literal -1 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))))))) 1))) |
(*.f64 e (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 (*.f64 v (*.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 v (*.f64 v (+.f64 #s(literal 1/6 binary64) (*.f64 v (*.f64 v (+.f64 #s(literal 7/360 binary64) (*.f64 (*.f64 v v) #s(literal 31/15120 binary64)))))))) e)) #s(literal -1 binary64)))) |
e |
(+ e (* (pow v 2) (+ (* -1/2 e) (* 1/6 (+ 1 e))))) |
(+.f64 e (*.f64 (*.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 (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 e)) (* (pow v 2) (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))))))) |
(+.f64 e (*.f64 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 #s(literal 1/6 binary64) e) (*.f64 (*.f64 v v) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))))))) |
(+ e (* (pow v 2) (+ (* -1/2 e) (+ (* 1/6 (+ 1 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))))))))) |
(+.f64 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 v (*.f64 v (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))))))) |
(* (pow v 6) (- (* -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)))))))) |
(*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 6 binary64))) |
(* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (-.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (*.f64 #s(literal 1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.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 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v)))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (/ e (pow v 6)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (+.f64 (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64))) (/.f64 e (pow.f64 v #s(literal 6 binary64))))) (-.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v)))))))) |
(* (pow v 6) (- (* -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)))))))) |
(*.f64 (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (pow.f64 v #s(literal 6 binary64))) |
(* (pow v 6) (- (+ (* -1/720 e) (* 1/24 (/ e (pow v 2)))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (-.f64 (-.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (*.f64 #s(literal 1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e))))) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (* 1/6 (/ (+ 1 e) (pow v 4)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (+.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 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v v)))))))) |
(* (pow v 6) (- (+ (* -1/2 (/ e (pow v 4))) (+ (* -1/720 e) (+ (* 1/24 (/ e (pow v 2))) (+ (* 1/6 (/ (+ 1 e) (pow v 4))) (/ e (pow v 6)))))) (+ (* -1/6 (- (* 1/24 e) (+ (* -1/6 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (+ 1 e))))) (+ (* -1/6 (/ (+ (* -1/2 e) (* 1/6 (+ 1 e))) (pow v 2))) (+ (* -1/5040 (+ 1 e)) (+ (* 1/120 (+ (* -1/2 e) (* 1/6 (+ 1 e)))) (* 1/120 (/ (+ 1 e) (pow v 2))))))))) |
(*.f64 (pow.f64 v #s(literal 6 binary64)) (+.f64 (+.f64 (+.f64 (*.f64 e #s(literal -1/720 binary64)) (/.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 v v))) (+.f64 (/.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 e #s(literal 1/6 binary64))) (pow.f64 v #s(literal 4 binary64))) (/.f64 e (pow.f64 v #s(literal 6 binary64))))) (-.f64 (/.f64 (*.f64 e #s(literal -1/2 binary64)) (pow.f64 v #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))) (+.f64 (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e)))) (+.f64 (/.f64 (+.f64 #s(literal 1/120 binary64) (*.f64 e #s(literal 1/120 binary64))) (*.f64 v v)) (/.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 v 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)) |
(* -1 (* e (* (sin v) (pow (sqrt -1) 2)))) |
(*.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64)) |
(* -1 (* e (* (sin v) (pow (sqrt -1) 2)))) |
(*.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64)) |
(* -1 (* e (* (sin v) (pow (sqrt -1) 2)))) |
(*.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64)) |
(* -1 (* e (* (sin v) (pow (sqrt -1) 2)))) |
(*.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64)) |
(* e v) |
(*.f64 v e) |
(* v (+ e (* -1/6 (* e (pow v 2))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) |
(* 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 v (*.f64 v e))))))) |
(* 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 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/5040 binary64))) (*.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)) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 e (sin.f64 v)))) |
(* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 e (sin.f64 v)))) |
(* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 e (sin.f64 v)))) |
(* -1 (* (sqrt (* e (sin v))) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 e (sin.f64 v)))) |
(sqrt (* e v)) |
(sqrt.f64 (*.f64 v e)) |
(+ (sqrt (* e v)) (* -1/12 (sqrt (* e (pow v 5))))) |
(+.f64 (sqrt.f64 (*.f64 v e)) (*.f64 #s(literal -1/12 binary64) (sqrt.f64 (*.f64 e (pow.f64 v #s(literal 5 binary64)))))) |
(+ (sqrt (* e v)) (* (pow v 3) (+ (* -1/12 (sqrt (/ e v))) (* 1/240 (sqrt (* e (pow v 3))))))) |
(+.f64 (sqrt.f64 (*.f64 v e)) (*.f64 v (*.f64 (*.f64 v v) (+.f64 (*.f64 #s(literal -1/12 binary64) (sqrt.f64 (/.f64 e v))) (*.f64 #s(literal 1/240 binary64) (sqrt.f64 (*.f64 v (*.f64 v (*.f64 v e))))))))) |
(+ (sqrt (* e v)) (* (pow v 3) (+ (* -1/12 (sqrt (/ e v))) (* (pow v 2) (+ (* -1/288 (sqrt (/ e v))) (* 1/240 (sqrt (/ e v)))))))) |
(+.f64 (sqrt.f64 (*.f64 v e)) (*.f64 (*.f64 v (*.f64 v v)) (+.f64 (*.f64 #s(literal -1/12 binary64) (sqrt.f64 (/.f64 e v))) (*.f64 (sqrt.f64 (/.f64 e v)) (*.f64 #s(literal 1/1440 binary64) (*.f64 v v)))))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.f64 e (sin.f64 v))) |
(sqrt (* e (sin v))) |
(sqrt.f64 (*.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 (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e v) |
(*.f64 v e) |
(* v (+ e (* -1/6 (* e (pow v 2))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) |
(* 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 v (*.f64 v e))))))) |
(* 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 v (*.f64 v (+.f64 (*.f64 e #s(literal -1/6 binary64)) (*.f64 (*.f64 v v) (+.f64 (*.f64 e (*.f64 (*.f64 v v) #s(literal -1/5040 binary64))) (*.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)) |
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 v (*.f64 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/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 #s(literal 0 binary64) (*.f64 e (-.f64 #s(literal 1/360 binary64) (/.f64 #s(literal 1/720 binary64) e)))) |
(* -1 (* e (- 1/360 (* 1/720 (/ 1 e))))) |
(-.f64 #s(literal 0 binary64) (*.f64 e (-.f64 #s(literal 1/360 binary64) (/.f64 #s(literal 1/720 binary64) e)))) |
(* -1 (* e (- 1/360 (* 1/720 (/ 1 e))))) |
(-.f64 #s(literal 0 binary64) (*.f64 e (-.f64 #s(literal 1/360 binary64) (/.f64 #s(literal 1/720 binary64) 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)) |
(* (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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) 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)))))))) |
(*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal -1/720 binary64)) (+.f64 (*.f64 #s(literal -1/240 binary64) e) (+.f64 (*.f64 #s(literal 1/720 binary64) (+.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal -1/5040 binary64) (*.f64 #s(literal -1/5040 binary64) e))))) (*.f64 #s(literal -1/6 binary64) (+.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (+.f64 (*.f64 #s(literal 1/12 binary64) e) (*.f64 #s(literal -1/36 binary64) (+.f64 #s(literal 1 binary64) e)))) (*.f64 #s(literal -1/120 binary64) (+.f64 #s(literal 1 binary64) e)))))) |
(* 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 e (*.f64 (*.f64 v v) #s(literal -2/945 binary64))) |
(* 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 e (*.f64 (*.f64 v v) #s(literal -2/945 binary64))) |
(* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 (*.f64 (*.f64 v v) #s(literal 2/945 binary64)) (/.f64 (*.f64 #s(literal -31/15120 binary64) (*.f64 v v)) e))) |
(* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 (*.f64 (*.f64 v v) #s(literal 2/945 binary64)) (/.f64 (*.f64 #s(literal -31/15120 binary64) (*.f64 v v)) e))) |
(* -1 (* e (+ (* -31/15120 (/ (pow v 2) e)) (* 2/945 (pow v 2))))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 (*.f64 (*.f64 v v) #s(literal 2/945 binary64)) (/.f64 (*.f64 #s(literal -31/15120 binary64) (*.f64 v v)) e))) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
(* -1/720 e) |
(*.f64 e #s(literal -1/720 binary64)) |
Compiled 38011 to 1936 computations (94.9% saved)
31 alts after pruning (26 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 677 | 11 | 688 |
| Fresh | 4 | 15 | 19 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 2 | 2 |
| Total | 683 | 31 | 714 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 75.7% | (pow.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) #s(literal 2 binary64)) |
| 73.9% | (/.f64 (*.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) | |
| ▶ | 99.3% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
| ✓ | 99.8% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
| 38.0% | (/.f64 (sin.f64 v) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))))) | |
| ▶ | 97.6% | (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
| ✓ | 99.6% | (/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
| 51.5% | (/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) | |
| 5.7% | (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 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)))))) | |
| 52.3% | (/.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 #s(literal 1 binary64) e))))) v)) | |
| 51.4% | (/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) | |
| 97.6% | (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) | |
| 50.9% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) | |
| 99.0% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) | |
| 99.0% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v)) (sin.f64 v))) | |
| 50.9% | (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) | |
| 11.5% | (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (*.f64 v e) e)) (*.f64 (*.f64 v e) (*.f64 v e)))) | |
| 8.8% | (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e))))) | |
| 49.6% | (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) | |
| ▶ | 50.9% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
| 2.4% | (-.f64 v (/.f64 v e)) | |
| 70.8% | (*.f64 (/.f64 (sin.f64 v) (-.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))) | |
| 74.0% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (sin.f64 v))) | |
| ▶ | 51.5% | (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
| 49.4% | (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) | |
| 49.4% | (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) | |
| ▶ | 50.1% | (*.f64 v e) |
| 50.6% | (*.f64 e (-.f64 v (*.f64 v e))) | |
| 49.4% | (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) | |
| ✓ | 97.9% | (*.f64 e (sin.f64 v)) |
| ✓ | 4.5% | v |
Compiled 862 to 530 computations (38.5% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) e) |
| ✓ | cost-diff | 0 | (sin.f64 v) |
| ✓ | cost-diff | 128 | (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal -1 binary64) e) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 #s(literal -1 binary64) e) v) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e)) |
| ✓ | cost-diff | 256 | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal -1 binary64) e) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 #s(literal -1 binary64) e) v) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
| ✓ | cost-diff | 0 | (*.f64 v e) |
| ✓ | 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))) |
| 1528× | div-sub |
| 1480× | *-lowering-*.f32 |
| 1480× | *-lowering-*.f64 |
| 1142× | times-frac |
| 1066× | sum3-define |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 17 | 94 |
| 1 | 43 | 91 |
| 2 | 82 | 90 |
| 3 | 194 | 90 |
| 4 | 483 | 85 |
| 5 | 1095 | 83 |
| 6 | 3208 | 83 |
| 7 | 6102 | 83 |
| 8 | 7512 | 83 |
| 0 | 8012 | 83 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* e (sin v)) (+ e 1)) |
(* e (sin v)) |
e |
(sin v) |
v |
(+ e 1) |
1 |
(* v e) |
v |
e |
(* (/ -1 (/ (- -1 e) v)) e) |
(/ -1 (/ (- -1 e) v)) |
-1 |
(/ (- -1 e) v) |
(- -1 e) |
e |
v |
(/ -1 (* (/ (- -1 e) v) (/ 1 e))) |
-1 |
(* (/ (- -1 e) v) (/ 1 e)) |
(/ (- -1 e) v) |
(- -1 e) |
e |
v |
(/ 1 e) |
1 |
(/ (sin v) (/ 1 e)) |
(sin v) |
v |
(/ 1 e) |
1 |
e |
| Outputs |
|---|
(/ (* e (sin v)) (+ e 1)) |
(/.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
e |
(sin v) |
(sin.f64 v) |
v |
(+ e 1) |
(+.f64 e #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
(* v e) |
(*.f64 e v) |
v |
e |
(* (/ -1 (/ (- -1 e) v)) e) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/ -1 (/ (- -1 e) v)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
-1 |
#s(literal -1 binary64) |
(/ (- -1 e) v) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(- -1 e) |
(-.f64 #s(literal -1 binary64) e) |
e |
v |
(/ -1 (* (/ (- -1 e) v) (/ 1 e))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
-1 |
#s(literal -1 binary64) |
(* (/ (- -1 e) v) (/ 1 e)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(/ (- -1 e) v) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(- -1 e) |
(-.f64 #s(literal -1 binary64) e) |
e |
v |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
1 |
#s(literal 1 binary64) |
(/ (sin v) (/ 1 e)) |
(*.f64 e (sin.f64 v)) |
(sin v) |
(sin.f64 v) |
v |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
1 |
#s(literal 1 binary64) |
e |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) e) |
| ✓ | accuracy | 100.0% | (sin.f64 v) |
| ✓ | accuracy | 99.6% | (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal -1 binary64) e) |
| ✓ | accuracy | 100.0% | (/.f64 (-.f64 #s(literal -1 binary64) e) v) |
| ✓ | accuracy | 99.5% | (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e)) |
| ✓ | accuracy | 99.2% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal -1 binary64) e) |
| ✓ | accuracy | 100.0% | (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
| ✓ | accuracy | 100.0% | (/.f64 (-.f64 #s(literal -1 binary64) e) v) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) |
| ✓ | accuracy | 100.0% | (*.f64 v e) |
| ✓ | 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.8% | (*.f64 e (sin.f64 v)) |
| 80.0ms | 256× | 0 | valid |
Compiled 104 to 18 computations (82.7% saved)
ival-div: 10.0ms (34.3% of total)ival-mult: 7.0ms (24% of total)ival-sin: 7.0ms (24% of total)ival-add: 3.0ms (10.3% of total)ival-sub: 1.0ms (3.4% of total)const: 1.0ms (3.4% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (* e (sin v)) (+ e 1))> |
#<alt (* e (sin v))> |
#<alt (sin v)> |
#<alt (+ e 1)> |
#<alt (* v e)> |
#<alt (* (/ -1 (/ (- -1 e) v)) e)> |
#<alt (/ -1 (/ (- -1 e) v))> |
#<alt (/ (- -1 e) v)> |
#<alt (- -1 e)> |
#<alt (/ -1 (* (/ (- -1 e) v) (/ 1 e)))> |
#<alt (* (/ (- -1 e) v) (/ 1 e))> |
#<alt (/ (sin v) (/ 1 e))> |
#<alt (/ 1 e)> |
| Outputs |
|---|
#<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 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)> |
#<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)> |
#<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 (* 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 (/ (- (* -1 (/ v e)) (* -1 v)) e)))> |
#<alt (+ v (* -1 (/ (- (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e)) (* -1 v)) 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 v> |
#<alt (+ v (* -1 (* e v)))> |
#<alt (+ v (* e (- (* e v) v)))> |
#<alt (+ v (* e (- (* e (- (* -1 (* e v)) (* -1 v))) v)))> |
#<alt (/ v e)> |
#<alt (/ (+ v (* -1 (/ v e))) e)> |
#<alt (/ (- (+ v (/ v (pow e 2))) (/ v e)) e)> |
#<alt (/ (- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e))) e)> |
#<alt (/ v e)> |
#<alt (* -1 (/ (+ (* -1 v) (/ v e)) e))> |
#<alt (* -1 (/ (+ (* -1 v) (* -1 (/ (+ (* -1 v) (/ v e)) e))) e))> |
#<alt (* -1 (/ (+ (* -1 v) (* -1 (/ (+ (* -1 v) (* -1 (/ (+ (* -1 v) (/ v e)) e))) e))) e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ v (+ 1 e))> |
#<alt (/ -1 v)> |
#<alt (- (* -1 (/ e v)) (/ 1 v))> |
#<alt (- (* -1 (/ e v)) (/ 1 v))> |
#<alt (- (* -1 (/ e v)) (/ 1 v))> |
#<alt (* -1 (/ e v))> |
#<alt (* -1 (* e (+ (/ 1 v) (/ 1 (* e v)))))> |
#<alt (* -1 (* e (+ (/ 1 v) (/ 1 (* e v)))))> |
#<alt (* -1 (* e (+ (/ 1 v) (/ 1 (* e v)))))> |
#<alt (* -1 (/ e v))> |
#<alt (* -1 (* e (+ (/ 1 v) (/ 1 (* e v)))))> |
#<alt (* -1 (* e (+ (/ 1 v) (/ 1 (* e v)))))> |
#<alt (* -1 (* e (+ (/ 1 v) (/ 1 (* e v)))))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt (* -1 (/ (+ 1 e) v))> |
#<alt -1> |
#<alt (- (* -1 e) 1)> |
#<alt (- (* -1 e) 1)> |
#<alt (- (* -1 e) 1)> |
#<alt (* -1 e)> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 e)> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 (* e (+ 1 (/ 1 e))))> |
#<alt (* -1 (* e (+ 1 (/ 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 (/ (- (* -1 (/ v e)) (* -1 v)) e)))> |
#<alt (+ v (* -1 (/ (- (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e)) (* -1 v)) 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 (/ -1 (* e v))> |
#<alt (/ (- (* -1 (/ e v)) (/ 1 v)) e)> |
#<alt (/ (- (* -1 (/ e v)) (/ 1 v)) e)> |
#<alt (/ (- (* -1 (/ e v)) (/ 1 v)) e)> |
#<alt (/ -1 v)> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (/ -1 v)> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (+ (/ 1 v) (/ 1 (* e v))))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e v)))> |
#<alt (* -1 (/ (+ 1 e) (* e 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))> |
#<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 (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
#<alt (/ 1 e)> |
66 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | v | @ | -inf | (/ -1 (/ (- -1 e) v)) |
| 0.0ms | v | @ | 0 | (/ (- -1 e) v) |
| 0.0ms | v | @ | inf | (/ (* e (sin v)) (+ e 1)) |
| 0.0ms | v | @ | 0 | (/ -1 (/ (- -1 e) v)) |
| 0.0ms | v | @ | -inf | (/ (* e (sin v)) (+ e 1)) |
| 1× | batch-egg-rewrite |
| 3290× | *-lowering-*.f32 |
| 3290× | *-lowering-*.f64 |
| 3184× | /-lowering-/.f32 |
| 3184× | /-lowering-/.f64 |
| 992× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 17 | 66 |
| 1 | 108 | 63 |
| 2 | 797 | 60 |
| 3 | 7150 | 60 |
| 0 | 8086 | 60 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* e (sin v)) (+ e 1)) |
(* e (sin v)) |
(sin v) |
(+ e 1) |
(* v e) |
(* (/ -1 (/ (- -1 e) v)) e) |
(/ -1 (/ (- -1 e) v)) |
(/ (- -1 e) v) |
(- -1 e) |
(/ -1 (* (/ (- -1 e) v) (/ 1 e))) |
(* (/ (- -1 e) v) (/ 1 e)) |
(/ (sin v) (/ 1 e)) |
(/ 1 e) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 e e)) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (-.f64 #s(literal 1 binary64) e))) |
(+.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (-.f64 #s(literal 1 binary64) e)) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 e e))) |
(+.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) e) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) #s(literal -1 binary64)) (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) e)) |
(+.f64 (*.f64 (*.f64 e e) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) (*.f64 (-.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) e) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) (*.f64 (*.f64 e e) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))))) |
(+.f64 (*.f64 e (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e)))) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e)))) (*.f64 e (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (sin.f64 v)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 v) (/.f64 (-.f64 #s(literal -1 binary64) e) e))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 (sin.f64 v) (/.f64 (-.f64 #s(literal -1 binary64) e) e))) |
(neg.f64 (/.f64 (sin.f64 v) (/.f64 (-.f64 #s(literal -1 binary64) e) e))) |
(neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 (+.f64 e #s(literal 1 binary64)) e)) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (sin.f64 v)))) |
(/.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 e #s(literal 1 binary64)) e)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 e (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 (-.f64 #s(literal -1 binary64) e) e)) |
(/.f64 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e)) |
(/.f64 (/.f64 (sin.f64 v) (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) |
(/.f64 (/.f64 (sin.f64 v) (/.f64 (-.f64 #s(literal -1 binary64) e) e)) #s(literal -1 binary64)) |
(/.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.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 (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) |
(/.f64 (*.f64 (sin.f64 v) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 e e))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 #s(literal -1 binary64) e)) |
(/.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 e #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 e #s(literal 1 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) e)) |
(/.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.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))))) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) e) (-.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e e))))) |
(/.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) e))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) e)) |
(/.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e 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 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) (/.f64 #s(literal -1 binary64) e)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (sin.f64 v) (+.f64 e #s(literal 1 binary64)))) (/.f64 #s(literal -1 binary64) e)) |
(pow.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (sin.f64 v))) #s(literal -1 binary64)) |
(*.f64 e (/.f64 (sin.f64 v) (+.f64 e #s(literal 1 binary64)))) |
(*.f64 (sin.f64 v) (/.f64 e (+.f64 e #s(literal 1 binary64)))) |
(*.f64 (*.f64 e (sin.f64 v)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 v) (/.f64 (+.f64 e #s(literal 1 binary64)) e))) |
(*.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 e #s(literal 1 binary64)) e)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (sin.f64 v) (/.f64 (-.f64 #s(literal -1 binary64) e) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 e (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 e #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)))) |
(*.f64 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) |
(*.f64 (+.f64 e #s(literal -1 binary64)) (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 e (sin.f64 v))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 e #s(literal 1 binary64))) e) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (sin.f64 v)) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.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 (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (sin.f64 v) (+.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 (sin.f64 v) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 e (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (*.f64 e (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (/.f64 e (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (*.f64 (sin.f64 v) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (/.f64 (*.f64 e (sin.f64 v)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 (*.f64 e (sin.f64 v)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (/.f64 e (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) e)) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (/.f64 e (+.f64 #s(literal -1 binary64) (*.f64 e e))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (sin.f64 v))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 e (sin.f64 v))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (-.f64 #s(literal 1 binary64) e)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) e)) |
(*.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 e #s(literal 1 binary64))) #s(literal 1 binary64)) e) |
(*.f64 (*.f64 (/.f64 (sin.f64 v) (+.f64 e #s(literal 1 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) e)) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 #s(literal 1 binary64) e)) |
(*.f64 (/.f64 (*.f64 e (sin.f64 v)) (-.f64 #s(literal 0 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 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) e)) (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(neg.f64 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)) #s(literal -1 binary64)) |
(/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal -1/2 binary64))) (pow.f64 e #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 #s(literal -1 binary64) e)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1 binary64)) |
(*.f64 e (sin.f64 v)) |
(*.f64 (sin.f64 v) 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 (sin.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(*.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 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)) #s(literal -1 binary64)) |
(*.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) e)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(sin.f64 v) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(/.f64 (sin.f64 v) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 v) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sin.f64 v)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) #s(literal -1 binary64)) |
(+.f64 e #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) e) |
(+.f64 #s(literal 0 binary64) (+.f64 e #s(literal 1 binary64))) |
(+.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64)))) |
(-.f64 e #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 e #s(literal 1 binary64)) #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) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.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 (/.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) #s(literal -1 binary64)) (/.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal -1 binary64)) (/.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) #s(literal -1 binary64))) |
(fma.f64 e #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 e (/.f64 e (+.f64 e #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 #s(literal 1 binary64) e #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (neg.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) e) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 e e) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 (pow.f64 (pow.f64 e #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 e #s(literal -1/2 binary64)) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 e #s(literal 1/2 binary64)) (pow.f64 e #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) e) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) e) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.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))))) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) e) (-.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e e)))) (neg.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) e))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) e) (neg.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))))) |
(fma.f64 (/.f64 (*.f64 e e) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (+.f64 e #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 #s(literal -1 binary64) e) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (*.f64 e e) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (-.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))))) |
(neg.f64 (-.f64 #s(literal -1 binary64) e)) |
(neg.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) #s(literal -1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))))) |
(/.f64 (+.f64 e #s(literal 1 binary64)) #s(literal 1 binary64)) |
(/.f64 #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 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.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 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (*.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))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (-.f64 #s(literal 0 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 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) (*.f64 (-.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) (*.f64 e e)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.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 -1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (*.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (+.f64 #s(literal 1 binary64) (*.f64 e e))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e (*.f64 e e)))) (*.f64 (-.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 e e)))) |
(/.f64 (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (*.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 e e)))) |
(/.f64 (-.f64 (*.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (*.f64 (+.f64 e #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal -1 binary64) e) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (-.f64 #s(literal -1 binary64) e) (-.f64 #s(literal -1 binary64) e)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.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 0 binary64) (*.f64 (-.f64 #s(literal -1 binary64) e) (-.f64 #s(literal -1 binary64) e))) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.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 0 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 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.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 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) #s(literal -1 binary64)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.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 (*.f64 e e)) (*.f64 e (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (+.f64 #s(literal 1 binary64) (*.f64 e e)))) |
(/.f64 (*.f64 (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 e e))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (+.f64 e #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 e #s(literal 1 binary64)) (/.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (+.f64 e #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) e)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 e #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.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 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) #s(literal 1 binary64))) |
(*.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 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) #s(literal -1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) e))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.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 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (+.f64 #s(literal -1 binary64) (*.f64 e e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 #s(literal -1 binary64) e)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (-.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.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))))) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) e) (-.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e e))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) e))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) e)) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e 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 #s(literal 1 binary64) (*.f64 e e)) (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal 1 binary64))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v))) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 (*.f64 e v) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 e v))) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal -1 binary64) v)) |
(/.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 #s(literal -1 binary64) e)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) #s(literal -1 binary64)) |
(/.f64 (/.f64 v (pow.f64 e #s(literal -1/2 binary64))) (pow.f64 e #s(literal -1/2 binary64))) |
(*.f64 e v) |
(*.f64 v e) |
(*.f64 #s(literal 1 binary64) (*.f64 e v)) |
(*.f64 (*.f64 e v) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 e v))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 0 binary64) v)) |
(*.f64 (-.f64 #s(literal 0 binary64) v) (-.f64 #s(literal 0 binary64) e)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) #s(literal -1 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(neg.f64 (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 e (+.f64 e #s(literal 1 binary64))))) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) |
(/.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 (-.f64 #s(literal -1 binary64) e) e)) |
(/.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) v)) |
(/.f64 (/.f64 e (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal -1 binary64) v)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) v)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) (pow.f64 e #s(literal -1/2 binary64))) (pow.f64 e #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e) #s(literal -1 binary64)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(*.f64 v (/.f64 e (+.f64 e #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v))) |
(*.f64 (*.f64 e v) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(*.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) e) |
(*.f64 (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 v (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 e (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) e))) |
(*.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) e)) |
(*.f64 (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 e v)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) (*.f64 e v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 e (/.f64 #s(literal -1 binary64) v))) |
(*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) v) |
(*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v))) |
(*.f64 (/.f64 v (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e))) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (*.f64 (+.f64 e #s(literal -1 binary64)) (*.f64 e v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (*.f64 e v))) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) v)) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 v (pow.f64 e #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 v (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 e v))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) v) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) v)) (/.f64 e (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 v (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 v (-.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 #s(literal 0 binary64) e) (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e))))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v))) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v)) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) v)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 v (-.f64 #s(literal -1 binary64) e))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 v (-.f64 #s(literal -1 binary64) e))) |
(neg.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e))) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) |
(/.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) v) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) v)) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal -1 binary64) v)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) v)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) v) (-.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 #s(literal 0 binary64) v) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(pow.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) #s(literal -1 binary64)) |
(*.f64 v (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 v (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) v) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) v) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) v)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (pow.f64 (/.f64 #s(literal -1 binary64) v) #s(literal -1 binary64))) |
(*.f64 (/.f64 v (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 v (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 #s(literal 1 binary64) e)) |
(*.f64 (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 (+.f64 e #s(literal -1 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (*.f64 v (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (/.f64 v (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (/.f64 (+.f64 e #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 v (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) v)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) #s(literal 1 binary64)) (/.f64 (+.f64 e #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.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 1 binary64) v))) |
(*.f64 (pow.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) #s(literal -1/2 binary64))) |
(*.f64 (neg.f64 (/.f64 v (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (neg.f64 (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -1 binary64) (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (*.f64 v (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e)))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (*.f64 v (/.f64 #s(literal 1 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 binary64) (/.f64 v (-.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 #s(literal 0 binary64) v) (-.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 #s(literal 0 binary64) v) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e))))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v))) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v)) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(+.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (fma.f64 (/.f64 #s(literal -1 binary64) v) e (/.f64 e v))) |
(+.f64 (/.f64 #s(literal -1 binary64) v) (-.f64 #s(literal 0 binary64) (/.f64 e v))) |
(+.f64 (/.f64 #s(literal -1 binary64) v) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 e v)))) |
(+.f64 (/.f64 #s(literal -1 binary64) v) (*.f64 (/.f64 #s(literal 1 binary64) v) (-.f64 #s(literal 0 binary64) e))) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 e v)) (/.f64 #s(literal -1 binary64) v)) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (-.f64 #s(literal 0 binary64) e)) (/.f64 #s(literal -1 binary64) v)) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 e v)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(-.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 e v)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) v)) (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(-.f64 (/.f64 #s(literal 0 binary64) v) (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(-.f64 (/.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) v) (/.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) v)) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) v) (/.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) v)) |
(-.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (/.f64 (*.f64 e (*.f64 e e)) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 v (+.f64 e #s(literal -1 binary64)))) (/.f64 (*.f64 e e) (*.f64 v (+.f64 e #s(literal -1 binary64))))) |
(-.f64 (/.f64 (-.f64 #s(literal 0 binary64) v) (*.f64 v v)) (/.f64 (*.f64 e v) (*.f64 v v))) |
(-.f64 (/.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))))) (/.f64 (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) (/.f64 (/.f64 (/.f64 e v) (/.f64 v e)) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) v) (-.f64 #s(literal 0 binary64) (/.f64 e v))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) v) (-.f64 #s(literal 0 binary64) (/.f64 e v))) |
(fma.f64 (/.f64 #s(literal 1 binary64) v) #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 e v))) |
(neg.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 v (-.f64 #s(literal -1 binary64) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))) (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 e #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v))) |
(/.f64 (+.f64 e #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) v)) |
(/.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v))) |
(/.f64 #s(literal -1 binary64) (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) #s(literal 1 binary64)) |
(/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (*.f64 v (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 #s(literal 1 binary64) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (neg.f64 (*.f64 v (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (*.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (*.f64 v (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 v (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (-.f64 #s(literal 0 binary64) v) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 #s(literal 1 binary64) (*.f64 v (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (neg.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (-.f64 #s(literal 0 binary64) v) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 v (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) (*.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) (*.f64 (*.f64 v (+.f64 e #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) (*.f64 e e)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e)))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e)))) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) (*.f64 (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e (*.f64 e e)))) (*.f64 (*.f64 v (+.f64 e #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 e e)))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) (*.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 v v)) |
(/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 #s(literal 1 binary64) (*.f64 v v))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 v e)) (*.f64 (-.f64 #s(literal 0 binary64) v) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 v e))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v)) (*.f64 e v)) (*.f64 (-.f64 #s(literal 0 binary64) v) (-.f64 #s(literal 0 binary64) v))) |
(/.f64 (-.f64 v (-.f64 #s(literal 0 binary64) (*.f64 e v))) (*.f64 (-.f64 #s(literal 0 binary64) v) v)) |
(/.f64 (-.f64 v (-.f64 #s(literal 0 binary64) (*.f64 e v))) (*.f64 v (-.f64 #s(literal 0 binary64) v))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 v e)) v) (*.f64 v (/.f64 v e))) |
(/.f64 (neg.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e))) (neg.f64 (*.f64 v v))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e))))) (neg.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) #s(literal -1 binary64)) v) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 v (-.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 binary64) (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 e v)) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 e v)) (-.f64 #s(literal 0 binary64) (/.f64 e v))) (*.f64 (/.f64 #s(literal -1 binary64) v) (-.f64 #s(literal 0 binary64) (/.f64 e v)))))) |
(/.f64 (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 e v)) (-.f64 #s(literal 0 binary64) (/.f64 e v)))) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e))))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v))) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (/.f64 #s(literal -1 binary64) v)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 #s(literal -1 binary64) v)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal -1 binary64) v)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal -1 binary64) v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) v)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) v)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) v)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) #s(literal 1 binary64)) (*.f64 v v)) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e)))) #s(literal 1 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) #s(literal 1 binary64)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) v) v) |
(pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) #s(literal 1 binary64)) |
(pow.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) |
(*.f64 (+.f64 e #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) v)) |
(*.f64 (+.f64 e #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) v) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(*.f64 (-.f64 #s(literal -1 binary64) e) (/.f64 #s(literal 1 binary64) v)) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) #s(literal 1 binary64)) |
(*.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) v) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) v)) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (/.f64 #s(literal 1 binary64) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (/.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) v) (-.f64 #s(literal -1 binary64) e)) |
(*.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 (-.f64 #s(literal -1 binary64) e) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) v)) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) (*.f64 v (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))))) |
(*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (pow.f64 (/.f64 v (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) v)) |
(*.f64 (pow.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (-.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 #s(literal -1 binary64) e)) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal 1 binary64))))) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) e)) |
(+.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)) |
(+.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (neg.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (neg.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.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) e) |
(-.f64 #s(literal 0 binary64) (+.f64 e #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) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64)))) |
(-.f64 (/.f64 (*.f64 e e) (-.f64 #s(literal 1 binary64) e)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) e))) |
(fma.f64 e #s(literal -1 binary64) #s(literal -1 binary64)) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (neg.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 #s(literal -1 binary64) e #s(literal -1 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (neg.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) e) #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (+.f64 e #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (-.f64 #s(literal -1 binary64) e) (neg.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (-.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(neg.f64 (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.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 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.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 e e)) (-.f64 (-.f64 #s(literal 0 binary64) e) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) (*.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) (*.f64 e e)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) (*.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 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) e) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (+.f64 #s(literal 1 binary64) (*.f64 e e))))) |
(/.f64 (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e (*.f64 e e)))) (*.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 e e)))) |
(/.f64 (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 e e)))) |
(/.f64 (-.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (*.f64 e (*.f64 e e)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (*.f64 (+.f64 e #s(literal -1 binary64)) (*.f64 e e))) (*.f64 (+.f64 e #s(literal -1 binary64)) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 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 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 e #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64))) (*.f64 #s(literal 0 binary64) (+.f64 e #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 e #s(literal 1 binary64)) (+.f64 e #s(literal 1 binary64)))) (+.f64 e #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (*.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) (+.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 (*.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 e #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) (*.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.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 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 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 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) #s(literal -1 binary64)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (*.f64 e e)) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e e) (+.f64 #s(literal 1 binary64) (*.f64 e e))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 e e))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) |
(*.f64 (+.f64 e #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (+.f64 e #s(literal 1 binary64)) (/.f64 (+.f64 e #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) e))) |
(*.f64 #s(literal -1 binary64) (+.f64 e #s(literal 1 binary64))) |
(*.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 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(*.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 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) e))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (neg.f64 (/.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 e #s(literal -1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.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 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 e e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (-.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))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (-.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e 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 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (+.f64 (*.f64 (*.f64 e (*.f64 e e)) (*.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))))) (+.f64 (*.f64 e (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 1 binary64) e) (-.f64 (-.f64 #s(literal 1 binary64) e) (*.f64 e e))))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) e))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) e)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(neg.f64 (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 e (+.f64 e #s(literal 1 binary64))))) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) |
(/.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 (-.f64 #s(literal -1 binary64) e) e)) |
(/.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) v)) |
(/.f64 (/.f64 e (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal -1 binary64) v)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) v)) (-.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) (pow.f64 e #s(literal -1/2 binary64))) (pow.f64 e #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e) #s(literal -1 binary64)) |
(*.f64 e (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(*.f64 v (/.f64 e (+.f64 e #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v))) |
(*.f64 (*.f64 e v) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(*.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) e) |
(*.f64 (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 v (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 e (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (-.f64 #s(literal 0 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) e))) |
(*.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) e)) |
(*.f64 (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (*.f64 e v)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) (*.f64 e v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (/.f64 e (/.f64 #s(literal -1 binary64) v))) |
(*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) v) |
(*.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v))) |
(*.f64 (/.f64 v (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e))) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 e e))) (*.f64 (+.f64 e #s(literal -1 binary64)) (*.f64 e v))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))) (*.f64 e v))) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) e)) (-.f64 #s(literal 0 binary64) v)) |
(*.f64 (/.f64 e (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) v))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 v (pow.f64 e #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 v (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 (/.f64 v (+.f64 e #s(literal 1 binary64))) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 v (-.f64 #s(literal -1 binary64) e)) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 e v))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) v) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) v)) (/.f64 e (-.f64 #s(literal -1 binary64) e))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 #s(literal 1 binary64) (*.f64 e e))) (*.f64 v (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 v (-.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 #s(literal 0 binary64) e) (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e))))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v))) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v)) (+.f64 e #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 e (+.f64 e #s(literal 1 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) v)) |
(+.f64 (/.f64 #s(literal -1 binary64) (*.f64 e v)) (neg.f64 (/.f64 e (*.f64 e v)))) |
(+.f64 (/.f64 #s(literal -1 binary64) (*.f64 e v)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 e v)) (/.f64 #s(literal 1 binary64) e))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 #s(literal -1 binary64) v)) (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 #s(literal 0 binary64) (/.f64 e v)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(-.f64 (/.f64 #s(literal -1 binary64) (*.f64 e v)) (/.f64 e (*.f64 e v))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 e v)) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(-.f64 (/.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (*.f64 e v)) (/.f64 (/.f64 (*.f64 e (*.f64 e e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (*.f64 e v))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (*.f64 e v)) (/.f64 (/.f64 (*.f64 e e) (+.f64 e #s(literal -1 binary64))) (*.f64 e v))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 e v))) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) e)) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 e v)) (neg.f64 (/.f64 e (*.f64 e v)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v) (neg.f64 (/.f64 e (*.f64 e v)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) e) (/.f64 #s(literal 1 binary64) v) (neg.f64 (/.f64 e (*.f64 e v)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) e) (neg.f64 (/.f64 e (*.f64 e v)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 #s(literal -1 binary64) e) (neg.f64 (/.f64 e (*.f64 e v)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 e v)) #s(literal 1 binary64) (neg.f64 (/.f64 e (*.f64 e v)))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) v) #s(literal -1 binary64) (neg.f64 (/.f64 e (*.f64 e v)))) |
(neg.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(/.f64 (+.f64 e #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 e v))) |
(/.f64 #s(literal -1 binary64) (/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v))) |
(/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 e v)) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e) |
(/.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 v (-.f64 #s(literal -1 binary64) e))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) e) (/.f64 v (+.f64 e #s(literal 1 binary64)))) |
(/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) (-.f64 #s(literal 0 binary64) e)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (*.f64 e v) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (*.f64 e v) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e) #s(literal -1 binary64)) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (*.f64 (*.f64 e v) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (*.f64 v (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 v (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (*.f64 e v) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 e (*.f64 v (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) (-.f64 #s(literal 1 binary64) e))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) e) v) |
(/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) e) (-.f64 #s(literal 0 binary64) v)) |
(/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) e) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (*.f64 e v) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 e v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (*.f64 v (*.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e)))) (*.f64 e (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) (*.f64 e (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v) (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) (*.f64 e (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) e) (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) e) (*.f64 v (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) v) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) |
(/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 e (*.f64 v v))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) e) (*.f64 e (/.f64 e v))) (*.f64 e e)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) v)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 v (-.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 #s(literal 1 binary64) e) (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 e v)) #s(literal 3 binary64)) (pow.f64 (/.f64 e (*.f64 e v)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 e v)) (/.f64 #s(literal -1 binary64) (*.f64 e v))) (+.f64 (*.f64 (/.f64 e (*.f64 e v)) (/.f64 e (*.f64 e v))) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 e v)) (/.f64 e (*.f64 e v)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 e v)) (/.f64 #s(literal -1 binary64) (*.f64 e v))) (*.f64 (/.f64 e (*.f64 e v)) (/.f64 e (*.f64 e v)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 e v)) (/.f64 e (*.f64 e v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e))))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v))) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 #s(literal 1 binary64) v)) (*.f64 (-.f64 #s(literal 0 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) (-.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e)))) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (/.f64 #s(literal 1 binary64) e)) (*.f64 v v)) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal 1 binary64) v) v)) (*.f64 (/.f64 e v) (/.f64 (/.f64 e v) (/.f64 v e)))) (/.f64 #s(literal 1 binary64) e)) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) v) v) (*.f64 (/.f64 e v) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) (/.f64 #s(literal 1 binary64) e)) (*.f64 (/.f64 #s(literal 1 binary64) v) (+.f64 e #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v) (/.f64 #s(literal 1 binary64) e)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) (/.f64 #s(literal 1 binary64) e)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) e) (/.f64 #s(literal 1 binary64) v)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) e) (/.f64 #s(literal 1 binary64) v)) (+.f64 e #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 e e)) (/.f64 #s(literal 1 binary64) v)) (neg.f64 (*.f64 e (+.f64 e #s(literal -1 binary64))))) |
(/.f64 (/.f64 #s(literal -1 binary64) (/.f64 e (+.f64 e #s(literal 1 binary64)))) v) |
(/.f64 (/.f64 #s(literal -1 binary64) (/.f64 e (-.f64 #s(literal -1 binary64) e))) (-.f64 #s(literal 0 binary64) v)) |
(pow.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e) #s(literal 1 binary64)) |
(pow.f64 (/.f64 e (/.f64 (-.f64 #s(literal -1 binary64) e) v)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(*.f64 (+.f64 e #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 e v))) |
(*.f64 (+.f64 e #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 #s(literal 0 binary64) v))) |
(*.f64 (+.f64 e #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) e) v)) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(*.f64 (-.f64 #s(literal -1 binary64) e) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e)) |
(*.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) e) (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(*.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) (/.f64 #s(literal -1 binary64) e)) |
(*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (+.f64 e #s(literal 1 binary64)) e)) |
(*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 (/.f64 #s(literal -1 binary64) e) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)))) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (*.f64 e v))) |
(*.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) e) v))) |
(*.f64 (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) v) (/.f64 (-.f64 #s(literal -1 binary64) e) e)) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (*.f64 e v))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) e) v))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) e) (/.f64 #s(literal 1 binary64) v)) |
(*.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) e) (/.f64 #s(literal -1 binary64) v)) |
(*.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 v (-.f64 #s(literal -1 binary64) e)))) |
(*.f64 (pow.f64 e #s(literal -1/2 binary64)) (*.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 (-.f64 #s(literal -1 binary64) e) v))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) v) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) e)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) v) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) e)) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))) e) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64))))) v)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 e e)) e) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64))) v)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) v) (-.f64 #s(literal -1 binary64) e)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) v) (/.f64 (-.f64 #s(literal -1 binary64) e) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (-.f64 #s(literal 0 binary64) v)) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 v (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (/.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (/.f64 #s(literal 1 binary64) e) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 v (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (/.f64 (/.f64 #s(literal -1 binary64) e) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (/.f64 #s(literal -1 binary64) e) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) (/.f64 #s(literal -1 binary64) v)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) e) (/.f64 v (-.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 #s(literal 1 binary64) e) (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (/.f64 (pow.f64 e #s(literal -1/2 binary64)) v) (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e)))) |
(*.f64 (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) e))) (/.f64 (pow.f64 e #s(literal -1/2 binary64)) v)) |
(*.f64 (/.f64 (pow.f64 e #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 v (-.f64 #s(literal -1 binary64) e)))) |
(*.f64 (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 e #s(literal 1 binary64)))) (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) v))) |
(*.f64 (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 v (-.f64 #s(literal -1 binary64) (*.f64 e (*.f64 e e))))) (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 e (+.f64 e #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 v (-.f64 #s(literal 1 binary64) (*.f64 e e)))) (/.f64 (pow.f64 e #s(literal -1/2 binary64)) (+.f64 e #s(literal -1 binary64)))) |
(*.f64 (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (pow.f64 e #s(literal -1/2 binary64))) (pow.f64 e #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 e (+.f64 e #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) v)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) e)) (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(neg.f64 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 (*.f64 e (sin.f64 v)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sin.f64 v)) (/.f64 #s(literal -1 binary64) e)) |
(/.f64 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)) #s(literal -1 binary64)) |
(/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal -1/2 binary64))) (pow.f64 e #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (/.f64 #s(literal -1 binary64) e)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1 binary64)) |
(*.f64 e (sin.f64 v)) |
(*.f64 (sin.f64 v) 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 (sin.f64 v) (/.f64 #s(literal -1 binary64) e))) |
(*.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 (/.f64 (sin.f64 v) (/.f64 #s(literal -1 binary64) e)) #s(literal -1 binary64)) |
(*.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 e #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 v))) (-.f64 #s(literal 0 binary64) e)) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 e))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) e)) |
(neg.f64 (/.f64 #s(literal -1 binary64) e)) |
(/.f64 #s(literal 1 binary64) e) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) e)) |
(/.f64 (/.f64 #s(literal 1 binary64) e) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) e) #s(literal -1 binary64)) |
(pow.f64 e #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) e) #s(literal 1 binary64)) |
(pow.f64 (*.f64 e e) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 e #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 e)) #s(literal -1 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 binary64) e) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) e) #s(literal -1 binary64)) |
(*.f64 (pow.f64 e #s(literal -1/2 binary64)) (pow.f64 e #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 e #s(literal -1/2 binary64)) (/.f64 (pow.f64 e #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 e #s(literal -1/2 binary64)) (*.f64 (pow.f64 e #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 e #s(literal -1/2 binary64))) (pow.f64 e #s(literal -1/2 binary64))) |
| 1× | egg-herbie |
| 4128× | *-lowering-*.f32 |
| 4128× | *-lowering-*.f64 |
| 2138× | --lowering--.f32 |
| 2138× | --lowering--.f64 |
| 1592× | fma-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 172 | 1723 |
| 1 | 606 | 1665 |
| 2 | 1754 | 1477 |
| 3 | 6811 | 1473 |
| 0 | 8805 | 1473 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 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)) |
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 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) |
(* 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) |
(* 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 (/ (- (* -1 (/ v e)) (* -1 v)) e))) |
(+ v (* -1 (/ (- (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e)) (* -1 v)) 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)) |
v |
(+ v (* -1 (* e v))) |
(+ v (* e (- (* e v) v))) |
(+ v (* e (- (* e (- (* -1 (* e v)) (* -1 v))) v))) |
(/ v e) |
(/ (+ v (* -1 (/ v e))) e) |
(/ (- (+ v (/ v (pow e 2))) (/ v e)) e) |
(/ (- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e))) e) |
(/ v e) |
(* -1 (/ (+ (* -1 v) (/ v e)) e)) |
(* -1 (/ (+ (* -1 v) (* -1 (/ (+ (* -1 v) (/ v e)) e))) e)) |
(* -1 (/ (+ (* -1 v) (* -1 (/ (+ (* -1 v) (* -1 (/ (+ (* -1 v) (/ v e)) e))) e))) e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ v (+ 1 e)) |
(/ -1 v) |
(- (* -1 (/ e v)) (/ 1 v)) |
(- (* -1 (/ e v)) (/ 1 v)) |
(- (* -1 (/ e v)) (/ 1 v)) |
(* -1 (/ e v)) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(* -1 (/ e v)) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
(* -1 (/ (+ 1 e) v)) |
-1 |
(- (* -1 e) 1) |
(- (* -1 e) 1) |
(- (* -1 e) 1) |
(* -1 e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(* -1 (* e (+ 1 (/ 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 (/ (- (* -1 (/ v e)) (* -1 v)) e))) |
(+ v (* -1 (/ (- (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e)) (* -1 v)) 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)) |
(/ -1 (* e v)) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/ -1 v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(/ -1 v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e v))) |
(* -1 (/ (+ 1 e) (* e 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)) |
(* 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) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
(/ 1 e) |
| Outputs |
|---|
(* e (sin v)) |
(*.f64 e (sin.f64 v)) |
(* e (+ (sin v) (* -1 (* e (sin v))))) |
(*.f64 e (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) e))) |
(* e (+ (sin v) (* e (- (* e (sin v)) (sin v))))) |
(*.f64 e (+.f64 (sin.f64 v) (*.f64 (*.f64 e (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 (*.f64 (*.f64 e e) (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) e))) (*.f64 (sin.f64 v) (-.f64 #s(literal 1 binary64) e)))) |
(sin v) |
(sin.f64 v) |
(+ (sin v) (* -1 (/ (sin v) e))) |
(*.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) e))) |
(- (+ (sin v) (/ (sin v) (pow e 2))) (/ (sin v) e)) |
(-.f64 (sin.f64 v) (*.f64 (+.f64 (/.f64 #s(literal -1 binary64) e) #s(literal 1 binary64)) (/.f64 (sin.f64 v) e))) |
(- (+ (sin v) (* -1 (/ (sin v) (pow e 3)))) (+ (* -1 (/ (sin v) (pow e 2))) (/ (sin v) e))) |
(-.f64 (*.f64 (/.f64 (/.f64 (sin.f64 v) e) e) (-.f64 (/.f64 #s(literal -1 binary64) e) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) e))))) |
(sin v) |
(sin.f64 v) |
(+ (sin v) (* -1 (/ (sin v) e))) |
(*.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) e))) |
(+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (sin v) e))) e))) |
(-.f64 (sin.f64 v) (*.f64 (+.f64 (/.f64 #s(literal -1 binary64) e) #s(literal 1 binary64)) (/.f64 (sin.f64 v) e))) |
(+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (+ (sin v) (* -1 (/ (sin v) e))) e))) e))) |
(-.f64 (*.f64 (/.f64 (/.f64 (sin.f64 v) e) e) (-.f64 (/.f64 #s(literal -1 binary64) e) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (sin.f64 v) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) 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 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))) (/.f64 e (+.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 e (+.f64 e #s(literal 1 binary64))) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 v v) #s(literal 1/120 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 (*.f64 v v) (*.f64 (/.f64 (*.f64 e (*.f64 v v)) (+.f64 e #s(literal 1 binary64))) (+.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 v v) #s(literal -1/5040 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))) (/.f64 e (+.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 binary64) (*.f64 v (*.f64 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 e (*.f64 v v)) (+.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 v (*.f64 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 v (*.f64 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) |
(+.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) |
(*.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) |
(* 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 v (/.f64 (-.f64 (/.f64 v e) v) e)) |
(- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e))) |
(-.f64 v (/.f64 (+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) e)) |
v |
(+ v (* -1 (/ v e))) |
(-.f64 v (/.f64 v e)) |
(+ v (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e))) |
(+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) |
(+ v (* -1 (/ (- (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e)) (* -1 v)) e))) |
(-.f64 v (/.f64 (+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
v |
(+ v (* -1 (* e v))) |
(*.f64 v (-.f64 #s(literal 1 binary64) e)) |
(+ v (* e (- (* e v) v))) |
(+.f64 v (*.f64 e (*.f64 v (+.f64 e #s(literal -1 binary64))))) |
(+ v (* e (- (* e (- (* -1 (* e v)) (* -1 v))) v))) |
(+.f64 v (*.f64 e (-.f64 (*.f64 e (*.f64 v (-.f64 #s(literal 1 binary64) e))) v))) |
(/ v e) |
(/.f64 v e) |
(/ (+ v (* -1 (/ v e))) e) |
(/.f64 (-.f64 v (/.f64 v e)) e) |
(/ (- (+ v (/ v (pow e 2))) (/ v e)) e) |
(/.f64 (+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) e) |
(/ (- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e))) e) |
(/.f64 (-.f64 v (/.f64 (+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) e)) e) |
(/ v e) |
(/.f64 v e) |
(* -1 (/ (+ (* -1 v) (/ v e)) e)) |
(/.f64 (-.f64 v (/.f64 v e)) e) |
(* -1 (/ (+ (* -1 v) (* -1 (/ (+ (* -1 v) (/ v e)) e))) e)) |
(/.f64 (+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) e) |
(* -1 (/ (+ (* -1 v) (* -1 (/ (+ (* -1 v) (* -1 (/ (+ (* -1 v) (/ v e)) e))) e))) e)) |
(/.f64 (-.f64 v (/.f64 (+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) e)) e) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ v (+ 1 e)) |
(/.f64 v (+.f64 e #s(literal 1 binary64))) |
(/ -1 v) |
(/.f64 #s(literal -1 binary64) v) |
(- (* -1 (/ e v)) (/ 1 v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(- (* -1 (/ e v)) (/ 1 v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(- (* -1 (/ e v)) (/ 1 v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ e v)) |
(/.f64 e (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ e v)) |
(/.f64 e (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (* e (+ (/ 1 v) (/ 1 (* e v))))) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
(* -1 (/ (+ 1 e) v)) |
(/.f64 (-.f64 #s(literal -1 binary64) e) v) |
-1 |
#s(literal -1 binary64) |
(- (* -1 e) 1) |
(-.f64 #s(literal -1 binary64) e) |
(- (* -1 e) 1) |
(-.f64 #s(literal -1 binary64) e) |
(- (* -1 e) 1) |
(-.f64 #s(literal -1 binary64) e) |
(* -1 e) |
(-.f64 #s(literal 0 binary64) e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(-.f64 #s(literal -1 binary64) e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(-.f64 #s(literal -1 binary64) e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(-.f64 #s(literal -1 binary64) e) |
(* -1 e) |
(-.f64 #s(literal 0 binary64) e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(-.f64 #s(literal -1 binary64) e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(-.f64 #s(literal -1 binary64) e) |
(* -1 (* e (+ 1 (/ 1 e)))) |
(-.f64 #s(literal -1 binary64) e) |
(* 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 v (/.f64 (-.f64 (/.f64 v e) v) e)) |
(- (+ v (* -1 (/ v (pow e 3)))) (+ (* -1 (/ v (pow e 2))) (/ v e))) |
(-.f64 v (/.f64 (+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) e)) |
v |
(+ v (* -1 (/ v e))) |
(-.f64 v (/.f64 v e)) |
(+ v (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e))) |
(+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) |
(+ v (* -1 (/ (- (* -1 (/ (- (* -1 (/ v e)) (* -1 v)) e)) (* -1 v)) e))) |
(-.f64 v (/.f64 (+.f64 v (/.f64 (-.f64 (/.f64 v e) v) e)) e)) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ (* e v) (+ 1 e)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/ -1 (* e v)) |
(/.f64 #s(literal -1 binary64) (*.f64 e v)) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(/ (- (* -1 (/ e v)) (/ 1 v)) e) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(/ -1 v) |
(/.f64 #s(literal -1 binary64) v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(/ -1 v) |
(/.f64 #s(literal -1 binary64) v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (+ (/ 1 v) (/ 1 (* e v)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* -1 (/ (+ 1 e) (* e v))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) e)) v) |
(* e v) |
(*.f64 e v) |
(* v (+ e (* -1/6 (* e (pow v 2))))) |
(*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 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 e (*.f64 v v)) (+.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 v (*.f64 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)) |
(* 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)) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
(/ 1 e) |
(/.f64 #s(literal 1 binary64) e) |
Compiled 23725 to 2852 computations (88% saved)
39 alts after pruning (32 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1407 | 20 | 1427 |
| Fresh | 9 | 12 | 21 |
| Picked | 2 | 3 | 5 |
| Done | 1 | 4 | 5 |
| Total | 1419 | 39 | 1458 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 75.7% | (pow.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) #s(literal 2 binary64)) |
| 97.4% | (/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal -1/2 binary64))) (pow.f64 e #s(literal -1/2 binary64))) | |
| 73.9% | (/.f64 (*.f64 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) | |
| ✓ | 99.3% | (/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
| ✓ | 97.6% | (/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
| ✓ | 99.6% | (/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
| 50.0% | (/.f64 v (/.f64 #s(literal 1 binary64) e)) | |
| 51.5% | (/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) | |
| 5.7% | (/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 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)))))) | |
| 52.3% | (/.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 #s(literal 1 binary64) e))))) v)) | |
| 97.6% | (/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) | |
| 50.0% | (/.f64 e (/.f64 #s(literal 1 binary64) v)) | |
| 50.9% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) | |
| 97.1% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e)) | |
| 49.5% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) | |
| 97.1% | (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) | |
| 8.8% | (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e))))) | |
| 45.0% | (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) e) (*.f64 e (/.f64 e v))) (*.f64 e e))) | |
| 43.8% | (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v))) | |
| 38.2% | (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 e (*.f64 v v)))) | |
| 49.6% | (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) | |
| 44.0% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 v v)) (/.f64 #s(literal 1 binary64) e))) | |
| 44.0% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e)))) (/.f64 #s(literal 1 binary64) e))) | |
| 49.5% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) e))) | |
| 2.4% | (-.f64 v (/.f64 v e)) | |
| 44.1% | (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) | |
| 70.8% | (*.f64 (/.f64 (sin.f64 v) (-.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))) | |
| 74.0% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (sin.f64 v))) | |
| 44.3% | (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e))))) e) | |
| 50.1% | (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) | |
| 44.2% | (*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) e) | |
| 50.6% | (*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) | |
| 49.4% | (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) | |
| 49.4% | (*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) | |
| 49.4% | (*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) | |
| ✓ | 50.1% | (*.f64 v e) |
| ✓ | 97.9% | (*.f64 e (sin.f64 v)) |
| 5.8% | (sin.f64 v) | |
| ✓ | 4.5% | v |
Compiled 1425 to 581 computations (59.2% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) e) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 e (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e))))) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 v v)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e)))) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) e) (*.f64 e (/.f64 e v))) (*.f64 e e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (*.f64 v e) e)) (*.f64 (*.f64 v e) (*.f64 v e)))) |
(/.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 #s(literal 1 binary64) e))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 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 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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal 1 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) 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 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.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 #s(literal 1 binary64) e) (cos.f64 v)) (sin.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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) (/.f64 e (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e))))) |
(pow.f64 (sqrt.f64 (*.f64 e (sin.f64 v))) #s(literal 2 binary64)) |
(/.f64 (/.f64 (sin.f64 v) (pow.f64 e #s(literal -1/2 binary64))) (pow.f64 e #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (sin.f64 v) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.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 (/.f64 (sin.f64 v) (-.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 (sin.f64 v) (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e))) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) v))) (/.f64 #s(literal -1 binary64) (*.f64 e e))))) (*.f64 (+.f64 (cos.f64 v) (/.f64 #s(literal -1 binary64) e)) (sin.f64 v))) |
(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 (sin.f64 v) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e (*.f64 e e))) (pow.f64 (cos.f64 v) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 e e)) (*.f64 (cos.f64 v) (-.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 3/4 binary64)) (pow.f64 (/.f64 (sin.f64 v) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (cos.f64 v) e)) e)) #s(literal 1/4 binary64))) |
| Outputs |
|---|
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
3 calls:
| 18.0ms | e |
| 18.0ms | v |
| 16.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 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) e) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 e (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e))))) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 v v)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e)))) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) e) (*.f64 e (/.f64 e v))) (*.f64 e e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (*.f64 v e) e)) (*.f64 (*.f64 v e) (*.f64 v e)))) |
(/.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 #s(literal 1 binary64) e))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 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 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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal 1 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) 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 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.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 #s(literal 1 binary64) e) (cos.f64 v)) (sin.f64 v))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v))) (sin.f64 v))) |
| Outputs |
|---|
(*.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) (+.f64 (cos.f64 v) (/.f64 #s(literal 1 binary64) e)))) |
2 calls:
| 16.0ms | v |
| 14.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.6% | 1 | e |
| 99.6% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) e) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 e (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e))))) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 v v)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e)))) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) e) (*.f64 e (/.f64 e v))) (*.f64 e e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (*.f64 v e) e)) (*.f64 (*.f64 v e) (*.f64 v e)))) |
(/.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 #s(literal 1 binary64) e))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 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 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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal 1 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) 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))) |
| Outputs |
|---|
(/.f64 (sin.f64 v) (+.f64 (/.f64 #s(literal 1 binary64) e) (cos.f64 v))) |
2 calls:
| 14.0ms | v |
| 13.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.6% | 1 | v |
| 99.6% | 1 | e |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) e) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 e (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e))))) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 v v)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e)))) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) e) (*.f64 e (/.f64 e v))) (*.f64 e e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (*.f64 v e) e)) (*.f64 (*.f64 v e) (*.f64 v e)))) |
(/.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 #s(literal 1 binary64) e))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 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 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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal 1 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) 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:
| 20.0ms | v |
| 12.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 1 | e |
| 99.3% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) e) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 e (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e))))) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 v v)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e)))) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) e) (*.f64 e (/.f64 e v))) (*.f64 e e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (*.f64 v e) e)) (*.f64 (*.f64 v e) (*.f64 v e)))) |
(/.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 #s(literal 1 binary64) e))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 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 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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal 1 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) v)) |
(sin.f64 v) |
(*.f64 e (sin.f64 v)) |
(/.f64 e (/.f64 #s(literal 1 binary64) (sin.f64 v))) |
(/.f64 (sin.f64 v) (/.f64 #s(literal 1 binary64) e)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) e) (sin.f64 v))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sin.f64 v)) e)) |
| Outputs |
|---|
(*.f64 e (sin.f64 v)) |
2 calls:
| 13.0ms | v |
| 12.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.9% | 1 | e |
| 97.9% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) e) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 e (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e))))) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 v v)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e)))) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) e) (*.f64 e (/.f64 e v))) (*.f64 e e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (*.f64 v e) e)) (*.f64 (*.f64 v e) (*.f64 v e)))) |
(/.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 #s(literal 1 binary64) e))))) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (*.f64 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 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 #s(literal 1 binary64))) (/.f64 (*.f64 e e) (+.f64 e #s(literal 1 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 #s(literal -1 binary64) (*.f64 v e))) (*.f64 (/.f64 e (*.f64 v e)) (/.f64 e (*.f64 v e)))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 v e)) (/.f64 e (*.f64 v e))))) |
(/.f64 e (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) e) (*.f64 (*.f64 v v) (+.f64 (*.f64 (*.f64 v v) (-.f64 (-.f64 (*.f64 e #s(literal 1/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 e (*.f64 (*.f64 v v) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (+.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/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e)))))) (+.f64 (*.f64 #s(literal -1/5040 binary64) (+.f64 #s(literal 1 binary64) e)) (*.f64 #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/24 binary64)) (*.f64 #s(literal 1/120 binary64) (+.f64 #s(literal 1 binary64) e))) (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 e #s(literal -1/2 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) e))))))) v)) |
(sin.f64 v) |
| Outputs |
|---|
(/.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 #s(literal 1 binary64) e))))) v)) |
2 calls:
| 11.0ms | v |
| 11.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 52.3% | 1 | e |
| 52.3% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) v)) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) v) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) e) (*.f64 v e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) e)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) e) e) v)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 e #s(literal 1 binary64)) v) e)) |
(*.f64 e (*.f64 v (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (*.f64 e (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal -1/6 binary64)))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 e (*.f64 v v))))) |
(*.f64 v (+.f64 e (*.f64 #s(literal -1/6 binary64) (*.f64 v (*.f64 v e))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) e) v) (/.f64 #s(literal 1 binary64) e))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) e) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 e (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e))))) e) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 v (-.f64 #s(literal -1 binary64) e)) (*.f64 v v)) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) e) (*.f64 v (-.f64 #s(literal -1 binary64) e))) (*.f64 v v))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal -1 binary64) e)))) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) v) e) (*.f64 e (/.f64 e v))) (*.f64 e e))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v e)) (*.f64 (*.f64 v e) e)) (*.f64 (*.f64 v e) (*.f64 v e)))) |
| Outputs |
|---|
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
2 calls:
| 13.0ms | e |
| 9.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 51.6% | 1 | v |
| 51.6% | 1 | e |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
| Outputs |
|---|
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
2 calls:
| 4.0ms | v |
| 4.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 51.5% | 1 | e |
| 51.5% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
| Outputs |
|---|
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
2 calls:
| 4.0ms | v |
| 4.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 51.4% | 1 | e |
| 51.4% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 (*.f64 v (-.f64 #s(literal 1 binary64) e)) e) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) v)) e) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 v e))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) e) v)) |
| Outputs |
|---|
(*.f64 e (-.f64 v (*.f64 v e))) |
2 calls:
| 4.0ms | v |
| 3.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 50.6% | 1 | e |
| 50.6% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
v |
(*.f64 v e) |
(-.f64 v (/.f64 v e)) |
(/.f64 e (/.f64 #s(literal 1 binary64) v)) |
(/.f64 v (/.f64 #s(literal 1 binary64) e)) |
| Outputs |
|---|
(*.f64 v e) |
2 calls:
| 2.0ms | v |
| 2.0ms | e |
| Accuracy | Segments | Branch |
|---|---|---|
| 50.1% | 1 | e |
| 50.1% | 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:
| 7.0ms | e |
| 1.0ms | v |
| Accuracy | Segments | Branch |
|---|---|---|
| 4.5% | 1 | e |
| 4.5% | 1 | v |
Compiled 6 to 4 computations (33.3% saved)
| 1× | egg-herbie |
| 22× | *-commutative_binary64 |
| 20× | +-commutative_binary64 |
| 8× | sub-neg_binary64 |
| 6× | neg-sub0_binary64 |
| 6× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 96 |
| 1 | 59 | 96 |
| 2 | 70 | 96 |
| 3 | 76 | 96 |
| 4 | 80 | 96 |
| 5 | 81 | 96 |
| 1× | saturated |
| Inputs |
|---|
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.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) e) (cos.f64 v))) |
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 e #s(literal 1 binary64))) |
(*.f64 e (sin.f64 v)) |
(/.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 #s(literal 1 binary64) e))))) v)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 v e) |
v |
| Outputs |
|---|
(/.f64 (*.f64 e (sin.f64 v)) (+.f64 #s(literal 1 binary64) (*.f64 e (cos.f64 v)))) |
(*.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) 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 e (sin.f64 v)) |
(/.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 #s(literal 1 binary64) e))))) 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 e #s(literal 1 binary64)) #s(literal 1/6 binary64))))) v)) |
(/.f64 (*.f64 e v) (+.f64 e #s(literal 1 binary64))) |
(/.f64 v (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) e))) |
(/.f64 e (/.f64 (+.f64 #s(literal 1 binary64) e) v)) |
(/.f64 e (/.f64 (+.f64 e #s(literal 1 binary64)) v)) |
(*.f64 e (-.f64 v (*.f64 v e))) |
(*.f64 e (-.f64 v (*.f64 e v))) |
(*.f64 v e) |
(*.f64 e v) |
v |
| 4632× | *-lowering-*.f32 |
| 4632× | *-lowering-*.f64 |
| 4190× | *-lowering-*.f32 |
| 4190× | *-lowering-*.f64 |
| 3940× | *-lowering-*.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 538 | 4365 |
| 1 | 1797 | 4097 |
| 2 | 5906 | 4090 |
| 0 | 8121 | 4090 |
| 0 | 21 | 93 |
| 1 | 125 | 88 |
| 2 | 898 | 88 |
| 0 | 8394 | 88 |
| 0 | 195 | 1175 |
| 1 | 630 | 1113 |
| 2 | 2014 | 1086 |
| 3 | 6567 | 1086 |
| 0 | 8140 | 1086 |
| 0 | 9 | 29 |
| 1 | 36 | 27 |
| 2 | 249 | 27 |
| 3 | 2406 | 27 |
| 0 | 8936 | 27 |
| 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 |
Compiled 280 to 155 computations (44.6% saved)
(negabs v)
Compiled 404 to 212 computations (47.5% saved)
Loading profile data...